01M1TFMETS3ECBV3VZBERD6VNM: 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: 01M1TFMSYEJX632H60Q5MH5C22

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-06T04:30:16.918Zjob assigned to worker 01M1TFN09V8T7QXXBEZV4TSZGH [factory aws, i-0dd1e6345eb503ff5] (queued for 54 s)
 
22026-09-06T04:30:24.788Zstarting task 0: "setup"
32026-09-06T04:30:24.793Z++ uname -s
42026-09-06T04:30:24.796Z+ kern=SunOS
52026-09-06T04:30:24.796Z+ build_user=build
62026-09-06T04:30:24.796Z+ build_uid=12345
72026-09-06T04:30:24.796Z+ work_dir=/work
82026-09-06T04:30:24.796Z+ input_dir=/input
92026-09-06T04:30:24.796Z+ [[ 0 == 12345 ]]
102026-09-06T04:30:24.796Z+ case "$kern" in
112026-09-06T04:30:24.796Z+ groupadd -g 12345 build
122026-09-06T04:30:24.799Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-06T04:30:26.806Z+ zfs create -o mountpoint=/work rpool/work
142026-09-06T04:30:26.922Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-06T04:30:26.928Z+ home_fs=zfs
162026-09-06T04:30:26.928Z+ [[ zfs == autofs ]]
172026-09-06T04:30:26.929Z+ mkdir -p /home/build
182026-09-06T04:30:26.933Z+ chown build:build /home/build /work
192026-09-06T04:30:27.929Z+ chmod 0700 /home/build /work
202026-09-06T04:30:27.934Zprocess exited: duration 3147 ms, exit code 0
 
212026-09-06T04:30:27.947Zstarting task 1: "rust-toolchain"
222026-09-06T04:30:27.956Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-09-06T04:30:27.956Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-09-06T04:30:27.956Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-09-06T04:30:27.956Z * rust toolchain channel = "1.97.1"
262026-09-06T04:30:27.956Z * rust toolchain profile = "default"
272026-09-06T04:30:27.957Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-06T04:30:27.957Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-06T04:30:27.957Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-09-06T04:30:28.268Zinfo: downloading installer
312026-09-06T04:30:29.564Zinfo: profile set to default
322026-09-06T04:30:29.564Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-06T04:30:29.571Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
342026-09-06T04:30:29.717Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
352026-09-06T04:30:29.720Zinfo: downloading 6 components
362026-09-06T04:30:44.477Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
372026-09-06T04:30:44.477Z
382026-09-06T04:30:44.507Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
392026-09-06T04:30:44.507Z
402026-09-06T04:30:44.511Z
412026-09-06T04:30:44.511ZRust is installed now. Great!
422026-09-06T04:30:44.511Z
432026-09-06T04:30:44.511ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-06T04:30:44.511Zenvironment variable. This has not been done automatically.
452026-09-06T04:30:44.511Z
462026-09-06T04:30:44.511ZTo configure your current shell, you need to source
472026-09-06T04:30:44.511Zthe corresponding env file under $HOME/.cargo.
482026-09-06T04:30:44.511Z
492026-09-06T04:30:44.511ZConsider running the right command for your shell (note the leading DOT):
502026-09-06T04:30:44.511Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-06T04:30:44.511Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-06T04:30:44.511ZCC_x86_64-unknown-illumos = None
532026-09-06T04:30:44.512Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-06T04:30:44.512ZCC_x86_64_unknown_illumos = None
552026-09-06T04:30:44.512Zcargo:rerun-if-env-changed=HOST_CC
562026-09-06T04:30:44.512ZHOST_CC = None
572026-09-06T04:30:44.512Zcargo:rerun-if-env-changed=CC
582026-09-06T04:30:44.512ZCC = None
592026-09-06T04:30:44.512Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-06T04:30:44.711Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-06T04:30:44.711ZCRATE_CC_NO_DEFAULTS = None
622026-09-06T04:30:44.711Zcargo:rerun-if-env-changed=CFLAGS
632026-09-06T04:30:44.711ZCFLAGS = None
642026-09-06T04:30:44.711Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-06T04:30:44.711ZHOST_CFLAGS = None
662026-09-06T04:30:44.711Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-06T04:30:44.711ZCFLAGS_x86_64_unknown_illumos = None
682026-09-06T04:30:44.711Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-06T04:30:44.712ZCFLAGS_x86_64-unknown-illumos = None
702026-09-06T04:30:44.818Z+ rustup --version
712026-09-06T04:30:44.823Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-06T04:30:44.826Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-06T04:30:44.845Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
742026-09-06T04:30:44.849Z+ cargo --version
752026-09-06T04:30:44.857Zcargo 1.97.1 (c980f4866 2026-06-30)
762026-09-06T04:30:44.861Z+ rustc --version
772026-09-06T04:30:44.881Zrustc 1.97.1 (8bab26f4f 2026-07-14)
782026-09-06T04:30:44.885Zprocess exited: duration 16942 ms, exit code 0
 
792026-09-06T04:30:44.892Zstarting task 2: "authentication"
802026-09-06T04:30:44.915Zprocess exited: duration 23 ms, exit code 0
 
812026-09-06T04:30:44.926Zstarting task 3: "clone repository"
822026-09-06T04:30:44.929Z+ mkdir -p /work/oxidecomputer/omicron
832026-09-06T04:30:44.932Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
842026-09-06T04:30:44.965ZCloning into '/work/oxidecomputer/omicron'...
852026-09-06T04:30:58.284Z+ cd /work/oxidecomputer/omicron
862026-09-06T04:30:58.284Z+ git fetch origin d7c734fd9a28fd22f6e4fa76066ecf2070287e2e
872026-09-06T04:30:58.654ZFrom https://github.com/oxidecomputer/omicron
882026-09-06T04:30:58.654Z * branch d7c734fd9a28fd22f6e4fa76066ecf2070287e2e -> FETCH_HEAD
892026-09-06T04:30:58.671Z+ [[ -n zl/mcast-build ]]
902026-09-06T04:30:58.674Z++ git branch --show-current
912026-09-06T04:30:58.677Z+ current=main
922026-09-06T04:30:58.677Z+ [[ main != zl/mcast-build ]]
932026-09-06T04:30:58.677Z+ git branch -f zl/mcast-build d7c734fd9a28fd22f6e4fa76066ecf2070287e2e
942026-09-06T04:30:58.680Z+ git checkout -f zl/mcast-build
952026-09-06T04:30:58.958ZSwitched to branch 'zl/mcast-build'
962026-09-06T04:30:58.964Z+ git reset --hard d7c734fd9a28fd22f6e4fa76066ecf2070287e2e
972026-09-06T04:30:58.985ZHEAD is now at d7c734fd9 [rack-init-config] re-export UnnumberedRouter and NumberedRouter, git tmp
982026-09-06T04:30:58.989Zprocess exited: duration 14063 ms, exit code 0
 
992026-09-06T04:30:58.995Zstarting task 4: "build"
1002026-09-06T04:30:59.004Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1012026-09-06T04:30:59.004Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1022026-09-06T04:30:59.004Ztests will store ephemeral output in /var/tmp/omicron_tmp
1032026-09-06T04:30:59.004Z+ mkdir /var/tmp/omicron_tmp
1042026-09-06T04:30:59.007Z+ source ./env.sh
1052026-09-06T04:30:59.007Z++ OLD_SHELL_OPTS=ehxB
1062026-09-06T04:30:59.007Z++ set -o xtrace
1072026-09-06T04:30:59.010Z++++ dirname ./env.sh
1082026-09-06T04:30:59.013Z+++ readlink -f .
1092026-09-06T04:30:59.016Z++ OMICRON_WS=/work/oxidecomputer/omicron
1102026-09-06T04:30:59.016Z++ 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-06T04:30:59.017Z++ 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-06T04:30:59.017Z++ 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-06T04:30:59.017Z++ 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-06T04:30:59.017Z++ 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-06T04:30:59.017Z++ 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-06T04:30:59.017Z++ 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-06T04:30:59.017Z++ 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-06T04:30:59.017Z++ 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-06T04:30:59.017Z++ 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-06T04:30:59.017Z++ case $OLD_SHELL_OPTS in
1212026-09-06T04:30:59.017Z++ unset OLD_SHELL_OPTS OMICRON_WS
1222026-09-06T04:30:59.017Z+ source .github/buildomat/ci-env.sh
1232026-09-06T04:30:59.017Z++ export CARGO_TERM_COLOR=always
1242026-09-06T04:30:59.017Z++ CARGO_TERM_COLOR=always
1252026-09-06T04:30:59.017Z+++ uname -s
1262026-09-06T04:30:59.020Z++ [[ SunOS == \S\u\n\O\S ]]
1272026-09-06T04:30:59.020Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1282026-09-06T04:30:59.020Z+ target_os=illumos
1292026-09-06T04:30:59.020Z+ NEXTEST_VERSION=0.9.131
1302026-09-06T04:30:59.020Z+ cargo --version
1312026-09-06T04:30:59.030Zcargo 1.97.1 (c980f4866 2026-06-30)
1322026-09-06T04:30:59.033Z+ rustc --version
1332026-09-06T04:30:59.054Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1342026-09-06T04:30:59.058Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos
1352026-09-06T04:30:59.061Z+ gunzip
1362026-09-06T04:30:59.062Z+ tar -xvf - -C /home/build/.cargo/bin
1372026-09-06T04:30:59.985Zx cargo-nextest, 22186872 bytes, 43334 tape blocks
1382026-09-06T04:30:59.994Z+ OUTPUT_DIR=/work
1392026-09-06T04:30:59.994Z+ echo 'tests will store non-ephemeral output in /work'
1402026-09-06T04:30:59.994Ztests will store non-ephemeral output in /work
1412026-09-06T04:30:59.994Z+ mkdir -p /work
1422026-09-06T04:30:59.994Z+ banner prerequisites
1432026-09-06T04:30:59.994Z
1442026-09-06T04:30:59.994Z ##### ##### ###### ##### ###### #### # # # #### #
1452026-09-06T04:30:59.994Z # # # # # # # # # # # # # # #
1462026-09-06T04:30:59.994Z # # # # ##### # # ##### # # # # # #### #
1472026-09-06T04:30:59.995Z ##### ##### # ##### # # # # # # # # #
1482026-09-06T04:30:59.995Z # # # # # # # # # # # # # # #
1492026-09-06T04:30:59.995Z # # # ###### # # ###### ### # #### # #### #
1502026-09-06T04:30:59.995Z
1512026-09-06T04:30:59.995Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1522026-09-06T04:31:02.034Z Startup: Refreshing catalog 'helios' ... Done
1532026-09-06T04:31:02.464Z Startup: Caching catalogs ... Done
1542026-09-06T04:31:05.041ZPlanning: Solver setup ... Done (2.397s)
1552026-09-06T04:31:05.110ZPlanning: Running solver ... Done (0.069s)
1562026-09-06T04:31:05.164ZPlanning: Finding local manifests ... Done (0.003s)
1572026-09-06T04:31:05.176ZPlanning: Fetching manifests: 0/2 0% complete
1582026-09-06T04:31:05.201ZPlanning: Fetching manifests: 2/2 100% complete
1592026-09-06T04:31:05.216ZPlanning: Package planning ... Done (0.015s)
1602026-09-06T04:31:05.220ZPlanning: Merging actions ... Done (0.002s)
1612026-09-06T04:31:05.382ZPlanning: Checking for conflicting actions ... Done (0.165s)
1622026-09-06T04:31:05.386ZPlanning: Consolidating action changes ... Done (0.001s)
1632026-09-06T04:31:06.238ZPlanning: Evaluating mediators ... Done (0.855s)
1642026-09-06T04:31:06.242ZPlanning: Planning completed in 3.74 seconds
1652026-09-06T04:31:06.248Z Packages to install: 2
1662026-09-06T04:31:06.248Z Estimated space available: 155.99 GB
1672026-09-06T04:31:06.248ZEstimated space to be consumed: 86.48 MB
1682026-09-06T04:31:06.248Z Create boot environment: No
1692026-09-06T04:31:06.252ZCreate backup boot environment: No
1702026-09-06T04:31:06.252Z Rebuild boot archive: No
1712026-09-06T04:31:06.252Z
1722026-09-06T04:31:06.252ZChanged packages:
1732026-09-06T04:31:06.252Zhelios
1742026-09-06T04:31:06.252Z developer/build-essential
1752026-09-06T04:31:06.252Z None -> 11-3.0
1762026-09-06T04:31:06.252Z library/libxmlsec1
1772026-09-06T04:31:06.252Z None -> 1.2.35-3.0
1782026-09-06T04:31:06.274Z
1792026-09-06T04:31:06.274ZDownload: 0/214 items 0.0/1.3MB 0% complete
1802026-09-06T04:31:06.344ZDownload: Completed 1.28 MB in 0.07 seconds (18.3M/s)
1812026-09-06T04:31:06.413Z Actions: 1/268 actions (Installing new actions)
1822026-09-06T04:31:06.452Z Actions: Completed 268 actions in 0.04 seconds.
1832026-09-06T04:31:06.491ZFinalize: Updating package state database ... Done (0.038s)
1842026-09-06T04:31:06.491ZFinalize: Updating package cache ... Done (0.000s)
1852026-09-06T04:31:06.595ZFinalize: Updating image state ... Done (0.104s)
1862026-09-06T04:31:09.363ZFinalize: Creating fast lookup database ... Done (2.711s)
1872026-09-06T04:31:09.441ZFinalize: Reading search index ... Done (0.012s)
1882026-09-06T04:31:09.444ZFinalize: Updating search index ... Done (0.000s)
1892026-09-06T04:31:09.533ZFinalize: Updating package cache ... Done (0.000s)
1902026-09-06T04:31:09.910ZPlanning: Evaluating mediator changes ... Done
1912026-09-06T04:31:10.017ZPlanning: Checking for conflicting actions ... Done
1922026-09-06T04:31:10.022ZPlanning: Consolidating action changes ... Done
1932026-09-06T04:31:10.168ZPlanning: Evaluating mediators ... Done
1942026-09-06T04:31:10.171ZPlanning: Planning completed in 0.26 seconds
1952026-09-06T04:31:10.192Z Mediators to change: 2
1962026-09-06T04:31:10.192Z Create boot environment: No
1972026-09-06T04:31:10.192ZCreate backup boot environment: No
1982026-09-06T04:31:10.244ZFinalize: Updating package state database ... Done
1992026-09-06T04:31:10.244ZFinalize: Updating package cache ... Done
2002026-09-06T04:31:10.302ZFinalize: Updating image state ... Done
2012026-09-06T04:31:12.261ZFinalize: Creating fast lookup database ... Done
2022026-09-06T04:31:12.322ZFinalize: Reading search index ... Done
2032026-09-06T04:31:12.325ZFinalize: Updating search index ... Done
2042026-09-06T04:31:12.398ZFinalize: Updating package cache ... Done
2052026-09-06T04:31:12.688ZPlanning: Evaluating mediator changes ... Done
2062026-09-06T04:31:12.795ZPlanning: Checking for conflicting actions ... Done
2072026-09-06T04:31:12.799ZPlanning: Consolidating action changes ... Done
2082026-09-06T04:31:12.956ZPlanning: Evaluating mediators ... Done
2092026-09-06T04:31:12.959ZPlanning: Planning completed in 0.27 seconds
2102026-09-06T04:31:12.977Z Mediators to change: 1
2112026-09-06T04:31:12.977Z Create boot environment: No
2122026-09-06T04:31:12.977ZCreate backup boot environment: No
2132026-09-06T04:31:13.034ZFinalize: Updating package state database ... Done
2142026-09-06T04:31:13.034ZFinalize: Updating package cache ... Done
2152026-09-06T04:31:13.091ZFinalize: Updating image state ... Done
2162026-09-06T04:31:15.050ZFinalize: Creating fast lookup database ... Done
2172026-09-06T04:31:15.104ZFinalize: Reading search index ... Done
2182026-09-06T04:31:15.107ZFinalize: Updating search index ... Done
2192026-09-06T04:31:15.170ZFinalize: Updating package cache ... Done
2202026-09-06T04:31:15.481ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2212026-09-06T04:31:15.481Zapache system 2.4 system
2222026-09-06T04:31:15.481Zclang system 15 system
2232026-09-06T04:31:15.481Zcsh system system illumos
2242026-09-06T04:31:15.481Zctags system system illumos
2252026-09-06T04:31:15.481Zfile vendor vendor darwinsys
2262026-09-06T04:31:15.481Zfile system system illumos
2272026-09-06T04:31:15.481Zgcc vendor 14 vendor
2282026-09-06T04:31:15.481Zgcc system 13 system
2292026-09-06T04:31:15.482Zgcc system 10 system
2302026-09-06T04:31:15.482Zgo system 1.25 system
2312026-09-06T04:31:15.482Zllvm system 15 system
2322026-09-06T04:31:15.482Zmariadb system 11.4 system
2332026-09-06T04:31:15.482Zmta vendor vendor dma
2342026-09-06T04:31:15.482Zopenjdk system 17 system
2352026-09-06T04:31:15.482Zopenjdk system 11 system
2362026-09-06T04:31:15.482Zopenssl vendor 3 vendor
2372026-09-06T04:31:15.482Zperl system 5.40 system
2382026-09-06T04:31:15.482Zpostgresql system 18 system
2392026-09-06T04:31:15.482Zpostgresql system 17 system
2402026-09-06T04:31:15.482Zpython vendor 3 vendor
2412026-09-06T04:31:15.482Zpython system 2 system
2422026-09-06T04:31:15.482Zpython3 vendor 3.13 vendor
2432026-09-06T04:31:15.482Zruby system 3.4 system
2442026-09-06T04:31:15.482Zruby system 3.0 system
2452026-09-06T04:31:15.482Zwords vendor vendor american-english
2462026-09-06T04:31:15.482Zwords system system australian-english
2472026-09-06T04:31:15.482Zwords system system british-english
2482026-09-06T04:31:15.482Zwords system system canadian-english
2492026-09-06T04:31:15.482Zwords system system french
2502026-09-06T04:31:15.482Zwords system system italian
2512026-09-06T04:31:15.482Zwords system system ngerman
2522026-09-06T04:31:15.482Zwords system system ogerman
2532026-09-06T04:31:15.482Zwords system system spanish
2542026-09-06T04:31:15.732ZPUBLISHER TYPE STATUS P LOCATION
2552026-09-06T04:31:15.732Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2562026-09-06T04:31:16.250ZFMRI IFO
2572026-09-06T04:31:16.251Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2582026-09-06T04:31:16.251Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2592026-09-06T04:31:16.251Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2602026-09-06T04:31:16.251Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2612026-09-06T04:31:16.251Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2622026-09-06T04:31:16.251Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2632026-09-06T04:31:16.251Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2642026-09-06T04:31:16.251Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2652026-09-06T04:31:16.251Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2662026-09-06T04:31:16.593Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2672026-09-06T04:31:16.953Z Updating crates.io index
2682026-09-06T04:31:16.956Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2692026-09-06T04:31:17.251Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2702026-09-06T04:31:17.617Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2712026-09-06T04:31:17.895Z Updating git repository `https://github.com/oxidecomputer/propolis`
2722026-09-06T04:31:18.967Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2732026-09-06T04:31:19.489Z Updating git repository `https://github.com/oxidecomputer/crucible`
2742026-09-06T04:31:21.436Z Updating git repository `https://github.com/oxidecomputer/opte`
2752026-09-06T04:31:22.306Z Updating git repository `https://github.com/oxidecomputer/tofino`
2762026-09-06T04:31:22.650Z Updating git repository `https://github.com/oxidecomputer/lldp`
2772026-09-06T04:31:23.060Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2782026-09-06T04:31:24.436Z Updating git repository `https://github.com/oxidecomputer/clickward`
2792026-09-06T04:31:24.777Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2802026-09-06T04:31:25.156Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2812026-09-06T04:31:25.473Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2822026-09-06T04:31:25.731Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2832026-09-06T04:31:25.969Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2842026-09-06T04:31:26.289Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2852026-09-06T04:31:26.573Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2862026-09-06T04:31:26.920Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2872026-09-06T04:31:27.267Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2882026-09-06T04:31:27.846Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2892026-09-06T04:31:28.160Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2902026-09-06T04:31:28.709Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2912026-09-06T04:31:29.022Z Updating git repository `https://github.com/oxidecomputer/erebor`
2922026-09-06T04:31:29.273Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2932026-09-06T04:31:29.720Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2942026-09-06T04:31:29.979Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2952026-09-06T04:31:30.375Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2962026-09-06T04:31:30.731Z Updating git repository `https://github.com/oxidecomputer/ispf`
2972026-09-06T04:31:31.001Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2982026-09-06T04:31:31.310Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2992026-09-06T04:31:31.693Z Updating git repository `https://github.com/oxidecomputer/tough`
3002026-09-06T04:31:32.295Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3012026-09-06T04:31:32.594Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3022026-09-06T04:31:32.907Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3032026-09-06T04:31:33.239Z Updating git repository `https://github.com/oxidecomputer/pmbus`
3042026-09-06T04:31:33.579Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3052026-09-06T04:31:33.872Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3062026-09-06T04:31:34.168Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3072026-09-06T04:31:34.477Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3082026-09-06T04:31:34.753Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3092026-09-06T04:31:35.056Z Updating git repository `https://github.com/illumos/smf-rs`
3102026-09-06T04:31:37.645Z Downloading crates ...
3112026-09-06T04:31:37.712Z Downloaded macaddr v1.0.1
3122026-09-06T04:31:37.716Z Downloaded clap_lex v1.0.0
3132026-09-06T04:31:37.719Z Downloaded fastrand v2.3.0
3142026-09-06T04:31:37.723Z Downloaded generic-array v0.14.7
3152026-09-06T04:31:37.726Z Downloaded proc-macro-error-attr v1.0.4
3162026-09-06T04:31:37.726Z Downloaded version_check v0.9.5
3172026-09-06T04:31:37.730Z Downloaded camino-tempfile v1.4.1
3182026-09-06T04:31:37.733Z Downloaded pest_derive v2.8.6
3192026-09-06T04:31:37.733Z Downloaded dtrace-parser v0.2.0
3202026-09-06T04:31:37.733Z Downloaded zmij v1.0.21
3212026-09-06T04:31:37.736Z Downloaded serde_spanned v0.6.9
3222026-09-06T04:31:37.736Z Downloaded unicode-linebreak v0.1.5
3232026-09-06T04:31:37.736Z Downloaded zerocopy-derive v0.7.35
3242026-09-06T04:31:37.740Z Downloaded cfg-if v1.0.4
3252026-09-06T04:31:37.740Z Downloaded cargo-platform v0.3.2
3262026-09-06T04:31:37.743Z Downloaded usdt v0.5.0
3272026-09-06T04:31:37.747Z Downloaded cpufeatures v0.2.17
3282026-09-06T04:31:37.747Z Downloaded errno v0.3.14
3292026-09-06T04:31:37.747Z Downloaded itoa v1.0.17
3302026-09-06T04:31:37.750Z Downloaded winnow v0.7.14
3312026-09-06T04:31:37.755Z Downloaded quote v1.0.45
3322026-09-06T04:31:37.758Z Downloaded thiserror-impl v2.0.18
3332026-09-06T04:31:37.758Z Downloaded cargo_toml v0.21.0
3342026-09-06T04:31:37.758Z Downloaded anstream v1.0.0
3352026-09-06T04:31:37.758Z Downloaded autocfg v1.5.0
3362026-09-06T04:31:37.762Z Downloaded cargo_metadata v0.23.1
3372026-09-06T04:31:37.762Z Downloaded crypto-common v0.1.7
3382026-09-06T04:31:37.767Z Downloaded tempfile v3.27.0
3392026-09-06T04:31:37.771Z Downloaded camino v1.2.5
3402026-09-06T04:31:37.771Z Downloaded heck v0.4.1
3412026-09-06T04:31:37.775Z Downloaded memmap v0.7.0
3422026-09-06T04:31:37.779Z Downloaded heck v0.5.0
3432026-09-06T04:31:37.779Z Downloaded fnv v1.0.7
3442026-09-06T04:31:37.779Z Downloaded anstyle-query v1.1.5
3452026-09-06T04:31:37.779Z Downloaded dof v0.3.0
3462026-09-06T04:31:37.784Z Downloaded toml_write v0.1.2
3472026-09-06T04:31:37.788Z Downloaded block-buffer v0.10.4
3482026-09-06T04:31:37.795Z Downloaded colorchoice v1.0.4
3492026-09-06T04:31:37.801Z Downloaded digest v0.10.7
3502026-09-06T04:31:37.804Z Downloaded serde_core v1.0.229
3512026-09-06T04:31:37.804Z Downloaded is_terminal_polyfill v1.70.2
3522026-09-06T04:31:37.808Z Downloaded pretty-hex v0.4.1
3532026-09-06T04:31:37.808Z Downloaded swrite v0.1.0
3542026-09-06T04:31:37.808Z Downloaded thread-id v4.2.2
3552026-09-06T04:31:37.811Z Downloaded equivalent v1.0.2
3562026-09-06T04:31:37.811Z Downloaded tabled_derive v0.7.0
3572026-09-06T04:31:37.811Z Downloaded usdt-attr-macro v0.5.0
3582026-09-06T04:31:37.811Z Downloaded smawk v0.3.2
3592026-09-06T04:31:37.811Z Downloaded strsim v0.11.1
3602026-09-06T04:31:37.811Z Downloaded toml_datetime v0.6.11
3612026-09-06T04:31:37.819Z Downloaded terminal_size v0.4.3
3622026-09-06T04:31:37.824Z Downloaded plain v0.2.3
3632026-09-06T04:31:37.828Z Downloaded usdt-macro v0.5.0
3642026-09-06T04:31:37.828Z Downloaded scroll_derive v0.12.1
3652026-09-06T04:31:37.835Z Downloaded utf8parse v0.2.2
3662026-09-06T04:31:37.838Z Downloaded byteorder v1.5.0
3672026-09-06T04:31:37.838Z Downloaded anstyle v1.0.14
3682026-09-06T04:31:37.841Z Downloaded fs-err v3.3.0
3692026-09-06T04:31:37.845Z Downloaded bytecount v0.6.9
3702026-09-06T04:31:37.845Z Downloaded thiserror v1.0.69
3712026-09-06T04:31:37.848Z Downloaded scroll v0.12.0
3722026-09-06T04:31:37.848Z Downloaded serde_tokenstream v0.2.3
3732026-09-06T04:31:37.851Z Downloaded pest_generator v2.8.6
3742026-09-06T04:31:37.851Z Downloaded once_cell v1.21.3
3752026-09-06T04:31:37.855Z Downloaded clap v4.6.1
3762026-09-06T04:31:37.861Z Downloaded sha2 v0.10.9
3772026-09-06T04:31:37.861Z Downloaded thiserror v2.0.18
3782026-09-06T04:31:37.864Z Downloaded proc-macro-error v1.0.4
3792026-09-06T04:31:37.868Z Downloaded thiserror-impl v1.0.69
3802026-09-06T04:31:37.868Z Downloaded usdt-impl v0.5.0
3812026-09-06T04:31:37.874Z Downloaded anyhow v1.0.104
3822026-09-06T04:31:37.879Z Downloaded clap_derive v4.6.1
3832026-09-06T04:31:37.884Z Downloaded anstyle-parse v1.0.0
3842026-09-06T04:31:37.884Z Downloaded papergrid v0.11.0
3852026-09-06T04:31:37.895Z Downloaded semver v1.0.28
3862026-09-06T04:31:37.898Z Downloaded ucd-trie v0.1.7
3872026-09-06T04:31:37.899Z Downloaded getrandom v0.4.3
3882026-09-06T04:31:37.902Z Downloaded log v0.4.33
3892026-09-06T04:31:37.903Z Downloaded proc-macro2 v1.0.106
3902026-09-06T04:31:37.906Z Downloaded bitflags v2.11.0
3912026-09-06T04:31:37.909Z Downloaded toml v0.8.23
3922026-09-06T04:31:37.909Z Downloaded pest_meta v2.8.6
3932026-09-06T04:31:37.924Z Downloaded textwrap v0.16.2
3942026-09-06T04:31:37.927Z Downloaded serde_derive v1.0.229
3952026-09-06T04:31:37.941Z Downloaded memchr v2.8.0
3962026-09-06T04:31:37.949Z Downloaded unicode-ident v1.0.24
3972026-09-06T04:31:37.952Z Downloaded toml_edit v0.22.27
3982026-09-06T04:31:37.962Z Downloaded indexmap v2.14.0
3992026-09-06T04:31:37.965Z Downloaded typenum v1.20.1
4002026-09-06T04:31:37.971Z Downloaded serde v1.0.229
4012026-09-06T04:31:37.989Z Downloaded pest v2.8.6
4022026-09-06T04:31:38.006Z Downloaded hashbrown v0.17.0
4032026-09-06T04:31:38.013Z Downloaded zerocopy v0.7.35
4042026-09-06T04:31:38.021Z Downloaded clap_builder v4.6.0
4052026-09-06T04:31:38.025Z Downloaded goblin v0.8.2
4062026-09-06T04:31:38.029Z Downloaded serde_json v1.0.151
4072026-09-06T04:31:38.047Z Downloaded tabled v0.15.0
4082026-09-06T04:31:38.056Z Downloaded syn v1.0.109
4092026-09-06T04:31:38.072Z Downloaded unicode-width v0.1.14
4102026-09-06T04:31:38.075Z Downloaded unicode-width v0.2.0
4112026-09-06T04:31:38.079Z Downloaded syn v3.0.3
4122026-09-06T04:31:38.085Z Downloaded syn v2.0.117
4132026-09-06T04:31:38.094Z Downloaded rustix v1.1.4
4142026-09-06T04:31:38.119Z Downloaded libc v0.2.185
4152026-09-06T04:31:38.183Z Compiling proc-macro2 v1.0.106
4162026-09-06T04:31:38.183Z Compiling unicode-ident v1.0.24
4172026-09-06T04:31:38.183Z Compiling quote v1.0.45
4182026-09-06T04:31:38.187Z Compiling serde_core v1.0.229
4192026-09-06T04:31:38.187Z Compiling libc v0.2.185
4202026-09-06T04:31:38.187Z Compiling version_check v0.9.5
4212026-09-06T04:31:38.187Z Compiling memchr v2.8.0
4222026-09-06T04:31:38.187Z Compiling serde v1.0.229
4232026-09-06T04:31:38.187Z Compiling zmij v1.0.21
4242026-09-06T04:31:38.187Z Compiling itoa v1.0.17
4252026-09-06T04:31:38.187Z Compiling thiserror v1.0.69
4262026-09-06T04:31:38.355Z Compiling ucd-trie v0.1.7
4272026-09-06T04:31:38.358Z Compiling byteorder v1.5.0
4282026-09-06T04:31:38.373Z Compiling rustix v1.1.4
4292026-09-06T04:31:38.376Z Compiling bitflags v2.11.0
4302026-09-06T04:31:38.391Z Compiling serde_json v1.0.151
4312026-09-06T04:31:38.395Z Compiling syn v1.0.109
4322026-09-06T04:31:38.395Z Compiling camino v1.2.5
4332026-09-06T04:31:38.395Z Compiling hashbrown v0.17.0
4342026-09-06T04:31:38.395Z Compiling getrandom v0.4.3
4352026-09-06T04:31:38.395Z Compiling equivalent v1.0.2
4362026-09-06T04:31:38.395Z Compiling utf8parse v0.2.2
4372026-09-06T04:31:38.395Z Compiling log v0.4.33
4382026-09-06T04:31:38.395Z Compiling plain v0.2.3
4392026-09-06T04:31:38.395Z Compiling winnow v0.7.14
4402026-09-06T04:31:38.395Z Compiling is_terminal_polyfill v1.70.2
4412026-09-06T04:31:38.395Z Compiling anstyle v1.0.14
4422026-09-06T04:31:38.410Z Compiling toml_write v0.1.2
4432026-09-06T04:31:38.414Z Compiling pretty-hex v0.4.1
4442026-09-06T04:31:38.879Z Compiling pest v2.8.6
4452026-09-06T04:31:38.882Z Compiling colorchoice v1.0.4
4462026-09-06T04:31:38.883Z Compiling thiserror v2.0.18
4472026-09-06T04:31:38.883Z Compiling anstyle-query v1.1.5
4482026-09-06T04:31:38.883Z Compiling autocfg v1.5.0
4492026-09-06T04:31:38.883Z Compiling cfg-if v1.0.4
4502026-09-06T04:31:39.100Z Compiling anstyle-parse v1.0.0
4512026-09-06T04:31:39.120Z Compiling indexmap v2.14.0
4522026-09-06T04:31:39.180Z Compiling once_cell v1.21.3
4532026-09-06T04:31:39.183Z Compiling heck v0.5.0
4542026-09-06T04:31:39.183Z Compiling anyhow v1.0.104
4552026-09-06T04:31:39.183Z Compiling clap_lex v1.0.0
4562026-09-06T04:31:39.271Z Compiling fnv v1.0.7
4572026-09-06T04:31:39.277Z Compiling heck v0.4.1
4582026-09-06T04:31:39.312Z Compiling unicode-width v0.1.14
4592026-09-06T04:31:39.316Z Compiling strsim v0.11.1
4602026-09-06T04:31:39.316Z Compiling bytecount v0.6.9
4612026-09-06T04:31:39.378Z Compiling fastrand v2.3.0
4622026-09-06T04:31:39.436Z Compiling proc-macro-error-attr v1.0.4
4632026-09-06T04:31:39.456Z Compiling usdt-impl v0.5.0
4642026-09-06T04:31:39.460Z Compiling proc-macro-error v1.0.4
4652026-09-06T04:31:39.521Z Compiling anstream v1.0.0
4662026-09-06T04:31:39.524Z Compiling unicode-linebreak v0.1.5
4672026-09-06T04:31:39.538Z Compiling smawk v0.3.2
4682026-09-06T04:31:39.542Z Compiling unicode-width v0.2.0
4692026-09-06T04:31:39.542Z Compiling swrite v0.1.0
4702026-09-06T04:31:39.630Z Compiling fs-err v3.3.0
4712026-09-06T04:31:39.972Z Compiling papergrid v0.11.0
4722026-09-06T04:31:40.195Z Compiling pest_meta v2.8.6
4732026-09-06T04:31:40.216Z Compiling errno v0.3.14
4742026-09-06T04:31:40.230Z Compiling thread-id v4.2.2
4752026-09-06T04:31:40.231Z Compiling memmap v0.7.0
4762026-09-06T04:31:40.496Z Compiling syn v2.0.117
4772026-09-06T04:31:40.496Z Compiling syn v3.0.3
4782026-09-06T04:31:41.165Z Compiling terminal_size v0.4.3
4792026-09-06T04:31:41.165Z Compiling tempfile v3.27.0
4802026-09-06T04:31:41.271Z Compiling clap_builder v4.6.0
4812026-09-06T04:31:41.271Z Compiling textwrap v0.16.2
4822026-09-06T04:31:41.621Z Compiling cargo-platform v0.3.2
4832026-09-06T04:31:41.621Z Compiling semver v1.0.28
4842026-09-06T04:31:41.836Z Compiling tabled_derive v0.7.0
4852026-09-06T04:31:41.888Z Compiling camino-tempfile v1.4.1
4862026-09-06T04:31:41.915Z Compiling serde_derive v1.0.229
4872026-09-06T04:31:42.520Z Compiling pest_generator v2.8.6
4882026-09-06T04:31:42.582Z Compiling tabled v0.15.0
4892026-09-06T04:31:43.021Z Compiling thiserror-impl v1.0.69
4902026-09-06T04:31:43.021Z Compiling zerocopy-derive v0.7.35
4912026-09-06T04:31:43.025Z Compiling scroll_derive v0.12.1
4922026-09-06T04:31:43.025Z Compiling thiserror-impl v2.0.18
4932026-09-06T04:31:43.025Z Compiling clap_derive v4.6.1
4942026-09-06T04:31:43.077Z Compiling pest_derive v2.8.6
4952026-09-06T04:31:43.666Z Compiling scroll v0.12.0
4962026-09-06T04:31:43.698Z Compiling zerocopy v0.7.35
4972026-09-06T04:31:43.881Z Compiling goblin v0.8.2
4982026-09-06T04:31:44.107Z Compiling dtrace-parser v0.2.0
4992026-09-06T04:31:44.224Z Compiling dof v0.3.0
5002026-09-06T04:31:44.224Z Compiling serde_tokenstream v0.2.3
5012026-09-06T04:31:44.242Z Compiling serde_spanned v0.6.9
5022026-09-06T04:31:44.245Z Compiling toml_datetime v0.6.11
5032026-09-06T04:31:44.245Z Compiling cargo_metadata v0.23.1
5042026-09-06T04:31:44.245Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5052026-09-06T04:31:44.245Z Compiling macaddr v1.0.1
5062026-09-06T04:31:44.360Z Compiling clap v4.6.1
5072026-09-06T04:31:44.433Z Compiling toml_edit v0.22.27
5082026-09-06T04:31:44.888Z Compiling usdt-attr-macro v0.5.0
5092026-09-06T04:31:44.891Z Compiling usdt-macro v0.5.0
5102026-09-06T04:31:45.633Z Compiling toml v0.8.23
5112026-09-06T04:31:45.952Z Compiling cargo_toml v0.21.0
5122026-09-06T04:31:46.379Z Compiling usdt v0.5.0
5132026-09-06T04:31:47.247Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5142026-09-06T04:31:49.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.89s
5152026-09-06T04:31:49.505Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5162026-09-06T04:31:50.007Z Downloading crates ...
5172026-09-06T04:31:50.061Z Downloaded bit-set v0.5.3
5182026-09-06T04:31:50.064Z Downloaded assert_matches v1.5.0
5192026-09-06T04:31:50.068Z Downloaded arrayref v0.3.9
5202026-09-06T04:31:50.071Z Downloaded aead v0.5.2
5212026-09-06T04:31:50.071Z Downloaded bitfield-macros v0.19.4
5222026-09-06T04:31:50.076Z Downloaded base16ct v1.0.0
5232026-09-06T04:31:50.079Z Downloaded bcrypt-pbkdf v0.11.0
5242026-09-06T04:31:50.086Z Downloaded ff v0.13.1
5252026-09-06T04:31:50.090Z Downloaded ff v0.14.0
5262026-09-06T04:31:50.090Z Downloaded bitfield-struct v0.6.2
5272026-09-06T04:31:50.090Z Downloaded argon2 v0.5.3
5282026-09-06T04:31:50.094Z Downloaded base64ct v1.8.3
5292026-09-06T04:31:50.094Z Downloaded bcs v0.1.6
5302026-09-06T04:31:50.094Z Downloaded bit-vec v0.8.0
5312026-09-06T04:31:50.094Z Downloaded fixedbitset v0.5.7
5322026-09-06T04:31:50.097Z Downloaded bit-set v0.8.0
5332026-09-06T04:31:50.100Z Downloaded backon v1.6.0
5342026-09-06T04:31:50.100Z Downloaded fallible-iterator v0.2.0
5352026-09-06T04:31:50.100Z Downloaded flagset v0.4.7
5362026-09-06T04:31:50.103Z Downloaded bit-vec v0.6.3
5372026-09-06T04:31:50.103Z Downloaded backtrace-ext v0.2.1
5382026-09-06T04:31:50.103Z Downloaded bitfield v0.19.4
5392026-09-06T04:31:50.103Z Downloaded fxhash v0.2.1
5402026-09-06T04:31:50.106Z Downloaded base16ct v0.2.0
5412026-09-06T04:31:50.106Z Downloaded blake2 v0.10.6
5422026-09-06T04:31:50.109Z Downloaded bs58 v0.5.1
5432026-09-06T04:31:50.109Z Downloaded ciborium v0.2.2
5442026-09-06T04:31:50.109Z Downloaded colored v2.2.0
5452026-09-06T04:31:50.113Z Downloaded addr2line v0.25.1
5462026-09-06T04:31:50.113Z Downloaded bb8 v0.8.6
5472026-09-06T04:31:50.113Z Downloaded fixedbitset v0.4.2
5482026-09-06T04:31:50.116Z Downloaded foreign-types-shared v0.1.1
5492026-09-06T04:31:50.116Z Downloaded fs-err v2.11.0
5502026-09-06T04:31:50.116Z Downloaded filetime v0.2.27
5512026-09-06T04:31:50.116Z Downloaded erased-serde v0.3.31
5522026-09-06T04:31:50.116Z Downloaded flate2 v1.1.9
5532026-09-06T04:31:50.121Z Downloaded futures-executor v0.3.32
5542026-09-06T04:31:50.121Z Downloaded float-ord v0.3.2
5552026-09-06T04:31:50.121Z Downloaded foreign-types-macros v0.2.3
5562026-09-06T04:31:50.124Z Downloaded base64 v0.21.7
5572026-09-06T04:31:50.124Z Downloaded foldhash v0.1.5
5582026-09-06T04:31:50.124Z Downloaded futures-io v0.3.32
5592026-09-06T04:31:50.124Z Downloaded funty v2.0.0
5602026-09-06T04:31:50.125Z Downloaded futures-task v0.3.32
5612026-09-06T04:31:50.129Z Downloaded gethostname v0.5.0
5622026-09-06T04:31:50.129Z Downloaded form_urlencoded v1.2.2
5632026-09-06T04:31:50.129Z Downloaded adler2 v2.0.1
5642026-09-06T04:31:50.129Z Downloaded ascii-canvas v3.0.0
5652026-09-06T04:31:50.129Z Downloaded futures v0.3.32
5662026-09-06T04:31:50.134Z Downloaded fatfs v0.3.6
5672026-09-06T04:31:50.134Z Downloaded backtrace v0.3.76
5682026-09-06T04:31:50.137Z Downloaded const-oid v0.10.2
5692026-09-06T04:31:50.137Z Downloaded async-stream v0.3.6
5702026-09-06T04:31:50.140Z Downloaded float-cmp v0.10.0
5712026-09-06T04:31:50.140Z Downloaded env_logger v0.11.11
5722026-09-06T04:31:50.140Z Downloaded normalize-line-endings v0.3.0
5732026-09-06T04:31:50.140Z Downloaded async-recursion v1.1.1
5742026-09-06T04:31:50.144Z Downloaded atomicwrites v0.4.4
5752026-09-06T04:31:50.144Z Downloaded futures-core v0.3.32
5762026-09-06T04:31:50.144Z Downloaded env_filter v2.0.0
5772026-09-06T04:31:50.146Z Downloaded foreign-types v0.3.2
5782026-09-06T04:31:50.146Z Downloaded hex-literal v1.1.0
5792026-09-06T04:31:50.146Z Downloaded globwalk v0.9.1
5802026-09-06T04:31:50.146Z Downloaded hash32 v0.2.1
5812026-09-06T04:31:50.146Z Downloaded aes-gcm v0.11.0
5822026-09-06T04:31:50.150Z Downloaded base64 v0.22.1
5832026-09-06T04:31:50.153Z Downloaded bitflags v1.3.2
5842026-09-06T04:31:50.153Z Downloaded http-body v1.0.1
5852026-09-06T04:31:50.153Z Downloaded nodrop v0.1.14
5862026-09-06T04:31:50.157Z Downloaded castaway v0.2.4
5872026-09-06T04:31:50.157Z Downloaded block-padding v0.4.2
5882026-09-06T04:31:50.157Z Downloaded cfg_aliases v0.2.1
5892026-09-06T04:31:50.157Z Downloaded git-stub v1.0.0
5902026-09-06T04:31:50.161Z Downloaded array-init v0.0.4
5912026-09-06T04:31:50.164Z Downloaded cfg_aliases v0.1.1
5922026-09-06T04:31:50.164Z Downloaded futures-sink v0.3.32
5932026-09-06T04:31:50.164Z Downloaded hyper-tls v0.6.0
5942026-09-06T04:31:50.164Z Downloaded block-buffer v0.12.1
5952026-09-06T04:31:50.168Z Downloaded async-trait v0.1.89
5962026-09-06T04:31:50.168Z Downloaded fd-lock v4.0.4
5972026-09-06T04:31:50.171Z Downloaded backoff v0.4.0
5982026-09-06T04:31:50.171Z Downloaded cobs v0.3.0
5992026-09-06T04:31:50.171Z Downloaded blowfish v0.10.0
6002026-09-06T04:31:50.171Z Downloaded getrandom v0.2.17
6012026-09-06T04:31:50.174Z Downloaded ghash v0.6.0
6022026-09-06T04:31:50.177Z Downloaded openssl-macros v0.1.1
6032026-09-06T04:31:50.177Z Downloaded foreign-types-shared v0.3.1
6042026-09-06T04:31:50.180Z Downloaded hubpack_derive v0.1.1
6052026-09-06T04:31:50.180Z Downloaded httpdate v1.0.3
6062026-09-06T04:31:50.180Z Downloaded anstream v0.6.21
6072026-09-06T04:31:50.180Z Downloaded chacha20 v0.9.1
6082026-09-06T04:31:50.184Z Downloaded cmov v0.5.4
6092026-09-06T04:31:50.188Z Downloaded foreign-types v0.5.0
6102026-09-06T04:31:50.188Z Downloaded oxide-generation-macros v0.2.0
6112026-09-06T04:31:50.191Z Downloaded cassowary v0.3.0
6122026-09-06T04:31:50.191Z Downloaded hash32 v0.3.1
6132026-09-06T04:31:50.193Z Downloaded hostname v0.3.1
6142026-09-06T04:31:50.197Z Downloaded futures-macro v0.3.32
6152026-09-06T04:31:50.197Z Downloaded hostname v0.4.2
6162026-09-06T04:31:50.197Z Downloaded powerfmt v0.2.0
6172026-09-06T04:31:50.197Z Downloaded hex v0.4.3
6182026-09-06T04:31:50.200Z Downloaded home v0.5.12
6192026-09-06T04:31:50.200Z Downloaded console v0.15.11
6202026-09-06T04:31:50.203Z Downloaded console v0.16.2
6212026-09-06T04:31:50.203Z Downloaded cmake v0.1.57
6222026-09-06T04:31:50.204Z Downloaded compression-codecs v0.4.37
6232026-09-06T04:31:50.207Z Downloaded byte-wrapper v0.1.0
6242026-09-06T04:31:50.207Z Downloaded chacha20 v0.10.0
6252026-09-06T04:31:50.207Z Downloaded ahash v0.8.12
6262026-09-06T04:31:50.211Z Downloaded bzip2 v0.4.4
6272026-09-06T04:31:50.211Z Downloaded hubpack v0.1.2
6282026-09-06T04:31:50.211Z Downloaded async-stream-impl v0.3.6
6292026-09-06T04:31:50.211Z Downloaded headers-core v0.3.0
6302026-09-06T04:31:50.211Z Downloaded num_threads v0.1.7
6312026-09-06T04:31:50.211Z Downloaded peg-runtime v0.8.5
6322026-09-06T04:31:50.214Z Downloaded atomic-waker v1.1.2
6332026-09-06T04:31:50.215Z Downloaded atty v0.2.14
6342026-09-06T04:31:50.215Z Downloaded ref-cast v1.0.25
6352026-09-06T04:31:50.218Z Downloaded num_enum v0.5.11
6362026-09-06T04:31:50.218Z Downloaded oxide-tokio-rt v0.1.4
6372026-09-06T04:31:50.221Z Downloaded phf v0.12.1
6382026-09-06T04:31:50.221Z Downloaded rustc_version v0.1.7
6392026-09-06T04:31:50.221Z Downloaded slog-bunyan v2.5.0
6402026-09-06T04:31:50.221Z Downloaded globset v0.4.18
6412026-09-06T04:31:50.221Z Downloaded fs_extra v1.3.0
6422026-09-06T04:31:50.224Z Downloaded ciborium-io v0.2.2
6432026-09-06T04:31:50.225Z Downloaded compression-core v0.4.31
6442026-09-06T04:31:50.228Z Downloaded http-range v0.1.5
6452026-09-06T04:31:50.228Z Downloaded glob v0.3.3
6462026-09-06T04:31:50.231Z Downloaded hyper-rustls v0.27.7
6472026-09-06T04:31:50.235Z Downloaded cancel-safe-futures v0.1.5
6482026-09-06T04:31:50.238Z Downloaded clang-sys v1.8.1
6492026-09-06T04:31:50.241Z Downloaded ppv-lite86 v0.2.21
6502026-09-06T04:31:50.244Z Downloaded rtoolbox v0.0.3
6512026-09-06T04:31:50.244Z Downloaded secrecy v0.8.0
6522026-09-06T04:31:50.247Z Downloaded ciborium-ll v0.2.2
6532026-09-06T04:31:50.250Z Downloaded sha1 v0.10.6
6542026-09-06T04:31:50.253Z Downloaded sha1 v0.11.0
6552026-09-06T04:31:50.253Z Downloaded signature v3.0.0
6562026-09-06T04:31:50.253Z Downloaded rustc-hash v2.1.1
6572026-09-06T04:31:50.257Z Downloaded signature v2.2.0
6582026-09-06T04:31:50.257Z Downloaded find-msvc-tools v0.1.9
6592026-09-06T04:31:50.257Z Downloaded password-hash v0.5.0
6602026-09-06T04:31:50.260Z Downloaded foldhash v0.2.0
6612026-09-06T04:31:50.260Z Downloaded http-body-util v0.1.3
6622026-09-06T04:31:50.263Z Downloaded group v0.14.0
6632026-09-06T04:31:50.263Z Downloaded humantime v2.3.0
6642026-09-06T04:31:50.263Z Downloaded structmeta v0.3.0
6652026-09-06T04:31:50.263Z Downloaded tap v1.0.1
6662026-09-06T04:31:50.267Z Downloaded hyper-staticfile v0.10.1
6672026-09-06T04:31:50.267Z Downloaded argon2 v0.6.0-rc.8
6682026-09-06T04:31:50.271Z Downloaded oxide-update-engine v0.1.2
6692026-09-06T04:31:50.271Z Downloaded pkg-config v0.3.32
6702026-09-06T04:31:50.271Z Downloaded schemars_derive v0.8.22
6712026-09-06T04:31:50.271Z Downloaded allocator-api2 v0.2.21
6722026-09-06T04:31:50.271Z Downloaded camino-tempfile-ext v0.3.3
6732026-09-06T04:31:50.274Z Downloaded compact_str v0.8.1
6742026-09-06T04:31:50.274Z Downloaded group v0.13.0
6752026-09-06T04:31:50.274Z Downloaded git-stub-vcs v0.1.0
6762026-09-06T04:31:50.274Z Downloaded sqlparser_derive v0.5.0
6772026-09-06T04:31:50.278Z Downloaded structmeta-derive v0.3.0
6782026-09-06T04:31:50.278Z Downloaded sync_wrapper v1.0.2
6792026-09-06T04:31:50.278Z Downloaded testing_table v0.3.0
6802026-09-06T04:31:50.278Z Downloaded thiserror-impl-no-std v2.0.2
6812026-09-06T04:31:50.278Z Downloaded pbkdf2 v0.13.0
6822026-09-06T04:31:50.281Z Downloaded progenitor v0.13.0
6832026-09-06T04:31:50.281Z Downloaded serde_path_to_error v0.1.20
6842026-09-06T04:31:50.281Z Downloaded spki v0.8.0
6852026-09-06T04:31:50.281Z Downloaded serde_derive_internals v0.29.1
6862026-09-06T04:31:50.284Z Downloaded ssh-cipher v0.3.0
6872026-09-06T04:31:50.284Z Downloaded subtle v2.6.1
6882026-09-06T04:31:50.288Z Downloaded tower-layer v0.3.3
6892026-09-06T04:31:50.288Z Downloaded progenitor v0.14.0
6902026-09-06T04:31:50.291Z Downloaded rand_core v0.10.0
6912026-09-06T04:31:50.291Z Downloaded expectorate v1.2.0
6922026-09-06T04:31:50.294Z Downloaded futures-channel v0.3.32
6932026-09-06T04:31:50.294Z Downloaded hmac v0.13.0
6942026-09-06T04:31:50.294Z Downloaded iana-time-zone v0.1.65
6952026-09-06T04:31:50.298Z Downloaded yoke-derive v0.8.1
6962026-09-06T04:31:50.298Z Downloaded httparse v1.10.1
6972026-09-06T04:31:50.301Z Downloaded parking_lot_core v0.9.12
6982026-09-06T04:31:50.301Z Downloaded bzip2 v0.6.1
6992026-09-06T04:31:50.301Z Downloaded generic-array v1.4.3
7002026-09-06T04:31:50.304Z Downloaded topological-sort v0.2.2
7012026-09-06T04:31:50.304Z Downloaded untrusted v0.7.1
7022026-09-06T04:31:50.304Z Downloaded usdt-attr-macro v0.6.0
7032026-09-06T04:31:50.304Z Downloaded highway v1.3.0
7042026-09-06T04:31:50.304Z Downloaded unit-prefix v0.5.2
7052026-09-06T04:31:50.307Z Downloaded cbc v0.2.1
7062026-09-06T04:31:50.307Z Downloaded cipher v0.4.4
7072026-09-06T04:31:50.308Z Downloaded num-integer v0.1.46
7082026-09-06T04:31:50.308Z Downloaded anstyle-parse v0.2.7
7092026-09-06T04:31:50.311Z Downloaded xattr v1.6.1
7102026-09-06T04:31:50.311Z Downloaded progenitor-client v0.13.0
7112026-09-06T04:31:50.321Z Downloaded rand_core v0.9.5
7122026-09-06T04:31:50.321Z Downloaded phc v0.6.1
7132026-09-06T04:31:50.321Z Downloaded rpassword v7.5.4
7142026-09-06T04:31:50.321Z Downloaded async-bb8-diesel v0.2.1
7152026-09-06T04:31:50.321Z Downloaded serde_with_macros v1.5.2
7162026-09-06T04:31:50.321Z Downloaded scrypt v0.12.0
7172026-09-06T04:31:50.321Z Downloaded wait-timeout v0.2.1
7182026-09-06T04:31:50.325Z Downloaded serde-hex v0.1.0
7192026-09-06T04:31:50.325Z Downloaded cpubits v0.1.1
7202026-09-06T04:31:50.325Z Downloaded slog-async v2.8.0
7212026-09-06T04:31:50.329Z Downloaded snafu-derive v0.8.9
7222026-09-06T04:31:50.329Z Downloaded darling_macro v0.21.3
7232026-09-06T04:31:50.329Z Downloaded defmt v0.3.100
7242026-09-06T04:31:50.329Z Downloaded cstr-argument v0.1.2
7252026-09-06T04:31:50.329Z Downloaded display-error-chain v0.2.2
7262026-09-06T04:31:50.333Z Downloaded pkcs8 v0.11.0
7272026-09-06T04:31:50.333Z Downloaded unicase v2.9.0
7282026-09-06T04:31:50.333Z Downloaded aead v0.6.1
7292026-09-06T04:31:50.333Z Downloaded cexpr v0.6.0
7302026-09-06T04:31:50.336Z Downloaded colored v3.1.1
7312026-09-06T04:31:50.336Z Downloaded uzers v0.12.2
7322026-09-06T04:31:50.336Z Downloaded half v1.8.3
7332026-09-06T04:31:50.339Z Downloaded hybrid-array v0.4.13
7342026-09-06T04:31:50.339Z Downloaded tokio-test v0.4.5
7352026-09-06T04:31:50.339Z Downloaded yoke v0.8.1
7362026-09-06T04:31:50.343Z Downloaded downcast-rs v2.0.2
7372026-09-06T04:31:50.347Z Downloaded string_cache v0.8.9
7382026-09-06T04:31:50.350Z Downloaded termios v0.3.3
7392026-09-06T04:31:50.350Z Downloaded openssl-sys v0.9.117
7402026-09-06T04:31:50.353Z Downloaded chacha20poly1305 v0.10.1
7412026-09-06T04:31:50.353Z Downloaded support-bundle-viewer v0.1.2
7422026-09-06T04:31:50.353Z Downloaded tls_codec_derive v0.4.2
7432026-09-06T04:31:50.357Z Downloaded pkcs1 v0.7.5
7442026-09-06T04:31:50.357Z Downloaded buf-list v1.1.2
7452026-09-06T04:31:50.361Z Downloaded const-oid v0.9.6
7462026-09-06T04:31:50.361Z Downloaded dunce v1.0.5
7472026-09-06T04:31:50.361Z Downloaded whoami v2.1.0
7482026-09-06T04:31:50.361Z Downloaded cipher v0.5.2
7492026-09-06T04:31:50.365Z Downloaded flume v0.11.1
7502026-09-06T04:31:50.365Z Downloaded tokio-native-tls v0.3.1
7512026-09-06T04:31:50.365Z Downloaded dropshot-api-manager-types v0.8.0
7522026-09-06T04:31:50.368Z Downloaded ident_case v1.0.1
7532026-09-06T04:31:50.368Z Downloaded illumos-nvpair v0.3.0
7542026-09-06T04:31:50.372Z Downloaded inout v0.1.4
7552026-09-06T04:31:50.372Z Downloaded internet-checksum v0.2.1
7562026-09-06T04:31:50.372Z Downloaded crossbeam-deque v0.8.6
7572026-09-06T04:31:50.372Z Downloaded arrayvec v0.7.6
7582026-09-06T04:31:50.375Z Downloaded csv-core v0.1.13
7592026-09-06T04:31:50.375Z Downloaded usdt-impl v0.6.0
7602026-09-06T04:31:50.378Z Downloaded delegate v0.13.5
7612026-09-06T04:31:50.378Z Downloaded quinn-udp v0.5.14
7622026-09-06T04:31:50.382Z Downloaded lazy_static v1.5.0
7632026-09-06T04:31:50.384Z Downloaded tinystr v0.8.2
7642026-09-06T04:31:50.387Z Downloaded sha2 v0.11.0
7652026-09-06T04:31:50.387Z Downloaded unicode-properties v0.1.4
7662026-09-06T04:31:50.391Z Downloaded cpufeatures v0.3.0
7672026-09-06T04:31:50.391Z Downloaded convert_case v0.10.0
7682026-09-06T04:31:50.391Z Downloaded md5 v0.8.0
7692026-09-06T04:31:50.391Z Downloaded whoami v1.6.1
7702026-09-06T04:31:50.394Z Downloaded nonempty v0.12.0
7712026-09-06T04:31:50.394Z Downloaded ed25519 v2.2.3
7722026-09-06T04:31:50.397Z Downloaded digest v0.11.3
7732026-09-06T04:31:50.397Z Downloaded password-hash v0.6.1
7742026-09-06T04:31:50.397Z Downloaded newtype-uuid-macros v0.1.0
7752026-09-06T04:31:50.401Z Downloaded kstat-rs v0.2.5
7762026-09-06T04:31:50.401Z Downloaded ref-cast-impl v1.0.25
7772026-09-06T04:31:50.401Z Downloaded predicates-core v1.0.10
7782026-09-06T04:31:50.404Z Downloaded proc-macro-error-attr2 v2.0.0
7792026-09-06T04:31:50.404Z Downloaded opaque-debug v0.3.1
7802026-09-06T04:31:50.404Z Downloaded half v2.7.1
7812026-09-06T04:31:50.407Z Downloaded hmac v0.12.1
7822026-09-06T04:31:50.407Z Downloaded chumsky v0.9.3
7832026-09-06T04:31:50.407Z Downloaded ar_archive_writer v0.5.1
7842026-09-06T04:31:50.410Z Downloaded getrandom v0.3.4
7852026-09-06T04:31:50.413Z Downloaded omicron-zone-package v0.12.3
7862026-09-06T04:31:50.413Z Downloaded slog v2.8.2
7872026-09-06T04:31:50.417Z Downloaded blake2 v0.11.0-rc.6
7882026-09-06T04:31:50.420Z Downloaded pretty_assertions v1.4.1
7892026-09-06T04:31:50.423Z Downloaded derive_builder_core v0.20.2
7902026-09-06T04:31:50.428Z Downloaded path-slash v0.1.5
7912026-09-06T04:31:50.428Z Downloaded quick-error v1.2.3
7922026-09-06T04:31:50.431Z Downloaded shell-words v1.1.1
7932026-09-06T04:31:50.434Z Downloaded serde_repr v0.1.20
7942026-09-06T04:31:50.434Z Downloaded libloading v0.8.9
7952026-09-06T04:31:50.434Z Downloaded async-compression v0.4.41
7962026-09-06T04:31:50.437Z Downloaded darling v0.21.3
7972026-09-06T04:31:50.440Z Downloaded elliptic-curve v0.14.1
7982026-09-06T04:31:50.443Z Downloaded rfc6979 v0.4.0
7992026-09-06T04:31:50.443Z Downloaded russh-util v0.52.0
8002026-09-06T04:31:50.443Z Downloaded embedded-io v0.4.0
8012026-09-06T04:31:50.446Z Downloaded either v1.15.0
8022026-09-06T04:31:50.446Z Downloaded ingot v0.2.1
8032026-09-06T04:31:50.447Z Downloaded libefi-sys v0.1.0
8042026-09-06T04:31:50.447Z Downloaded thread-id v5.1.0
8052026-09-06T04:31:50.447Z Downloaded slog-envlogger v2.2.0
8062026-09-06T04:31:50.451Z Downloaded strum v0.26.3
8072026-09-06T04:31:50.451Z Downloaded time-core v0.1.8
8082026-09-06T04:31:50.451Z Downloaded ipnet v2.12.0
8092026-09-06T04:31:50.451Z Downloaded keccak v0.2.0
8102026-09-06T04:31:50.451Z Downloaded scheduled-thread-pool v0.2.7
8112026-09-06T04:31:50.454Z Downloaded polyval v0.7.1
8122026-09-06T04:31:50.455Z Downloaded stable_deref_trait v1.2.1
8132026-09-06T04:31:50.455Z Downloaded num-rational v0.4.2
8142026-09-06T04:31:50.455Z Downloaded vergen-lib v9.1.0
8152026-09-06T04:31:50.455Z Downloaded arc-swap v1.8.2
8162026-09-06T04:31:50.458Z Downloaded darling v0.23.0
8172026-09-06T04:31:50.461Z Downloaded postgres-protocol v0.6.10
8182026-09-06T04:31:50.464Z Downloaded strsim v0.10.0
8192026-09-06T04:31:50.464Z Downloaded schemars v0.8.22
8202026-09-06T04:31:50.467Z Downloaded miette-derive v7.6.0
8212026-09-06T04:31:50.470Z Downloaded oxide-generation v0.1.3
8222026-09-06T04:31:50.470Z Downloaded packed_struct v0.10.1
8232026-09-06T04:31:50.471Z Downloaded parking_lot_core v0.8.6
8242026-09-06T04:31:50.474Z Downloaded num-complex v0.4.6
8252026-09-06T04:31:50.474Z Downloaded paste v1.0.15
8262026-09-06T04:31:50.474Z Downloaded peg v0.8.5
8272026-09-06T04:31:50.477Z Downloaded pin-project-internal v1.1.11
8282026-09-06T04:31:50.477Z Downloaded cc v1.2.56
8292026-09-06T04:31:50.480Z Downloaded untrusted v0.9.0
8302026-09-06T04:31:50.480Z Downloaded prefix-trie v0.7.0
8312026-09-06T04:31:50.480Z Downloaded xshell-macros v0.2.7
8322026-09-06T04:31:50.480Z Downloaded rand_seeder v0.4.0
8332026-09-06T04:31:50.483Z Downloaded utf8_iter v1.0.4
8342026-09-06T04:31:50.483Z Downloaded void v1.0.2
8352026-09-06T04:31:50.484Z Downloaded zerofrom v0.1.6
8362026-09-06T04:31:50.484Z Downloaded zone v0.3.1
8372026-09-06T04:31:50.488Z Downloaded serde-big-array v0.5.1
8382026-09-06T04:31:50.492Z Downloaded scroll v0.13.0
8392026-09-06T04:31:50.492Z Downloaded slog-dtrace v0.3.0
8402026-09-06T04:31:50.492Z Downloaded slog-json v2.6.1
8412026-09-06T04:31:50.495Z Downloaded papergrid v0.18.0
8422026-09-06T04:31:50.495Z Downloaded heapless v0.8.0
8432026-09-06T04:31:50.498Z Downloaded shlex v1.3.0
8442026-09-06T04:31:50.498Z Downloaded sync-ptr v0.1.4
8452026-09-06T04:31:50.498Z Downloaded sqlformat v0.3.5
8462026-09-06T04:31:50.501Z Downloaded darling_macro v0.20.11
8472026-09-06T04:31:50.501Z Downloaded dsl_auto_type v0.2.0
8482026-09-06T04:31:50.501Z Downloaded primeorder v0.13.6
8492026-09-06T04:31:50.501Z Downloaded proc-macro-error2 v2.0.1
8502026-09-06T04:31:50.505Z Downloaded toml v1.1.2+spec-1.1.0
8512026-09-06T04:31:50.505Z Downloaded embedded-io v0.6.1
8522026-09-06T04:31:50.508Z Downloaded crypto-common v0.2.2
8532026-09-06T04:31:50.511Z Downloaded toml v0.7.8
8542026-09-06T04:31:50.511Z Downloaded bumpalo v3.20.2
8552026-09-06T04:31:50.514Z Downloaded const_format v0.2.35
8562026-09-06T04:31:50.514Z Downloaded typify v0.6.2
8572026-09-06T04:31:50.517Z Downloaded sec1 v0.8.1
8582026-09-06T04:31:50.517Z Downloaded stacker v0.1.23
8592026-09-06T04:31:50.520Z Downloaded tui-tree-widget v0.23.1
8602026-09-06T04:31:50.520Z Downloaded instability v0.3.11
8612026-09-06T04:31:50.520Z Downloaded lru-slab v0.1.2
8622026-09-06T04:31:50.523Z Downloaded libscf-sys v1.2.0
8632026-09-06T04:31:50.523Z Downloaded xshell v0.2.7
8642026-09-06T04:31:50.529Z Downloaded headers v0.4.1
8652026-09-06T04:31:50.532Z Downloaded lzss v0.8.2
8662026-09-06T04:31:50.535Z Downloaded lru-cache v0.1.2
8672026-09-06T04:31:50.535Z Downloaded rustls-platform-verifier v0.6.2
8682026-09-06T04:31:50.540Z Downloaded zopfli v0.8.3
8692026-09-06T04:31:50.540Z Downloaded num-derive v0.4.2
8702026-09-06T04:31:50.544Z Downloaded openssl-probe v0.1.6
8712026-09-06T04:31:50.544Z Downloaded openssl-probe v0.2.1
8722026-09-06T04:31:50.544Z Downloaded pkcs8 v0.10.2
8732026-09-06T04:31:50.544Z Downloaded tagptr v0.2.0
8742026-09-06T04:31:50.544Z Downloaded indexmap v1.9.3
8752026-09-06T04:31:50.547Z Downloaded tls_codec v0.4.2
8762026-09-06T04:31:50.547Z Downloaded utf-8 v0.7.6
8772026-09-06T04:31:50.547Z Downloaded tokio-tungstenite v0.23.1
8782026-09-06T04:31:50.548Z Downloaded jiff-static v0.2.34
8792026-09-06T04:31:50.553Z Downloaded newline-converter v0.3.0
8802026-09-06T04:31:50.553Z Downloaded icu_properties v2.1.2
8812026-09-06T04:31:50.553Z Downloaded phf_shared v0.13.1
8822026-09-06T04:31:50.556Z Downloaded samael v0.0.19
8832026-09-06T04:31:50.559Z Downloaded num-bigint-dig v0.8.6
8842026-09-06T04:31:50.559Z Downloaded zerovec-derive v0.11.2
8852026-09-06T04:31:50.563Z Downloaded critical-section v1.2.0
8862026-09-06T04:31:50.563Z Downloaded defmt v1.0.1
8872026-09-06T04:31:50.563Z Downloaded heapless v0.7.17
8882026-09-06T04:31:50.566Z Downloaded precomputed-hash v0.1.1
8892026-09-06T04:31:50.566Z Downloaded hickory-resolver v0.24.4
8902026-09-06T04:31:50.569Z Downloaded hickory-resolver v0.25.2
8912026-09-06T04:31:50.577Z Downloaded bytes v1.11.1
8922026-09-06T04:31:50.580Z Downloaded tungstenite v0.21.0
8932026-09-06T04:31:50.583Z Downloaded packed_struct_codegen v0.10.1
8942026-09-06T04:31:50.583Z Downloaded quinn v0.11.11
8952026-09-06T04:31:50.586Z Downloaded serde_spanned v1.1.1
8962026-09-06T04:31:50.586Z Downloaded indoc v2.0.7
8972026-09-06T04:31:50.586Z Downloaded rand_chacha v0.3.1
8982026-09-06T04:31:50.590Z Downloaded rfc6979 v0.6.0
8992026-09-06T04:31:50.590Z Downloaded crossbeam-channel v0.5.15
9002026-09-06T04:31:50.590Z Downloaded num-traits v0.2.19
9012026-09-06T04:31:50.595Z Downloaded hashbrown v0.13.2
9022026-09-06T04:31:50.595Z Downloaded salsa20 v0.11.0
9032026-09-06T04:31:50.595Z Downloaded num_enum_derive v0.7.6
9042026-09-06T04:31:50.598Z Downloaded supports-unicode v3.0.0
9052026-09-06T04:31:50.598Z Downloaded zerotrie v0.2.3
9062026-09-06T04:31:50.598Z Downloaded der_derive v0.7.3
9072026-09-06T04:31:50.601Z Downloaded dirs-sys-next v0.1.2
9082026-09-06T04:31:50.601Z Downloaded displaydoc v0.2.5
9092026-09-06T04:31:50.601Z Downloaded ena v0.14.4
9102026-09-06T04:31:50.601Z Downloaded impl-trait-for-tuples v0.2.3
9112026-09-06T04:31:50.605Z Downloaded strip-ansi-escapes v0.2.1
9122026-09-06T04:31:50.609Z Downloaded trait-variant v0.1.2
9132026-09-06T04:31:50.612Z Downloaded universal-hash v0.6.1
9142026-09-06T04:31:50.615Z Downloaded signal-hook v0.3.18
9152026-09-06T04:31:50.618Z Downloaded socket2 v0.6.3
9162026-09-06T04:31:50.618Z Downloaded cookie v0.18.1
9172026-09-06T04:31:50.621Z Downloaded derive_builder v0.20.2
9182026-09-06T04:31:50.624Z Downloaded des v0.9.0
9192026-09-06T04:31:50.624Z Downloaded primefield v0.14.0
9202026-09-06T04:31:50.624Z Downloaded progenitor-client v0.14.0
9212026-09-06T04:31:50.624Z Downloaded rustls-pemfile v2.2.0
9222026-09-06T04:31:50.627Z Downloaded term v0.7.0
9232026-09-06T04:31:50.628Z Downloaded module-lattice v0.2.3
9242026-09-06T04:31:50.630Z Downloaded tracing-attributes v0.1.31
9252026-09-06T04:31:50.630Z Downloaded vsss-rs v3.3.4
9262026-09-06T04:31:50.634Z Downloaded zone_cfg_derive v0.3.1
9272026-09-06T04:31:50.634Z Downloaded crunchy v0.2.4
9282026-09-06T04:31:50.634Z Downloaded p256 v0.14.0
9292026-09-06T04:31:50.634Z Downloaded typify-macro v0.6.2
9302026-09-06T04:31:50.634Z Downloaded der v0.7.10
9312026-09-06T04:31:50.637Z Downloaded ml-kem v0.3.2
9322026-09-06T04:31:50.640Z Downloaded libbz2-rs-sys v0.2.2
9332026-09-06T04:31:50.640Z Downloaded tungstenite v0.23.0
9342026-09-06T04:31:50.644Z Downloaded semver v0.1.20
9352026-09-06T04:31:50.644Z Downloaded bindgen v0.71.1
9362026-09-06T04:31:50.647Z Downloaded document-features v0.2.12
9372026-09-06T04:31:50.647Z Downloaded debug-ignore v1.0.5
9382026-09-06T04:31:50.647Z Downloaded x509-cert v0.2.5
9392026-09-06T04:31:50.650Z Downloaded http v1.4.2
9402026-09-06T04:31:50.653Z Downloaded smf v0.2.3
9412026-09-06T04:31:50.653Z Downloaded peg-macros v0.8.5
9422026-09-06T04:31:50.656Z Downloaded waitgroup v0.1.2
9432026-09-06T04:31:50.656Z Downloaded crc v3.4.0
9442026-09-06T04:31:50.656Z Downloaded indent_write v2.2.0
9452026-09-06T04:31:50.656Z Downloaded publicsuffix v2.3.0
9462026-09-06T04:31:50.659Z Downloaded keccak v0.1.6
9472026-09-06T04:31:50.659Z Downloaded crossbeam-epoch v0.9.18
9482026-09-06T04:31:50.659Z Downloaded lalrpop-util v0.19.12
9492026-09-06T04:31:50.659Z Downloaded new_debug_unreachable v1.0.6
9502026-09-06T04:31:50.662Z Downloaded slog-term v2.9.2
9512026-09-06T04:31:50.662Z Downloaded tokio-dtrace v0.1.1
9522026-09-06T04:31:50.670Z Downloaded elliptic-curve v0.13.8
9532026-09-06T04:31:50.673Z Downloaded endian-type v0.1.2
9542026-09-06T04:31:50.673Z Downloaded maybe-uninit v2.0.0
9552026-09-06T04:31:50.673Z Downloaded miniz_oxide v0.8.9
9562026-09-06T04:31:50.677Z Downloaded ecdsa v0.17.0
9572026-09-06T04:31:50.677Z Downloaded rand_chacha v0.9.0
9582026-09-06T04:31:50.677Z Downloaded resolv-conf v0.7.6
9592026-09-06T04:31:50.680Z Downloaded daft-derive v0.1.8
9602026-09-06T04:31:50.680Z Downloaded synstructure v0.13.2
9612026-09-06T04:31:50.684Z Downloaded lru v0.12.5
9622026-09-06T04:31:50.687Z Downloaded percent-encoding v2.3.2
9632026-09-06T04:31:50.687Z Downloaded psl-types v2.0.11
9642026-09-06T04:31:50.690Z Downloaded slab v0.4.12
9652026-09-06T04:31:50.690Z Downloaded strum_macros v0.27.2
9662026-09-06T04:31:50.693Z Downloaded aes v0.9.1
9672026-09-06T04:31:50.698Z Downloaded tokio-macros v2.7.0
9682026-09-06T04:31:50.701Z Downloaded toml_edit v0.23.10+spec-1.0.0
9692026-09-06T04:31:50.701Z Downloaded defmt-macros v1.0.1
9702026-09-06T04:31:50.704Z Downloaded parse-size v1.1.0
9712026-09-06T04:31:50.707Z Downloaded recursive-proc-macro-impl v0.1.1
9722026-09-06T04:31:50.707Z Downloaded crypto-bigint v0.5.5
9732026-09-06T04:31:50.710Z Downloaded litrs v1.0.0
9742026-09-06T04:31:50.713Z Downloaded secrecy v0.10.3
9752026-09-06T04:31:50.713Z Downloaded walkdir v2.5.0
9762026-09-06T04:31:50.716Z Downloaded siphasher v1.0.2
9772026-09-06T04:31:50.719Z Downloaded seq-macro v0.3.6
9782026-09-06T04:31:50.719Z Downloaded hyper-util v0.1.20
9792026-09-06T04:31:50.723Z Downloaded tabwriter v1.4.1
9802026-09-06T04:31:50.723Z Downloaded hickory-server v0.25.2
9812026-09-06T04:31:50.726Z Downloaded vergen-git2 v9.1.0
9822026-09-06T04:31:50.726Z Downloaded linear-map v1.2.0
9832026-09-06T04:31:50.726Z Downloaded parking_lot v0.11.2
9842026-09-06T04:31:50.732Z Downloaded crc-any v2.5.0
9852026-09-06T04:31:50.738Z Downloaded darling v0.13.4
9862026-09-06T04:31:50.742Z Downloaded unicode-xid v0.2.6
9872026-09-06T04:31:50.742Z Downloaded want v0.3.1
9882026-09-06T04:31:50.742Z Downloaded wnaf v0.14.0
9892026-09-06T04:31:50.745Z Downloaded ecdsa v0.16.9
9902026-09-06T04:31:50.745Z Downloaded progenitor-impl v0.14.0
9912026-09-06T04:31:50.745Z Downloaded strum v0.27.2
9922026-09-06T04:31:50.749Z Downloaded supports-color v3.0.2
9932026-09-06T04:31:50.749Z Downloaded term v1.2.1
9942026-09-06T04:31:50.752Z Downloaded constant_time_eq v0.4.2
9952026-09-06T04:31:50.755Z Downloaded serdect v0.4.3
9962026-09-06T04:31:50.758Z Downloaded toml_edit v0.19.15
9972026-09-06T04:31:50.766Z Downloaded crossbeam-utils v0.8.21
9982026-09-06T04:31:50.769Z Downloaded ingot-types v0.2.0
9992026-09-06T04:31:50.770Z Downloaded take_mut v0.2.2
10002026-09-06T04:31:50.770Z Downloaded darling_macro v0.13.4
10012026-09-06T04:31:50.770Z Downloaded progenitor-extras v0.2.0
10022026-09-06T04:31:50.774Z Downloaded difflib v0.4.0
10032026-09-06T04:31:50.774Z Downloaded dyn-clone v1.0.20
10042026-09-06T04:31:50.780Z Downloaded num-conv v0.2.0
10052026-09-06T04:31:50.783Z Downloaded rusty-fork v0.3.1
10062026-09-06T04:31:50.786Z Downloaded serde_bytes v0.11.19
10072026-09-06T04:31:50.786Z Downloaded poly1305 v0.8.0
10082026-09-06T04:31:50.786Z Downloaded derive_builder_macro v0.20.2
10092026-09-06T04:31:50.790Z Downloaded slog-stdlog v4.1.1
10102026-09-06T04:31:50.790Z Downloaded smallvec v0.6.14
10112026-09-06T04:31:50.790Z Downloaded tokio-tungstenite v0.21.0
10122026-09-06T04:31:50.790Z Downloaded instant v0.1.13
10132026-09-06T04:31:50.793Z Downloaded newtype_derive v0.1.6
10142026-09-06T04:31:50.793Z Downloaded num-iter v0.1.45
10152026-09-06T04:31:50.793Z Downloaded olpc-cjson v0.1.4
10162026-09-06T04:31:50.793Z Downloaded ingot-macros v0.2.0
10172026-09-06T04:31:50.793Z Downloaded rand v0.10.1
10182026-09-06T04:31:50.796Z Downloaded aho-corasick v1.1.4
10192026-09-06T04:31:50.800Z Downloaded rsa v0.9.10
10202026-09-06T04:31:50.803Z Downloaded qorb v0.4.1
10212026-09-06T04:31:50.806Z Downloaded hashbrown v0.12.3
10222026-09-06T04:31:50.809Z Downloaded pkcs5 v0.8.1
10232026-09-06T04:31:50.812Z Downloaded derive_more-impl v2.1.1
10242026-09-06T04:31:50.815Z Downloaded rand_core v0.6.4
10252026-09-06T04:31:50.815Z Downloaded ctutils v0.4.2
10262026-09-06T04:31:50.815Z Downloaded proc-macro-crate v3.4.0
10272026-09-06T04:31:50.815Z Downloaded phf_shared v0.12.1
10282026-09-06T04:31:50.818Z Downloaded match_cfg v0.1.0
10292026-09-06T04:31:50.818Z Downloaded parse-display v0.10.0
10302026-09-06T04:31:50.818Z Downloaded mio v1.2.0
10312026-09-06T04:31:50.821Z Downloaded icu_normalizer v2.1.1
10322026-09-06T04:31:50.824Z Downloaded unsafe-libyaml v0.2.11
10332026-09-06T04:31:50.824Z Downloaded zstd-safe v7.2.4
10342026-09-06T04:31:50.827Z Downloaded scopeguard v1.2.0
10352026-09-06T04:31:50.827Z Downloaded sponge-cursor v0.1.0
10362026-09-06T04:31:50.827Z Downloaded ryu v1.0.23
10372026-09-06T04:31:50.830Z Downloaded tower-http v0.6.8
10382026-09-06T04:31:50.834Z Downloaded recursive v0.1.1
10392026-09-06T04:31:50.837Z Downloaded scuffle v0.1.0
10402026-09-06T04:31:50.837Z Downloaded sigpipe v0.1.3
10412026-09-06T04:31:50.840Z Downloaded ed25519 v3.0.0
10422026-09-06T04:31:50.840Z Downloaded darling_core v0.20.11
10432026-09-06T04:31:50.843Z Downloaded rawzip v0.4.4
10442026-09-06T04:31:50.846Z Downloaded rustc_version v0.4.1
10452026-09-06T04:31:50.846Z Downloaded corncobs v0.1.4
10462026-09-06T04:31:50.846Z Downloaded daft v0.1.8
10472026-09-06T04:31:50.849Z Downloaded toml_parser v1.1.2+spec-1.1.0
10482026-09-06T04:31:50.849Z Downloaded smallvec v1.15.1
10492026-09-06T04:31:50.852Z Downloaded jobserver v0.1.34
10502026-09-06T04:31:50.852Z Downloaded libsw v3.5.0
10512026-09-06T04:31:50.853Z Downloaded nanorand v0.7.0
10522026-09-06T04:31:50.856Z Downloaded serde_yaml v0.9.34+deprecated
10532026-09-06T04:31:50.860Z Downloaded usdt v0.6.0
10542026-09-06T04:31:50.860Z Downloaded knus v3.4.0
10552026-09-06T04:31:50.860Z Downloaded crc8 v0.1.1
10562026-09-06T04:31:50.860Z Downloaded snafu v0.8.9
10572026-09-06T04:31:50.863Z Downloaded dirs-next v2.0.0
10582026-09-06T04:31:50.863Z Downloaded dof v0.4.0
10592026-09-06T04:31:50.863Z Downloaded vergen v9.1.0
10602026-09-06T04:31:50.866Z Downloaded oso v0.27.3
10612026-09-06T04:31:50.866Z Downloaded writeable v0.6.2
10622026-09-06T04:31:50.869Z Downloaded termtree v0.5.1
10632026-09-06T04:31:50.869Z Downloaded postgres-types v0.2.12
10642026-09-06T04:31:50.872Z Downloaded inout v0.2.2
10652026-09-06T04:31:50.872Z Downloaded memoffset v0.9.1
10662026-09-06T04:31:50.872Z Downloaded potential_utf v0.1.4
10672026-09-06T04:31:50.873Z Downloaded usdt-macro v0.6.0
10682026-09-06T04:31:50.873Z Downloaded mime v0.3.17
10692026-09-06T04:31:50.875Z Downloaded oxide-update-engine-types v0.1.2
10702026-09-06T04:31:50.876Z Downloaded serde_tokenstream v0.3.0
10712026-09-06T04:31:50.876Z Downloaded rustc-demangle v0.1.27
10722026-09-06T04:31:50.879Z Downloaded yansi v1.0.1
10732026-09-06T04:31:50.879Z Downloaded hashbrown v0.14.5
10742026-09-06T04:31:50.882Z Downloaded itertools v0.13.0
10752026-09-06T04:31:50.885Z Downloaded radium v0.7.0
10762026-09-06T04:31:50.889Z Downloaded diesel_derives v2.3.7
10772026-09-06T04:31:50.892Z Downloaded md-5 v0.10.6
10782026-09-06T04:31:50.892Z Downloaded convert_case v0.4.0
10792026-09-06T04:31:50.892Z Downloaded defmt-parser v1.0.0
10802026-09-06T04:31:50.892Z Downloaded zerovec v0.11.5
10812026-09-06T04:31:50.902Z Downloaded derive_more v0.99.20
10822026-09-06T04:31:50.905Z Downloaded psm v0.1.30
10832026-09-06T04:31:50.908Z Downloaded rand_xorshift v0.4.0
10842026-09-06T04:31:50.908Z Downloaded unicode-truncate v1.1.0
10852026-09-06T04:31:50.912Z Downloaded schemars v0.9.0
10862026-09-06T04:31:50.919Z Downloaded zerofrom-derive v0.1.6
10872026-09-06T04:31:50.924Z Downloaded slog-scope v4.4.1
10882026-09-06T04:31:50.927Z Downloaded sapling-renderdag v0.1.0
10892026-09-06T04:31:50.927Z Downloaded serde_urlencoded v0.7.1
10902026-09-06T04:31:50.927Z Downloaded enum_dispatch v0.3.13
10912026-09-06T04:31:50.930Z Downloaded darling_macro v0.23.0
10922026-09-06T04:31:50.933Z Downloaded poly1305 v0.9.0
10932026-09-06T04:31:50.936Z Downloaded rustyline v14.0.0
10942026-09-06T04:31:50.939Z Downloaded reedline v0.40.0
10952026-09-06T04:31:50.943Z Downloaded icu_provider v2.1.1
10962026-09-06T04:31:50.946Z Downloaded linked-hash-map v0.5.6
10972026-09-06T04:31:50.946Z Downloaded nibble_vec v0.1.0
10982026-09-06T04:31:50.949Z Downloaded progenitor-macro v0.14.0
10992026-09-06T04:31:50.949Z Downloaded same-file v1.0.6
11002026-09-06T04:31:50.949Z Downloaded serde_plain v1.0.2
11012026-09-06T04:31:50.952Z Downloaded prettyplease v0.2.37
11022026-09-06T04:31:50.955Z Downloaded darling_core v0.23.0
11032026-09-06T04:31:50.958Z Downloaded tokio-rustls v0.26.4
11042026-09-06T04:31:50.958Z Downloaded litemap v0.8.1
11052026-09-06T04:31:50.958Z Downloaded hashbrown v0.16.1
11062026-09-06T04:31:50.961Z Downloaded serde_cbor v0.11.2
11072026-09-06T04:31:50.964Z Downloaded tokio-stream v0.1.18
11082026-09-06T04:31:50.967Z Downloaded hashbrown v0.15.5
11092026-09-06T04:31:50.970Z Downloaded parking_lot v0.12.5
11102026-09-06T04:31:50.970Z Downloaded diesel-dtrace v0.5.0
11112026-09-06T04:31:50.970Z Downloaded zerocopy v0.6.6
11122026-09-06T04:31:50.973Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11132026-09-06T04:31:50.973Z Downloaded signal-hook-tokio v0.3.1
11142026-09-06T04:31:50.973Z Downloaded tinyvec_macros v0.1.1
11152026-09-06T04:31:50.973Z Downloaded predicates-tree v1.0.13
11162026-09-06T04:31:50.973Z Downloaded idna_adapter v1.2.1
11172026-09-06T04:31:50.976Z Downloaded illumos-nvpair-sys v0.2.0
11182026-09-06T04:31:50.976Z Downloaded rand v0.8.6
11192026-09-06T04:31:50.977Z Downloaded thread_local v1.1.9
11202026-09-06T04:31:50.981Z Downloaded port-file v0.1.0
11212026-09-06T04:31:50.984Z Downloaded blake3 v1.8.5
11222026-09-06T04:31:50.987Z Downloaded diesel_table_macro_syntax v0.3.0
11232026-09-06T04:31:50.987Z Downloaded is_ci v1.2.0
11242026-09-06T04:31:50.990Z Downloaded itertools v0.14.0
11252026-09-06T04:31:50.993Z Downloaded mime_guess v2.0.5
11262026-09-06T04:31:50.993Z Downloaded rustls-webpki v0.103.13
11272026-09-06T04:31:50.996Z Downloaded knus-derive v3.4.0
11282026-09-06T04:31:50.996Z Downloaded icu_locale_core v2.1.1
11292026-09-06T04:31:50.999Z Downloaded zstd v0.13.3
11302026-09-06T04:31:50.999Z Downloaded russh-cryptovec v0.62.0
11312026-09-06T04:31:51.003Z Downloaded pin-project-lite v0.2.17
11322026-09-06T04:31:51.006Z Downloaded memmap2 v0.9.10
11332026-09-06T04:31:51.006Z Downloaded multer v3.1.0
11342026-09-06T04:31:51.006Z Downloaded zerocopy-derive v0.8.55
11352026-09-06T04:31:51.010Z Downloaded signal-hook-registry v1.4.8
11362026-09-06T04:31:51.013Z Downloaded ssh-encoding v0.3.0
11372026-09-06T04:31:51.013Z Downloaded strum_macros v0.24.3
11382026-09-06T04:31:51.013Z Downloaded supports-hyperlinks v3.2.0
11392026-09-06T04:31:51.016Z Downloaded dtrace-parser v0.3.0
11402026-09-06T04:31:51.016Z Downloaded managed v0.8.0
11412026-09-06T04:31:51.016Z Downloaded maplit v1.0.2
11422026-09-06T04:31:51.016Z Downloaded oso-derive v0.27.3
11432026-09-06T04:31:51.016Z Downloaded pem-rfc7468 v0.7.0
11442026-09-06T04:31:51.019Z Downloaded nu-ansi-term v0.50.3
11452026-09-06T04:31:51.019Z Downloaded pem v3.0.6
11462026-09-06T04:31:51.019Z Downloaded reqwest v0.12.28
11472026-09-06T04:31:51.023Z Downloaded rustls-pki-types v1.14.0
11482026-09-06T04:31:51.026Z Downloaded unicode-segmentation v1.12.0
11492026-09-06T04:31:51.026Z Downloaded drift v0.2.0
11502026-09-06T04:31:51.030Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11512026-09-06T04:31:51.034Z Downloaded toml_writer v1.1.1+spec-1.1.0
11522026-09-06T04:31:51.034Z Downloaded proc-macro-crate v1.3.1
11532026-09-06T04:31:51.034Z Downloaded progenitor-macro v0.13.0
11542026-09-06T04:31:51.034Z Downloaded scroll_derive v0.13.1
11552026-09-06T04:31:51.034Z Downloaded signal-hook-mio v0.2.5
11562026-09-06T04:31:51.037Z Downloaded minimal-lexical v0.2.1
11572026-09-06T04:31:51.037Z Downloaded hkdf v0.12.4
11582026-09-06T04:31:51.040Z Downloaded darling v0.20.11
11592026-09-06T04:31:51.043Z Downloaded pem-rfc7468 v1.0.0
11602026-09-06T04:31:51.048Z Downloaded url v2.5.8
11612026-09-06T04:31:51.051Z Downloaded zip v0.6.6
11622026-09-06T04:31:51.054Z Downloaded const_format_proc_macros v0.2.34
11632026-09-06T04:31:51.057Z Downloaded parse-display-derive v0.10.0
11642026-09-06T04:31:51.057Z Downloaded num_enum_derive v0.5.11
11652026-09-06T04:31:51.057Z Downloaded kem v0.3.0
11662026-09-06T04:31:51.061Z Downloaded rand_pcg v0.10.2
11672026-09-06T04:31:51.061Z Downloaded libm v0.2.16
11682026-09-06T04:31:51.064Z Downloaded curve25519-dalek-derive v0.1.1
11692026-09-06T04:31:51.067Z Downloaded owo-colors v4.3.0
11702026-09-06T04:31:51.067Z Downloaded strum_macros v0.26.4
11712026-09-06T04:31:51.067Z Downloaded vergen-lib v0.1.6
11722026-09-06T04:31:51.070Z Downloaded stringprep v0.1.5
11732026-09-06T04:31:51.070Z Downloaded iri-string v0.7.10
11742026-09-06T04:31:51.073Z Downloaded serde_with v1.14.0
11752026-09-06T04:31:51.077Z Downloaded bitvec v1.0.1
11762026-09-06T04:31:51.086Z Downloaded crc-catalog v2.4.0
11772026-09-06T04:31:51.089Z Downloaded is-terminal v0.4.17
11782026-09-06T04:31:51.089Z Downloaded libsw-core v0.3.2
11792026-09-06T04:31:51.089Z Downloaded rcgen v0.12.1
11802026-09-06T04:31:51.092Z Downloaded try-lock v0.2.5
11812026-09-06T04:31:51.092Z Downloaded multimap v0.10.1
11822026-09-06T04:31:51.092Z Downloaded h2 v0.4.15
11832026-09-06T04:31:51.095Z Downloaded similar v2.7.0
11842026-09-06T04:31:51.098Z Downloaded tower-service v0.3.3
11852026-09-06T04:31:51.098Z Downloaded tokio-postgres v0.7.16
11862026-09-06T04:31:51.101Z Downloaded time-macros v0.2.27
11872026-09-06T04:31:51.101Z Downloaded unicode-normalization v0.1.25
11882026-09-06T04:31:51.104Z Downloaded unicode-bidi v0.3.18
11892026-09-06T04:31:51.108Z Downloaded crc32fast v1.5.0
11902026-09-06T04:31:51.108Z Downloaded tracing-core v0.1.36
11912026-09-06T04:31:51.111Z Downloaded derive-ex v0.1.8
11922026-09-06T04:31:51.114Z Downloaded futures-util v0.3.32
11932026-09-06T04:31:51.118Z Downloaded enum-as-inner v0.6.1
11942026-09-06T04:31:51.121Z Downloaded nom v7.1.3
11952026-09-06T04:31:51.124Z Downloaded ipnetwork v0.21.1
11962026-09-06T04:31:51.127Z Downloaded hyper v1.10.1
11972026-09-06T04:31:51.130Z Downloaded spki v0.7.3
11982026-09-06T04:31:51.130Z Downloaded crucible-workspace-hack v0.1.0
11992026-09-06T04:31:51.130Z Downloaded derive-where v1.6.0
12002026-09-06T04:31:51.134Z Downloaded rand v0.9.2
12012026-09-06T04:31:51.137Z Downloaded derive_more v2.1.1
12022026-09-06T04:31:51.141Z Downloaded tar v0.4.46
12032026-09-06T04:31:51.144Z Downloaded ignore v0.4.25
12042026-09-06T04:31:51.144Z Downloaded progenitor-impl v0.13.0
12052026-09-06T04:31:51.148Z Downloaded unarray v0.1.4
12062026-09-06T04:31:51.148Z Downloaded thiserror-no-std v2.0.2
12072026-09-06T04:31:51.148Z Downloaded data-encoding v2.10.0
12082026-09-06T04:31:51.152Z Downloaded newtype-uuid v1.3.2
12092026-09-06T04:31:51.152Z Downloaded wyz v0.5.1
12102026-09-06T04:31:51.154Z Downloaded indoc v1.0.9
12112026-09-06T04:31:51.158Z Downloaded universal-hash v0.5.1
12122026-09-06T04:31:51.158Z Downloaded socket2 v0.5.10
12132026-09-06T04:31:51.158Z Downloaded phf_shared v0.11.3
12142026-09-06T04:31:51.163Z Downloaded num v0.4.3
12152026-09-06T04:31:51.163Z Downloaded primeorder v0.14.0
12162026-09-06T04:31:51.166Z Downloaded sec1 v0.7.3
12172026-09-06T04:31:51.166Z Downloaded tiny-keccak v2.0.2
12182026-09-06T04:31:51.169Z Downloaded hkdf v0.13.0
12192026-09-06T04:31:51.169Z Downloaded yasna v0.5.2
12202026-09-06T04:31:51.169Z Downloaded rayon v1.11.0
12212026-09-06T04:31:51.174Z Downloaded tower v0.5.3
12222026-09-06T04:31:51.179Z Downloaded native-tls v0.2.18
12232026-09-06T04:31:51.184Z Downloaded zeroize_derive v1.5.0
12242026-09-06T04:31:51.184Z Downloaded lock_api v0.4.14
12252026-09-06T04:31:51.184Z Downloaded phf v0.13.1
12262026-09-06T04:31:51.184Z Downloaded twox-hash v2.1.2
12272026-09-06T04:31:51.184Z Downloaded pkcs1 v0.8.0-rc.4
12282026-09-06T04:31:51.184Z Downloaded oxnet v0.1.7
12292026-09-06T04:31:51.187Z Downloaded vergen-gitcl v1.0.8
12302026-09-06T04:31:51.187Z Downloaded deranged v0.5.8
12312026-09-06T04:31:51.190Z Downloaded regex v1.12.3
12322026-09-06T04:31:51.194Z Downloaded rayon-core v1.13.0
12332026-09-06T04:31:51.196Z Downloaded der v0.8.0
12342026-09-06T04:31:51.199Z Downloaded rustversion v1.0.22
12352026-09-06T04:31:51.199Z Downloaded static_assertions v1.1.0
12362026-09-06T04:31:51.202Z Downloaded cookie_store v0.22.1
12372026-09-06T04:31:51.202Z Downloaded digest-io v0.1.0
12382026-09-06T04:31:51.203Z Downloaded rustls-native-certs v0.8.3
12392026-09-06T04:31:51.206Z Downloaded aws-lc-rs v1.16.3
12402026-09-06T04:31:51.209Z Downloaded p384 v0.14.0
12412026-09-06T04:31:51.212Z Downloaded predicates v3.1.4
12422026-09-06T04:31:51.212Z Downloaded zeroize v1.9.0
12432026-09-06T04:31:51.215Z Downloaded idna v1.1.0
12442026-09-06T04:31:51.215Z Downloaded ron v0.8.1
12452026-09-06T04:31:51.218Z Downloaded ctr v0.10.1
12462026-09-06T04:31:51.221Z Downloaded num_enum v0.7.6
12472026-09-06T04:31:51.221Z Downloaded oxide-update-engine-display v0.1.2
12482026-09-06T04:31:51.224Z Downloaded r2d2 v0.8.10
12492026-09-06T04:31:51.224Z Downloaded simd-adler32 v0.3.8
12502026-09-06T04:31:51.224Z Downloaded uuid v1.23.4
12512026-09-06T04:31:51.227Z Downloaded typed-path v0.9.3
12522026-09-06T04:31:51.230Z Downloaded p521 v0.14.0
12532026-09-06T04:31:51.233Z Downloaded internal-russh-num-bigint v0.5.0
12542026-09-06T04:31:51.236Z Downloaded serde_with_macros v3.21.0
12552026-09-06T04:31:51.236Z Downloaded icu_normalizer_data v2.1.1
12562026-09-06T04:31:51.236Z Downloaded indicatif v0.18.4
12572026-09-06T04:31:51.239Z Downloaded postcard v1.1.3
12582026-09-06T04:31:51.239Z Downloaded test-strategy v0.4.5
12592026-09-06T04:31:51.242Z Downloaded subprocess v0.2.15
12602026-09-06T04:31:51.245Z Downloaded dropshot_endpoint v0.17.1
12612026-09-06T04:31:51.245Z Downloaded diff v0.1.13
12622026-09-06T04:31:51.249Z Downloaded chrono v0.4.45
12632026-09-06T04:31:51.252Z Downloaded spin v0.9.8
12642026-09-06T04:31:51.255Z Downloaded reqwest v0.13.2
12652026-09-06T04:31:51.258Z Downloaded winnow v1.0.3
12662026-09-06T04:31:51.261Z Downloaded darling_core v0.21.3
12672026-09-06T04:31:51.264Z Downloaded miette v7.6.0
12682026-09-06T04:31:51.267Z Downloaded itertools v0.12.1
12692026-09-06T04:31:51.271Z Downloaded num-bigint v0.4.6
12702026-09-06T04:31:51.274Z Downloaded git2 v0.20.4
12712026-09-06T04:31:51.278Z Downloaded itertools v0.10.5
12722026-09-06T04:31:51.282Z Downloaded darling_core v0.13.4
12732026-09-06T04:31:51.285Z Downloaded crossterm v0.28.1
12742026-09-06T04:31:51.289Z Downloaded dropshot-api-manager v0.8.0
12752026-09-06T04:31:51.298Z Downloaded polar-core v0.27.3
12762026-09-06T04:31:51.302Z Downloaded itertools v0.15.0
12772026-09-06T04:31:51.313Z Downloaded tinyvec v1.10.0
12782026-09-06T04:31:51.313Z Downloaded vte v0.14.1
12792026-09-06T04:31:51.313Z Downloaded zip v4.6.1
12802026-09-06T04:31:51.319Z Downloaded ed25519-dalek v3.0.0
12812026-09-06T04:31:51.324Z Downloaded icu_properties_data v2.1.2
12822026-09-06T04:31:51.331Z Downloaded pin-project v1.1.11
12832026-09-06T04:31:51.336Z Downloaded salty v0.3.0
12842026-09-06T04:31:51.340Z Downloaded tokio-util v0.7.18
12852026-09-06T04:31:51.344Z Downloaded schemars v1.2.1
12862026-09-06T04:31:51.352Z Downloaded crossterm v0.29.0
12872026-09-06T04:31:51.357Z Downloaded unicode_categories v0.1.1
12882026-09-06T04:31:51.360Z Downloaded rsa v0.10.0-rc.18
12892026-09-06T04:31:51.360Z Downloaded ssh-key v0.7.0-rc.11
12902026-09-06T04:31:51.364Z Downloaded quick-xml v0.37.5
12912026-09-06T04:31:51.367Z Downloaded steno v0.4.1
12922026-09-06T04:31:51.370Z Downloaded ed25519-dalek v2.2.0
12932026-09-06T04:31:51.373Z Downloaded serde_with v3.21.0
12942026-09-06T04:31:51.378Z Downloaded petname v2.0.2
12952026-09-06T04:31:51.381Z Downloaded nom v8.0.0
12962026-09-06T04:31:51.384Z Downloaded quinn-proto v0.11.16
12972026-09-06T04:31:51.389Z Downloaded goblin v0.10.5
12982026-09-06T04:31:51.393Z Downloaded smoltcp v0.9.1
12992026-09-06T04:31:51.399Z Downloaded bstr v1.12.1
13002026-09-06T04:31:51.404Z Downloaded gimli v0.32.3
13012026-09-06T04:31:51.408Z Downloaded icu_collections v2.1.1
13022026-09-06T04:31:51.411Z Downloaded portable-atomic v1.13.1
13032026-09-06T04:31:51.416Z Downloaded iddqd v0.4.2
13042026-09-06T04:31:51.420Z Downloaded proptest v1.11.0
13052026-09-06T04:31:51.425Z Downloaded time v0.3.47
13062026-09-06T04:31:51.433Z Downloaded libxml v0.3.3
13072026-09-06T04:31:51.436Z Downloaded winnow v0.6.26
13082026-09-06T04:31:51.441Z Downloaded winnow v0.5.40
13092026-09-06T04:31:51.446Z Downloaded tough v0.22.0
13102026-09-06T04:31:51.450Z Downloaded jiff-core v0.1.0
13112026-09-06T04:31:51.454Z Downloaded nix v0.28.0
13122026-09-06T04:31:51.465Z Downloaded crypto-primes v0.7.2
13132026-09-06T04:31:51.490Z Downloaded moka v0.12.13
13142026-09-06T04:31:51.494Z Downloaded openssl v0.10.80
13152026-09-06T04:31:51.500Z Downloaded p384 v0.13.1
13162026-09-06T04:31:51.503Z Downloaded russh v0.62.4
13172026-09-06T04:31:51.509Z Downloaded vcpkg v0.2.15
13182026-09-06T04:31:51.533Z Downloaded lalrpop v0.19.12
13192026-09-06T04:31:51.539Z Downloaded smoltcp v0.11.0
13202026-09-06T04:31:51.546Z Downloaded radix_trie v0.2.1
13212026-09-06T04:31:51.549Z Downloaded openapiv3 v2.2.0
13222026-09-06T04:31:51.556Z Downloaded regress v0.11.1
13232026-09-06T04:31:51.561Z Downloaded nix v0.27.1
13242026-09-06T04:31:51.566Z Downloaded curve25519-dalek v4.1.3
13252026-09-06T04:31:51.571Z Downloaded hickory-proto v0.24.4
13262026-09-06T04:31:51.582Z Downloaded rustix v0.38.44
13272026-09-06T04:31:51.593Z Downloaded tabled v0.21.0
13282026-09-06T04:31:51.603Z Downloaded sha3 v0.12.0
13292026-09-06T04:31:51.606Z Downloaded zlib-rs v0.6.2
13302026-09-06T04:31:51.609Z Downloaded hickory-proto v0.25.2
13312026-09-06T04:31:51.616Z Downloaded crypto-bigint v0.7.5
13322026-09-06T04:31:51.625Z Downloaded zerocopy v0.8.55
13332026-09-06T04:31:51.636Z Downloaded nix v0.31.2
13342026-09-06T04:31:51.643Z Downloaded object v0.37.3
13352026-09-06T04:31:51.650Z Downloaded object v0.30.4
13362026-09-06T04:31:51.654Z Downloaded regex-syntax v0.6.29
13372026-09-06T04:31:51.658Z Downloaded rustls v0.23.41
13382026-09-06T04:31:51.665Z Downloaded diesel v2.3.7
13392026-09-06T04:31:51.676Z Downloaded curve25519-dalek v5.0.0
13402026-09-06T04:31:51.682Z Downloaded regex-syntax v0.8.10
13412026-09-06T04:31:51.688Z Downloaded dropshot v0.17.1
13422026-09-06T04:31:51.699Z Downloaded typify-impl v0.6.2
13432026-09-06T04:31:51.708Z Downloaded regress v0.10.5
13442026-09-06T04:31:51.713Z Downloaded sqlparser v0.61.0
13452026-09-06T04:31:51.718Z Downloaded tracing v0.1.44
13462026-09-06T04:31:51.731Z Downloaded bzip2-sys v0.1.13+1.0.8
13472026-09-06T04:31:51.738Z Downloaded sha3 v0.11.0
13482026-09-06T04:31:51.742Z Downloaded zerocopy-derive v0.6.6
13492026-09-06T04:31:51.746Z Downloaded regex-automata v0.4.14
13502026-09-06T04:31:51.758Z Downloaded jiff v0.2.34
13512026-09-06T04:31:51.768Z Downloaded sha3 v0.10.8
13522026-09-06T04:31:51.771Z Downloaded tokio v1.52.1
13532026-09-06T04:31:51.794Z Downloaded sled v0.34.7
13542026-09-06T04:31:51.800Z Downloaded petgraph v0.6.5
13552026-09-06T04:31:51.811Z Downloaded ratatui v0.29.0
13562026-09-06T04:31:51.822Z Downloaded chrono-tz v0.10.4
13572026-09-06T04:31:51.839Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13582026-09-06T04:31:51.876Z Downloaded petgraph v0.8.3
13592026-09-06T04:31:51.888Z Downloaded csv v1.4.0
13602026-09-06T04:31:51.901Z Downloaded libz-sys v1.1.24
13612026-09-06T04:31:51.980Z Downloaded encoding_rs v0.8.35
13622026-09-06T04:31:52.017Z Downloaded ring v0.17.14
13632026-09-06T04:31:52.053Z Downloaded libgit2-sys v0.18.3+1.9.2
13642026-09-06T04:31:52.461Z Downloaded aws-lc-sys v0.40.0
13652026-09-06T04:31:52.723Z Compiling serde_core v1.0.229
13662026-09-06T04:31:52.723Z Compiling libc v0.2.185
13672026-09-06T04:31:52.723Z Compiling serde v1.0.229
13682026-09-06T04:31:52.726Z Compiling log v0.4.33
13692026-09-06T04:31:52.726Z Compiling smallvec v1.15.1
13702026-09-06T04:31:52.726Z Compiling shlex v1.3.0
13712026-09-06T04:31:52.726Z Compiling find-msvc-tools v0.1.9
13722026-09-06T04:31:52.726Z Compiling subtle v2.6.1
13732026-09-06T04:31:52.726Z Compiling scopeguard v1.2.0
13742026-09-06T04:31:52.727Z Compiling typenum v1.20.1
13752026-09-06T04:31:52.727Z Compiling stable_deref_trait v1.2.1
13762026-09-06T04:31:52.858Z Compiling zerocopy v0.8.55
13772026-09-06T04:31:52.861Z Compiling portable-atomic v1.13.1
13782026-09-06T04:31:52.862Z Compiling serde_json v1.0.151
13792026-09-06T04:31:52.862Z Compiling critical-section v1.2.0
13802026-09-06T04:31:52.862Z Compiling libm v0.2.16
13812026-09-06T04:31:52.862Z Compiling pkg-config v0.3.32
13822026-09-06T04:31:52.862Z Compiling const-oid v0.9.6
13832026-09-06T04:31:52.862Z Compiling parking_lot_core v0.9.12
13842026-09-06T04:31:52.862Z Compiling pin-project-lite v0.2.17
13852026-09-06T04:31:52.862Z Compiling getrandom v0.4.3
13862026-09-06T04:31:52.862Z Compiling rand_core v0.10.0
13872026-09-06T04:31:52.948Z Compiling num-traits v0.2.19
13882026-09-06T04:31:52.952Z Compiling generic-array v0.14.7
13892026-09-06T04:31:52.952Z Compiling litemap v0.8.1
13902026-09-06T04:31:52.952Z Compiling percent-encoding v2.3.2
13912026-09-06T04:31:52.952Z Compiling writeable v0.6.2
13922026-09-06T04:31:52.952Z Compiling futures-core v0.3.32
13932026-09-06T04:31:52.952Z Compiling icu_properties_data v2.1.2
13942026-09-06T04:31:53.043Z Compiling icu_normalizer_data v2.1.1
13952026-09-06T04:31:53.072Z Compiling syn v2.0.117
13962026-09-06T04:31:53.076Z Compiling syn v3.0.3
13972026-09-06T04:31:53.089Z Compiling rustix v1.1.4
13982026-09-06T04:31:53.118Z Compiling getrandom v0.3.4
13992026-09-06T04:31:53.153Z Compiling futures-sink v0.3.32
14002026-09-06T04:31:53.156Z Compiling futures-io v0.3.32
14012026-09-06T04:31:53.169Z Compiling lock_api v0.4.14
14022026-09-06T04:31:53.203Z Compiling utf8_iter v1.0.4
14032026-09-06T04:31:53.215Z Compiling slab v0.4.12
14042026-09-06T04:31:53.297Z Compiling futures-task v0.3.32
14052026-09-06T04:31:53.344Z Compiling form_urlencoded v1.2.2
14062026-09-06T04:31:53.378Z Compiling rustversion v1.0.22
14072026-09-06T04:31:53.394Z Compiling base64ct v1.8.3
14082026-09-06T04:31:53.411Z Compiling iana-time-zone v0.1.65
14092026-09-06T04:31:53.426Z Compiling dunce v1.0.5
14102026-09-06T04:31:53.429Z Compiling regex-syntax v0.8.10
14112026-09-06T04:31:53.458Z Compiling flagset v0.4.7
14122026-09-06T04:31:53.585Z Compiling ident_case v1.0.1
14132026-09-06T04:31:53.588Z Compiling fs_extra v1.3.0
14142026-09-06T04:31:53.602Z Compiling base64 v0.22.1
14152026-09-06T04:31:53.634Z Compiling vcpkg v0.2.15
14162026-09-06T04:31:53.637Z Compiling syn v1.0.109
14172026-09-06T04:31:53.694Z Compiling futures-channel v0.3.32
14182026-09-06T04:31:53.712Z Compiling pem-rfc7468 v0.7.0
14192026-09-06T04:31:53.826Z Compiling cpufeatures v0.2.17
14202026-09-06T04:31:53.842Z Compiling simd-adler32 v0.3.8
14212026-09-06T04:31:53.846Z Compiling aws-lc-rs v1.16.3
14222026-09-06T04:31:53.846Z Compiling dyn-clone v1.0.20
14232026-09-06T04:31:53.846Z Compiling schemars v0.8.22
14242026-09-06T04:31:53.859Z Compiling spin v0.9.8
14252026-09-06T04:31:53.876Z Compiling httparse v1.10.1
14262026-09-06T04:31:53.881Z Compiling tinyvec_macros v0.1.1
14272026-09-06T04:31:53.891Z Compiling adler2 v2.0.1
14282026-09-06T04:31:53.894Z Compiling crc32fast v1.5.0
14292026-09-06T04:31:53.894Z Compiling openssl-probe v0.2.1
14302026-09-06T04:31:53.925Z Compiling cmov v0.5.4
14312026-09-06T04:31:54.002Z Compiling aho-corasick v1.1.4
14322026-09-06T04:31:54.035Z Compiling unicode-segmentation v1.12.0
14332026-09-06T04:31:54.051Z Compiling tinyvec v1.10.0
14342026-09-06T04:31:54.083Z Compiling atomic-waker v1.1.2
14352026-09-06T04:31:54.149Z Compiling untrusted v0.7.1
14362026-09-06T04:31:54.152Z Compiling tower-service v0.3.3
14372026-09-06T04:31:54.198Z Compiling try-lock v0.2.5
14382026-09-06T04:31:54.201Z Compiling radium v0.7.0
14392026-09-06T04:31:54.201Z Compiling tower-layer v0.3.3
14402026-09-06T04:31:54.229Z Compiling foreign-types-shared v0.1.1
14412026-09-06T04:31:54.232Z Compiling untrusted v0.9.0
14422026-09-06T04:31:54.245Z Compiling miniz_oxide v0.8.9
14432026-09-06T04:31:54.249Z Compiling openssl v0.10.80
14442026-09-06T04:31:54.303Z Compiling rustls v0.23.41
14452026-09-06T04:31:54.320Z Compiling maybe-uninit v2.0.0
14462026-09-06T04:31:54.323Z Compiling httpdate v1.0.3
14472026-09-06T04:31:54.368Z Compiling tap v1.0.1
14482026-09-06T04:31:54.371Z Compiling ahash v0.8.12
14492026-09-06T04:31:54.385Z Compiling native-tls v0.2.18
14502026-09-06T04:31:54.432Z Compiling packed_struct v0.10.1
14512026-09-06T04:31:54.550Z Compiling errno v0.3.14
14522026-09-06T04:31:54.631Z Compiling jobserver v0.1.34
14532026-09-06T04:31:54.634Z Compiling getrandom v0.2.17
14542026-09-06T04:31:54.681Z Compiling mio v1.2.0
14552026-09-06T04:31:54.685Z Compiling socket2 v0.6.3
14562026-09-06T04:31:54.731Z Compiling ctutils v0.4.2
14572026-09-06T04:31:54.765Z Compiling once_cell v1.21.3
14582026-09-06T04:31:54.768Z Compiling want v0.3.1
14592026-09-06T04:31:54.782Z Compiling signal-hook-registry v1.4.8
14602026-09-06T04:31:54.819Z Compiling wyz v0.5.1
14612026-09-06T04:31:54.878Z Compiling unicode-normalization v0.1.25
14622026-09-06T04:31:54.911Z Compiling foreign-types v0.3.2
14632026-09-06T04:31:54.928Z Compiling parking_lot v0.12.5
14642026-09-06T04:31:54.944Z Compiling rand_core v0.9.5
14652026-09-06T04:31:54.959Z Compiling wait-timeout v0.2.1
14662026-09-06T04:31:54.963Z Compiling socket2 v0.5.10
14672026-09-06T04:31:54.977Z Compiling bit-vec v0.8.0
14682026-09-06T04:31:54.980Z Compiling time-core v0.1.8
14692026-09-06T04:31:55.041Z Compiling tracing-core v0.1.36
14702026-09-06T04:31:55.057Z Compiling num-bigint-dig v0.8.6
14712026-09-06T04:31:55.072Z Compiling powerfmt v0.2.0
14722026-09-06T04:31:55.086Z Compiling num-conv v0.2.0
14732026-09-06T04:31:55.089Z Compiling funty v2.0.0
14742026-09-06T04:31:55.089Z Compiling quick-error v1.2.3
14752026-09-06T04:31:55.181Z Compiling rand_core v0.6.4
14762026-09-06T04:31:55.181Z Compiling lazy_static v1.5.0
14772026-09-06T04:31:55.184Z Compiling sync_wrapper v1.0.2
14782026-09-06T04:31:55.270Z Compiling cc v1.2.56
14792026-09-06T04:31:55.305Z Compiling regex-automata v0.4.14
14802026-09-06T04:31:55.320Z Compiling num-integer v0.1.46
14812026-09-06T04:31:55.324Z Compiling rand_xorshift v0.4.0
14822026-09-06T04:31:55.324Z Compiling bit-set v0.8.0
14832026-09-06T04:31:55.324Z Compiling indexmap v1.9.3
14842026-09-06T04:31:55.324Z Compiling object v0.37.3
14852026-09-06T04:31:55.341Z Compiling num_threads v0.1.7
14862026-09-06T04:31:55.344Z Compiling usdt-impl v0.6.0
14872026-09-06T04:31:55.344Z Compiling unarray v0.1.4
14882026-09-06T04:31:55.372Z Compiling siphasher v1.0.2
14892026-09-06T04:31:55.386Z Compiling crc-catalog v2.4.0
14902026-09-06T04:31:55.419Z Compiling crossbeam-utils v0.8.21
14912026-09-06T04:31:55.434Z Compiling time-macros v0.2.27
14922026-09-06T04:31:55.464Z Compiling deranged v0.5.8
14932026-09-06T04:31:55.497Z Compiling bitvec v1.0.1
14942026-09-06T04:31:55.500Z Compiling nodrop v0.1.14
14952026-09-06T04:31:55.500Z Compiling paste v1.0.15
14962026-09-06T04:31:55.513Z Compiling zlib-rs v0.6.2
14972026-09-06T04:31:55.559Z Compiling smallvec v0.6.14
14982026-09-06T04:31:55.576Z Compiling slog v2.8.2
14992026-09-06T04:31:55.611Z Compiling array-init v0.0.4
15002026-09-06T04:31:55.630Z Compiling crc v3.4.0
15012026-09-06T04:31:55.634Z Compiling thread-id v5.1.0
15022026-09-06T04:31:55.634Z Compiling env_filter v2.0.0
15032026-09-06T04:31:55.650Z Compiling cookie v0.18.1
15042026-09-06T04:31:55.669Z Compiling base64 v0.21.7
15052026-09-06T04:31:55.688Z Compiling num-iter v0.1.45
15062026-09-06T04:31:55.775Z Compiling iri-string v0.7.10
15072026-09-06T04:31:55.779Z Compiling gimli v0.32.3
15082026-09-06T04:31:55.793Z Compiling unicode-bidi v0.3.18
15092026-09-06T04:31:55.850Z Compiling unicode-properties v0.1.4
15102026-09-06T04:31:55.853Z Compiling winnow v0.5.40
15112026-09-06T04:31:55.884Z Compiling allocator-api2 v0.2.21
15122026-09-06T04:31:55.948Z Compiling bitflags v2.11.0
15132026-09-06T04:31:55.986Z Compiling semver v1.0.28
15142026-09-06T04:31:56.016Z Compiling indexmap v2.14.0
15152026-09-06T04:31:56.032Z Compiling uuid v1.23.4
15162026-09-06T04:31:56.051Z Compiling hashbrown v0.12.3
15172026-09-06T04:31:56.065Z Compiling zstd-safe v7.2.4
15182026-09-06T04:31:56.082Z Compiling ryu v1.0.23
15192026-09-06T04:31:56.100Z Compiling signal-hook v0.3.18
15202026-09-06T04:31:56.116Z Compiling anyhow v1.0.104
15212026-09-06T04:31:56.177Z Compiling synstructure v0.13.2
15222026-09-06T04:31:56.181Z Compiling serde_derive_internals v0.29.1
15232026-09-06T04:31:56.222Z Compiling pest_generator v2.8.6
15242026-09-06T04:31:56.270Z Compiling rustc_version v0.4.1
15252026-09-06T04:31:56.286Z Compiling cmake v0.1.57
15262026-09-06T04:31:56.318Z Compiling darling_core v0.20.11
15272026-09-06T04:31:56.334Z Compiling darling_core v0.23.0
15282026-09-06T04:31:56.352Z Compiling stringprep v0.1.5
15292026-09-06T04:31:56.475Z Compiling camino v1.2.5
15302026-09-06T04:31:56.478Z Compiling env_logger v0.11.11
15312026-09-06T04:31:56.603Z Compiling vergen-lib v9.1.0
15322026-09-06T04:31:56.704Z Compiling heapless v0.7.17
15332026-09-06T04:31:56.756Z Compiling curve25519-dalek v4.1.3
15342026-09-06T04:31:56.806Z Compiling heck v0.4.1
15352026-09-06T04:31:56.844Z Compiling hash32 v0.2.1
15362026-09-06T04:31:56.868Z Compiling encoding_rs v0.8.35
15372026-09-06T04:31:56.886Z Compiling memoffset v0.9.1
15382026-09-06T04:31:56.908Z Compiling smoltcp v0.9.1
15392026-09-06T04:31:56.932Z Compiling fallible-iterator v0.2.0
15402026-09-06T04:31:56.948Z Compiling psl-types v2.0.11
15412026-09-06T04:31:56.967Z Compiling rustix v0.38.44
15422026-09-06T04:31:56.996Z Compiling serde_derive v1.0.229
15432026-09-06T04:31:56.999Z Compiling daft-derive v0.1.8
15442026-09-06T04:31:57.027Z Compiling litrs v1.0.0
15452026-09-06T04:31:57.046Z Compiling mime v0.3.17
15462026-09-06T04:31:57.064Z Compiling owo-colors v4.3.0
15472026-09-06T04:31:57.096Z Compiling time v0.3.47
15482026-09-06T04:31:57.100Z Compiling ref-cast v1.0.25
15492026-09-06T04:31:57.131Z Compiling rustc-demangle v0.1.27
15502026-09-06T04:31:57.138Z Compiling crc-any v2.5.0
15512026-09-06T04:31:57.138Z Compiling cfg_aliases v0.2.1
15522026-09-06T04:31:57.235Z Compiling aws-lc-sys v0.40.0
15532026-09-06T04:31:57.240Z Compiling openssl-sys v0.9.117
15542026-09-06T04:31:57.263Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15552026-09-06T04:31:57.295Z Compiling bzip2-sys v0.1.13+1.0.8
15562026-09-06T04:31:57.317Z Compiling nix v0.31.2
15572026-09-06T04:31:57.352Z Compiling cargo-platform v0.3.2
15582026-09-06T04:31:57.419Z Compiling phf_shared v0.13.1
15592026-09-06T04:31:57.438Z Compiling ff v0.13.1
15602026-09-06T04:31:57.451Z Compiling terminal_size v0.4.3
15612026-09-06T04:31:57.489Z Compiling tempfile v3.27.0
15622026-09-06T04:31:57.548Z Compiling vergen v9.1.0
15632026-09-06T04:31:57.565Z Compiling convert_case v0.10.0
15642026-09-06T04:31:57.580Z Compiling fs-err v3.3.0
15652026-09-06T04:31:57.607Z Compiling clap_builder v4.6.0
15662026-09-06T04:31:57.639Z Compiling document-features v0.2.12
15672026-09-06T04:31:57.657Z Compiling bumpalo v3.20.2
15682026-09-06T04:31:57.664Z Compiling jiff-core v0.1.0
15692026-09-06T04:31:57.709Z Compiling bitflags v1.3.2
15702026-09-06T04:31:57.727Z Compiling foldhash v0.1.5
15712026-09-06T04:31:57.730Z Compiling rusty-fork v0.3.1
15722026-09-06T04:31:57.730Z Compiling is_ci v1.2.0
15732026-09-06T04:31:57.780Z Compiling base16ct v0.2.0
15742026-09-06T04:31:57.799Z Compiling libbz2-rs-sys v0.2.2
15752026-09-06T04:31:57.799Z Compiling same-file v1.0.6
15762026-09-06T04:31:57.803Z Compiling path-slash v0.1.5
15772026-09-06T04:31:57.834Z Compiling addr2line v0.25.1
15782026-09-06T04:31:57.852Z Compiling either v1.15.0
15792026-09-06T04:31:57.869Z Compiling foldhash v0.2.0
15802026-09-06T04:31:57.903Z Compiling bstr v1.12.1
15812026-09-06T04:31:57.935Z Compiling regex v1.12.3
15822026-09-06T04:31:57.951Z Compiling managed v0.8.0
15832026-09-06T04:31:57.966Z Compiling walkdir v2.5.0
15842026-09-06T04:31:57.998Z Compiling zopfli v0.8.3
15852026-09-06T04:31:58.002Z Compiling textwrap v0.16.2
15862026-09-06T04:31:58.030Z Compiling hashbrown v0.15.5
15872026-09-06T04:31:58.081Z Compiling zeroize_derive v1.5.0
15882026-09-06T04:31:58.114Z Compiling zerofrom-derive v0.1.6
15892026-09-06T04:31:58.139Z Compiling zerocopy-derive v0.8.55
15902026-09-06T04:31:58.142Z Compiling yoke-derive v0.8.1
15912026-09-06T04:31:58.173Z Compiling zerovec-derive v0.11.2
15922026-09-06T04:31:58.177Z Compiling displaydoc v0.2.5
15932026-09-06T04:31:58.200Z Compiling tokio-macros v2.7.0
15942026-09-06T04:31:58.226Z Compiling futures-macro v0.3.32
15952026-09-06T04:31:58.274Z Compiling thiserror-impl v2.0.18
15962026-09-06T04:31:58.338Z Compiling der_derive v0.7.3
15972026-09-06T04:31:58.353Z Compiling tracing-attributes v0.1.31
15982026-09-06T04:31:58.447Z Compiling schemars_derive v0.8.22
15992026-09-06T04:31:58.527Z Compiling pest_derive v2.8.6
16002026-09-06T04:31:58.563Z Compiling scroll_derive v0.13.1
16012026-09-06T04:31:58.589Z Compiling openssl-macros v0.1.1
16022026-09-06T04:31:58.622Z Compiling thiserror-impl v1.0.69
16032026-09-06T04:31:58.672Z Compiling clap_derive v4.6.1
16042026-09-06T04:31:58.689Z Compiling bitfield-macros v0.19.4
16052026-09-06T04:31:58.706Z Compiling zerocopy-derive v0.6.6
16062026-09-06T04:31:58.821Z Compiling darling_macro v0.20.11
16072026-09-06T04:31:58.868Z Compiling flate2 v1.1.9
16082026-09-06T04:31:58.893Z Compiling structmeta-derive v0.3.0
16092026-09-06T04:31:58.922Z Compiling scroll_derive v0.12.1
16102026-09-06T04:31:58.927Z Compiling bzip2 v0.4.4
16112026-09-06T04:31:59.122Z Compiling zerocopy-derive v0.7.35
16122026-09-06T04:31:59.141Z Compiling pin-project-internal v1.1.11
16132026-09-06T04:31:59.168Z Compiling async-trait v0.1.89
16142026-09-06T04:31:59.194Z Compiling darling_macro v0.23.0
16152026-09-06T04:31:59.221Z Compiling backtrace v0.3.76
16162026-09-06T04:31:59.256Z Compiling packed_struct_codegen v0.10.1
16172026-09-06T04:31:59.275Z Compiling zip v0.6.6
16182026-09-06T04:31:59.296Z Compiling futures-util v0.3.32
16192026-09-06T04:31:59.392Z Compiling hubpack_derive v0.1.1
16202026-09-06T04:31:59.569Z Compiling strum_macros v0.27.2
16212026-09-06T04:31:59.591Z Compiling darling v0.20.11
16222026-09-06T04:31:59.609Z Compiling ref-cast-impl v1.0.25
16232026-09-06T04:31:59.613Z Compiling scroll v0.13.0
16242026-09-06T04:31:59.656Z Compiling bitfield v0.19.4
16252026-09-06T04:31:59.677Z Compiling snafu-derive v0.8.9
16262026-09-06T04:31:59.716Z Compiling derive_builder_core v0.20.2
16272026-09-06T04:31:59.800Z Compiling zerocopy v0.6.6
16282026-09-06T04:31:59.819Z Compiling zerofrom v0.1.6
16292026-09-06T04:31:59.822Z Compiling scroll v0.12.0
16302026-09-06T04:31:59.885Z Compiling thiserror v2.0.18
16312026-09-06T04:31:59.917Z Compiling goblin v0.10.5
16322026-09-06T04:31:59.971Z Compiling yoke v0.8.1
16332026-09-06T04:31:59.988Z Compiling tracing v0.1.44
16342026-09-06T04:31:59.992Z Compiling darling v0.23.0
16352026-09-06T04:32:00.025Z Compiling dtrace-parser v0.3.0
16362026-09-06T04:32:00.025Z Compiling curve25519-dalek-derive v0.1.1
16372026-09-06T04:32:00.071Z Compiling backtrace-ext v0.2.1
16382026-09-06T04:32:00.075Z Compiling jiff v0.2.34
16392026-09-06T04:32:00.092Z Compiling globset v0.4.18
16402026-09-06T04:32:00.096Z Compiling bzip2 v0.6.1
16412026-09-06T04:32:00.149Z Compiling thiserror v1.0.69
16422026-09-06T04:32:00.152Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16432026-09-06T04:32:00.190Z Compiling zerovec v0.11.5
16442026-09-06T04:32:00.208Z Compiling zerotrie v0.2.3
16452026-09-06T04:32:00.231Z Compiling goblin v0.8.2
16462026-09-06T04:32:00.248Z Compiling serde_with_macros v3.21.0
16472026-09-06T04:32:00.266Z Compiling zerocopy v0.7.35
16482026-09-06T04:32:00.274Z Compiling structmeta v0.3.0
16492026-09-06T04:32:00.441Z Compiling dtrace-parser v0.2.0
16502026-09-06T04:32:00.462Z Compiling derive_more-impl v2.1.1
16512026-09-06T04:32:00.523Z Compiling serde_repr v0.1.20
16522026-09-06T04:32:00.578Z Compiling enum-as-inner v0.6.1
16532026-09-06T04:32:00.632Z Compiling strum_macros v0.26.4
16542026-09-06T04:32:00.669Z Compiling miette-derive v7.6.0
16552026-09-06T04:32:00.691Z Compiling pin-project v1.1.11
16562026-09-06T04:32:00.711Z Compiling async-recursion v1.1.1
16572026-09-06T04:32:00.714Z Compiling hashbrown v0.16.1
16582026-09-06T04:32:00.745Z Compiling derive-ex v0.1.8
16592026-09-06T04:32:00.766Z Compiling supports-color v3.0.2
16602026-09-06T04:32:00.836Z Compiling derive_builder_macro v0.20.2
16612026-09-06T04:32:00.866Z Compiling tinystr v0.8.2
16622026-09-06T04:32:00.883Z Compiling potential_utf v0.1.4
16632026-09-06T04:32:00.946Z Compiling clap v4.6.1
16642026-09-06T04:32:00.963Z Compiling zeroize v1.9.0
16652026-09-06T04:32:00.981Z Compiling bytes v1.11.1
16662026-09-06T04:32:00.998Z Compiling chrono v0.4.45
16672026-09-06T04:32:01.017Z Compiling ipnet v2.12.0
16682026-09-06T04:32:01.037Z Compiling icu_collections v2.1.1
16692026-09-06T04:32:01.058Z Compiling icu_locale_core v2.1.1
16702026-09-06T04:32:01.075Z Compiling hex v0.4.3
16712026-09-06T04:32:01.099Z Compiling toml_datetime v0.6.11
16722026-09-06T04:32:01.114Z Compiling serde_spanned v0.6.9
16732026-09-06T04:32:01.224Z Compiling der v0.7.10
16742026-09-06T04:32:01.240Z Compiling rustls-pki-types v1.14.0
16752026-09-06T04:32:01.299Z Compiling hybrid-array v0.4.13
16762026-09-06T04:32:01.315Z Compiling toml_edit v0.19.15
16772026-09-06T04:32:01.451Z Compiling serde-hex v0.1.0
16782026-09-06T04:32:01.468Z Compiling serde_tokenstream v0.2.3
16792026-09-06T04:32:01.471Z Compiling erased-serde v0.3.31
16802026-09-06T04:32:01.505Z Compiling serde_urlencoded v0.7.1
16812026-09-06T04:32:01.520Z Compiling ron v0.8.1
16822026-09-06T04:32:01.537Z Compiling derive_builder v0.20.2
16832026-09-06T04:32:01.652Z Compiling tokio v1.52.1
16842026-09-06T04:32:01.655Z Compiling http v1.4.2
16852026-09-06T04:32:01.718Z Compiling rustls-native-certs v0.8.3
16862026-09-06T04:32:01.735Z Compiling futures-executor v0.3.32
16872026-09-06T04:32:01.784Z Compiling icu_provider v2.1.1
16882026-09-06T04:32:01.827Z Compiling block-buffer v0.10.4
16892026-09-06T04:32:01.827Z Compiling crypto-common v0.1.7
16902026-09-06T04:32:01.943Z Compiling futures v0.3.32
16912026-09-06T04:32:01.995Z Compiling digest v0.10.7
16922026-09-06T04:32:02.034Z Compiling icu_normalizer v2.1.1
16932026-09-06T04:32:02.052Z Compiling icu_properties v2.1.2
16942026-09-06T04:32:02.055Z Compiling snafu v0.8.9
16952026-09-06T04:32:02.055Z Compiling strum v0.27.2
16962026-09-06T04:32:02.055Z Compiling crypto-bigint v0.5.5
16972026-09-06T04:32:02.095Z Compiling hubpack v0.1.2
16982026-09-06T04:32:02.098Z Compiling olpc-cjson v0.1.4
16992026-09-06T04:32:02.098Z Compiling serde_plain v1.0.2
17002026-09-06T04:32:02.129Z Compiling block-buffer v0.12.1
17012026-09-06T04:32:02.162Z Compiling spki v0.7.3
17022026-09-06T04:32:02.214Z Compiling crypto-common v0.2.2
17032026-09-06T04:32:02.234Z Compiling sha2 v0.10.9
17042026-09-06T04:32:02.234Z Compiling signature v2.2.0
17052026-09-06T04:32:02.298Z Compiling hmac v0.12.1
17062026-09-06T04:32:02.375Z Compiling pkcs8 v0.10.2
17072026-09-06T04:32:02.392Z Compiling http-body v1.0.1
17082026-09-06T04:32:02.396Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17092026-09-06T04:32:02.426Z Compiling x509-cert v0.2.5
17102026-09-06T04:32:02.429Z Compiling md-5 v0.10.6
17112026-09-06T04:32:02.460Z Compiling block-padding v0.4.2
17122026-09-06T04:32:02.487Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17132026-09-06T04:32:02.505Z Compiling hkdf v0.12.4
17142026-09-06T04:32:02.564Z Compiling pkcs1 v0.7.5
17152026-09-06T04:32:02.581Z Compiling http-body-util v0.1.3
17162026-09-06T04:32:02.600Z Compiling ed25519 v2.2.3
17172026-09-06T04:32:02.618Z Compiling sec1 v0.7.3
17182026-09-06T04:32:02.640Z Compiling inout v0.2.2
17192026-09-06T04:32:02.658Z Compiling cargo_metadata v0.23.1
17202026-09-06T04:32:02.678Z Compiling serde-big-array v0.5.1
17212026-09-06T04:32:02.696Z Compiling phf v0.13.1
17222026-09-06T04:32:02.728Z Compiling signal-hook-mio v0.2.5
17232026-09-06T04:32:02.731Z Compiling test-strategy v0.4.5
17242026-09-06T04:32:02.731Z Compiling group v0.13.0
17252026-09-06T04:32:02.764Z Compiling phf_shared v0.11.3
17262026-09-06T04:32:02.841Z Compiling toml v0.7.8
17272026-09-06T04:32:02.860Z Compiling dof v0.3.0
17282026-09-06T04:32:02.878Z Compiling cipher v0.5.2
17292026-09-06T04:32:02.896Z Compiling float-cmp v0.10.0
17302026-09-06T04:32:02.899Z Compiling thread-id v4.2.2
17312026-09-06T04:32:02.899Z Compiling memmap2 v0.9.10
17322026-09-06T04:32:02.944Z Compiling idna_adapter v1.2.1
17332026-09-06T04:32:02.960Z Compiling pem v3.0.6
17342026-09-06T04:32:02.996Z Compiling data-encoding v2.10.0
17352026-09-06T04:32:03.012Z Compiling keccak v0.1.6
17362026-09-06T04:32:03.030Z Compiling new_debug_unreachable v1.0.6
17372026-09-06T04:32:03.033Z Compiling static_assertions v1.1.0
17382026-09-06T04:32:03.104Z Compiling idna v1.1.0
17392026-09-06T04:32:03.119Z Compiling normalize-line-endings v0.3.0
17402026-09-06T04:32:03.136Z Compiling supports-unicode v3.0.0
17412026-09-06T04:32:03.153Z Compiling fixedbitset v0.4.2
17422026-09-06T04:32:03.173Z Compiling difflib v0.4.0
17432026-09-06T04:32:03.226Z Compiling fixedbitset v0.5.7
17442026-09-06T04:32:03.244Z Compiling supports-hyperlinks v3.2.0
17452026-09-06T04:32:03.261Z Compiling precomputed-hash v0.1.1
17462026-09-06T04:32:03.303Z Compiling ppv-lite86 v0.2.21
17472026-09-06T04:32:03.329Z Compiling dof v0.4.0
17482026-09-06T04:32:03.391Z Compiling const-oid v0.10.2
17492026-09-06T04:32:03.415Z Compiling typed-path v0.9.3
17502026-09-06T04:32:03.447Z Compiling url v2.5.8
17512026-09-06T04:32:03.503Z Compiling publicsuffix v2.3.0
17522026-09-06T04:32:03.521Z Compiling whoami v2.1.0
17532026-09-06T04:32:03.537Z Compiling winnow v1.0.3
17542026-09-06T04:32:03.571Z Compiling hashbrown v0.13.2
17552026-09-06T04:32:03.588Z Compiling cpufeatures v0.3.0
17562026-09-06T04:32:03.635Z Compiling rand_chacha v0.9.0
17572026-09-06T04:32:03.638Z Compiling rand_chacha v0.3.1
17582026-09-06T04:32:03.668Z Compiling predicates-core v1.0.10
17592026-09-06T04:32:03.671Z Compiling chacha20 v0.10.0
17602026-09-06T04:32:03.702Z Compiling crossterm v0.28.1
17612026-09-06T04:32:03.723Z Compiling digest v0.11.3
17622026-09-06T04:32:03.767Z Compiling petgraph v0.8.3
17632026-09-06T04:32:03.784Z Compiling ed25519-dalek v2.2.0
17642026-09-06T04:32:03.808Z Compiling predicates v3.1.4
17652026-09-06T04:32:03.830Z Compiling miette v7.6.0
17662026-09-06T04:32:03.889Z Compiling rand v0.9.2
17672026-09-06T04:32:03.934Z Compiling rand v0.8.6
17682026-09-06T04:32:03.954Z Compiling string_cache v0.8.9
17692026-09-06T04:32:04.053Z Compiling object v0.30.4
17702026-09-06T04:32:04.069Z Compiling cookie_store v0.22.1
17712026-09-06T04:32:04.149Z Compiling petgraph v0.6.5
17722026-09-06T04:32:04.165Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17732026-09-06T04:32:04.183Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17742026-09-06T04:32:04.186Z Compiling toml_edit v0.22.27
17752026-09-06T04:32:04.217Z Compiling usdt-impl v0.5.0
17762026-09-06T04:32:04.220Z Compiling sha3 v0.10.8
17772026-09-06T04:32:04.250Z Compiling elliptic-curve v0.13.8
17782026-09-06T04:32:04.342Z Compiling strum v0.26.3
17792026-09-06T04:32:04.365Z Compiling derive_more v2.1.1
17802026-09-06T04:32:04.434Z Compiling openapiv3 v2.2.0
17812026-09-06T04:32:04.450Z Compiling similar v2.7.0
17822026-09-06T04:32:04.484Z Compiling itertools v0.15.0
17832026-09-06T04:32:04.511Z Compiling proptest v1.11.0
17842026-09-06T04:32:04.529Z Compiling postgres-protocol v0.6.10
17852026-09-06T04:32:04.532Z Compiling toml_parser v1.1.2+spec-1.1.0
17862026-09-06T04:32:04.532Z Compiling itertools v0.13.0
17872026-09-06T04:32:04.578Z Compiling crossbeam-epoch v0.9.18
17882026-09-06T04:32:04.680Z Compiling lalrpop-util v0.19.12
17892026-09-06T04:32:04.719Z Compiling peg-runtime v0.8.5
17902026-09-06T04:32:04.735Z Compiling thread_local v1.1.9
17912026-09-06T04:32:04.738Z Compiling slog-async v2.8.0
17922026-09-06T04:32:04.738Z Compiling crossbeam-channel v0.5.15
17932026-09-06T04:32:04.784Z Compiling usdt-macro v0.6.0
17942026-09-06T04:32:04.804Z Compiling usdt-attr-macro v0.6.0
17952026-09-06T04:32:04.823Z Compiling filetime v0.2.27
17962026-09-06T04:32:04.885Z Compiling ipnetwork v0.21.1
17972026-09-06T04:32:04.918Z Compiling postgres-types v0.2.12
17982026-09-06T04:32:04.955Z Compiling byte-wrapper v0.1.0
17992026-09-06T04:32:05.034Z Compiling serde_with v3.21.0
18002026-09-06T04:32:05.050Z Compiling is-terminal v0.4.17
18012026-09-06T04:32:05.068Z Compiling take_mut v0.2.2
18022026-09-06T04:32:05.084Z Compiling xattr v1.6.1
18032026-09-06T04:32:05.102Z Compiling term v1.2.1
18042026-09-06T04:32:05.140Z Compiling oxnet v0.1.7
18052026-09-06T04:32:05.165Z Compiling camino-tempfile v1.4.1
18062026-09-06T04:32:05.239Z Compiling tar v0.4.46
18072026-09-06T04:32:05.509Z Compiling slog-term v2.9.2
18082026-09-06T04:32:05.733Z Compiling tokio-util v0.7.18
18092026-09-06T04:32:05.752Z Compiling tower v0.5.3
18102026-09-06T04:32:05.770Z Compiling rsa v0.9.10
18112026-09-06T04:32:05.834Z Compiling tokio-native-tls v0.3.1
18122026-09-06T04:32:05.868Z Compiling buf-list v1.1.2
18132026-09-06T04:32:05.888Z Compiling usdt v0.6.0
18142026-09-06T04:32:05.955Z Compiling hickory-proto v0.25.2
18152026-09-06T04:32:06.159Z Compiling zstd v0.13.3
18162026-09-06T04:32:06.188Z Compiling tower-http v0.6.8
18172026-09-06T04:32:06.363Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
18182026-09-06T04:32:06.378Z Compiling zip v4.6.1
18192026-09-06T04:32:06.450Z Compiling h2 v0.4.15
18202026-09-06T04:32:06.478Z Compiling tokio-postgres v0.7.16
18212026-09-06T04:32:06.478Z Compiling tokio-stream v0.1.18
18222026-09-06T04:32:07.050Z Compiling newtype-uuid v1.3.2
18232026-09-06T04:32:07.300Z Compiling daft v0.1.8
18242026-09-06T04:32:07.612Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
18252026-09-06T04:32:07.612Z Compiling iddqd v0.4.2
18262026-09-06T04:32:08.122Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18272026-09-06T04:32:09.565Z Compiling hyper v1.10.1
18282026-09-06T04:32:10.463Z Compiling hyper-util v0.1.20
18292026-09-06T04:32:11.540Z Compiling hyper-tls v0.6.0
18302026-09-06T04:32:11.692Z Compiling reqwest v0.12.28
18312026-09-06T04:32:23.898Z Compiling rustls-webpki v0.103.13
18322026-09-06T04:32:26.563Z Compiling tokio-rustls v0.26.4
18332026-09-06T04:32:26.563Z Compiling rustls-platform-verifier v0.6.2
18342026-09-06T04:32:26.566Z Compiling tough v0.22.0
18352026-09-06T04:32:26.784Z Compiling hyper-rustls v0.27.7
18362026-09-06T04:32:26.965Z Compiling reqwest v0.13.2
18372026-09-06T04:32:29.048Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18382026-09-06T04:32:29.278Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18392026-09-06T04:32:32.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.60s
18402026-09-06T04:32:32.306Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18412026-09-06T04:32:32.359ZSep 06 04:32:31.510 INFO Starting download, target: Clickhouse
18422026-09-06T04:32:32.359ZSep 06 04:32:31.511 INFO Starting download, target: Cockroach
18432026-09-06T04:32:32.362ZSep 06 04:32:31.511 INFO Starting download, target: Console
18442026-09-06T04:32:32.362ZSep 06 04:32:31.511 INFO Starting download, target: DendriteStub
18452026-09-06T04:32:32.362ZSep 06 04:32:31.511 INFO Starting download, target: MaghemiteMgd
18462026-09-06T04:32:32.362ZSep 06 04:32:31.511 INFO Starting download, target: TransceiverControl
18472026-09-06T04:32:32.362ZSep 06 04:32:31.511 INFO Starting download, target: MaghemiteDdmd
18482026-09-06T04:32:32.362ZSep 06 04:32:31.511 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18492026-09-06T04:32:32.362ZSep 06 04:32:31.511 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18502026-09-06T04:32:32.362ZSep 06 04:32:31.511 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18512026-09-06T04:32:32.362ZSep 06 04:32:31.511 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18522026-09-06T04:32:32.362ZSep 06 04:32:31.511 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18532026-09-06T04:32:32.362ZSep 06 04:32:31.511 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18542026-09-06T04:32:32.362ZSep 06 04:32:31.512 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18552026-09-06T04:32:33.019ZSep 06 04:32:32.161 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18562026-09-06T04:32:33.232ZSep 06 04:32:32.376 INFO Download complete, target: TransceiverControl
18572026-09-06T04:32:34.303ZSep 06 04:32:33.438 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18582026-09-06T04:32:34.540ZSep 06 04:32:33.690 INFO Download complete, target: Console
18592026-09-06T04:32:34.689ZSep 06 04:32:33.835 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18602026-09-06T04:32:34.918ZSep 06 04:32:34.064 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18612026-09-06T04:32:34.934ZSep 06 04:32:34.085 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18622026-09-06T04:32:35.473ZSep 06 04:32:34.624 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18632026-09-06T04:32:35.473ZSep 06 04:32:34.624 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18642026-09-06T04:32:36.022ZSep 06 04:32:35.172 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18652026-09-06T04:32:36.988ZSep 06 04:32:36.140 INFO Download complete, target: MaghemiteDdmd
18662026-09-06T04:32:38.220ZSep 06 04:32:37.371 INFO Download complete, target: MaghemiteMgd
18672026-09-06T04:32:38.448ZSep 06 04:32:37.600 INFO Download complete, target: DendriteStub
18682026-09-06T04:32:40.385ZSep 06 04:32:39.537 INFO Checking that binary works, target: Cockroach
18692026-09-06T04:32:40.519ZSep 06 04:32:39.671 INFO Download complete, target: Cockroach
18702026-09-06T04:32:42.974ZSep 06 04:32:42.126 INFO Checking that binary works, target: Clickhouse
18712026-09-06T04:32:43.056ZSep 06 04:32:42.208 INFO Download complete, target: Clickhouse
18722026-09-06T04:32:43.080ZAll builder prerequisites installed successfully, and PATH looks valid
18732026-09-06T04:32:43.085Z
18742026-09-06T04:32:43.085Zreal 1:43.088032182
18752026-09-06T04:32:43.085Zuser 7:25.788146568
18762026-09-06T04:32:43.085Zsys 2:22.940604503
18772026-09-06T04:32:43.085Ztrap 0.307853279
18782026-09-06T04:32:43.085Ztflt 1.347561554
18792026-09-06T04:32:43.085Zdflt 2.829412157
18802026-09-06T04:32:43.085Zkflt 0.031345716
18812026-09-06T04:32:43.085Zlock 30:28.272855757
18822026-09-06T04:32:43.085Zslp 17:52.204365076
18832026-09-06T04:32:43.085Zlat 20.985089589
18842026-09-06T04:32:43.085Zstop 6:00.948338926
18852026-09-06T04:32:43.085Z++ bmat factory name
18862026-09-06T04:32:43.093Z++ bmat factory private
18872026-09-06T04:32:43.101Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-0dd1e6345eb503ff5 '{
18882026-09-06T04:32:43.101Z buildomat: {
18892026-09-06T04:32:43.101Z factory: {
18902026-09-06T04:32:43.101Z name: $bmat_factory_name,
18912026-09-06T04:32:43.101Z private: $bmat_factory_private,
18922026-09-06T04:32:43.101Z },
18932026-09-06T04:32:43.101Z },
18942026-09-06T04:32:43.101Z }'
18952026-09-06T04:32:43.123Z+ banner ls-apis
18962026-09-06T04:32:43.126Z
18972026-09-06T04:32:43.126Z # #### ## ##### # ####
18982026-09-06T04:32:43.126Z # # # # # # # #
18992026-09-06T04:32:43.126Z # #### ##### # # # # # ####
19002026-09-06T04:32:43.126Z # # ###### ##### # #
19012026-09-06T04:32:43.126Z # # # # # # # # #
19022026-09-06T04:32:43.126Z ###### #### # # # # ####
19032026-09-06T04:32:43.126Z
19042026-09-06T04:32:43.130Z+ source ./tools/include/force-git-over-https.sh
19052026-09-06T04:32:43.130Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
19062026-09-06T04:32:43.130Z++ (( i = 0 ))
19072026-09-06T04:32:43.130Z++ (( i < 5 ))
19082026-09-06T04:32:43.130Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19092026-09-06T04:32:43.133Z++ (( i++ ))
19102026-09-06T04:32:43.133Z++ (( i < 5 ))
19112026-09-06T04:32:43.133Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19122026-09-06T04:32:43.136Z++ (( i++ ))
19132026-09-06T04:32:43.136Z++ (( i < 5 ))
19142026-09-06T04:32:43.136Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19152026-09-06T04:32:43.140Z++ (( i++ ))
19162026-09-06T04:32:43.140Z++ (( i < 5 ))
19172026-09-06T04:32:43.140Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19182026-09-06T04:32:43.144Z++ (( i++ ))
19192026-09-06T04:32:43.144Z++ (( i < 5 ))
19202026-09-06T04:32:43.144Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19212026-09-06T04:32:43.144Z++ (( i++ ))
19222026-09-06T04:32:43.144Z++ (( i < 5 ))
19232026-09-06T04:32:43.144Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19242026-09-06T04:32:43.144Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19252026-09-06T04:32:43.144Z+ ptime -m cargo xtask ls-apis apis
19262026-09-06T04:32:43.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19272026-09-06T04:32:43.604Z Running `target/debug/xtask ls-apis apis`
19282026-09-06T04:32:44.364Z Compiling rayon-core v1.13.0
19292026-09-06T04:32:44.364Z Compiling semver v0.1.20
19302026-09-06T04:32:44.502Z Compiling crossbeam-deque v0.8.6
19312026-09-06T04:32:44.502Z Compiling blake3 v1.8.5
19322026-09-06T04:32:44.507Z Compiling arrayref v0.3.9
19332026-09-06T04:32:44.507Z Compiling constant_time_eq v0.4.2
19342026-09-06T04:32:44.514Z Compiling arrayvec v0.7.6
19352026-09-06T04:32:44.514Z Compiling parse-display-derive v0.10.0
19362026-09-06T04:32:44.527Z Compiling topological-sort v0.2.2
19372026-09-06T04:32:44.540Z Compiling toml v0.8.23
19382026-09-06T04:32:44.540Z Compiling itertools v0.14.0
19392026-09-06T04:32:44.540Z Compiling indent_write v2.2.0
19402026-09-06T04:32:44.650Z Compiling rustc_version v0.1.7
19412026-09-06T04:32:44.856Z Compiling newtype_derive v0.1.6
19422026-09-06T04:32:45.127Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
19432026-09-06T04:32:45.447Z Compiling omicron-zone-package v0.12.3
19442026-09-06T04:32:45.720Z Compiling parse-display v0.10.0
19452026-09-06T04:32:46.359Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
19462026-09-06T04:32:50.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.24s
19472026-09-06T04:32:51.039Z Running `target/debug/ls-apis apis`
19482026-09-06T04:32:51.085Zloading metadata for workspace omicron from current workspace
19492026-09-06T04:32:55.441Znote: package "dpd-client": found a version matching the git commit in package-manifest.toml (447aa04f5dc86a3492eb6ea5139845e3331dcded), 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.
19502026-09-06T04:32:55.444Z - 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" }
19512026-09-06T04:32:55.462Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
19522026-09-06T04:32:55.462Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/36e4365/Cargo.toml
19532026-09-06T04:32:55.466Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
19542026-09-06T04:32:55.466Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/447aa04/Cargo.toml
19552026-09-06T04:32:55.466Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
19562026-09-06T04:32:55.466Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/4fb9bd5/Cargo.toml
19572026-09-06T04:33:24.058Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19582026-09-06T04:33:24.137Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19592026-09-06T04:33:24.447ZBootstrap Agent Lockstep API (client: bootstrap-agent-lockstep-client)
19602026-09-06T04:33:24.447Z consumed by: wicketd (omicron/wicketd) via 1 path
19612026-09-06T04:33:24.447Z
19622026-09-06T04:33:24.447ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
19632026-09-06T04:33:24.447Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19642026-09-06T04:33:24.447Z
19652026-09-06T04:33:24.447ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
19662026-09-06T04:33:24.447Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19672026-09-06T04:33:24.447Z
19682026-09-06T04:33:24.447ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
19692026-09-06T04:33:24.448Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19702026-09-06T04:33:24.448Z
19712026-09-06T04:33:24.448ZCockroachDB Cluster Admin (client: cockroach-admin-client)
19722026-09-06T04:33:24.448Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19732026-09-06T04:33:24.451Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19742026-09-06T04:33:24.451Z
19752026-09-06T04:33:24.451ZCrucible Agent (client: crucible-agent-client)
19762026-09-06T04:33:24.451Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19772026-09-06T04:33:24.451Z
19782026-09-06T04:33:24.451ZCrucible Control (for testing only) (client: crucible-control-client)
19792026-09-06T04:33:24.451Z
19802026-09-06T04:33:24.451ZCrucible Pantry (client: crucible-pantry-client)
19812026-09-06T04:33:24.451Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19822026-09-06T04:33:24.451Z
19832026-09-06T04:33:24.451ZMaghemite DDM Admin (client: ddm-admin-client)
19842026-09-06T04:33:24.451Z consumed by: installinator (omicron/installinator) via 1 path
19852026-09-06T04:33:24.451Z consumed by: mgd (maghemite/mgd) via 1 path
19862026-09-06T04:33:24.451Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19872026-09-06T04:33:24.452Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19882026-09-06T04:33:24.452Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19892026-09-06T04:33:24.452Z consumed by: wicketd (omicron/wicketd) via 1 path
19902026-09-06T04:33:24.452Z
19912026-09-06T04:33:24.452ZDNS Server (client: dns-service-client)
19922026-09-06T04:33:24.452Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19932026-09-06T04:33:24.452Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19942026-09-06T04:33:24.452Z
19952026-09-06T04:33:24.452ZDendrite DPD (client: dpd-client)
19962026-09-06T04:33:24.452Z consumed by: ddmd (maghemite/ddmd) via 3 paths
19972026-09-06T04:33:24.452Z consumed by: lldpd (lldp/lldpd) via 2 paths
19982026-09-06T04:33:24.452Z consumed by: mgd (maghemite/mgd) via 2 paths
19992026-09-06T04:33:24.452Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
20002026-09-06T04:33:24.452Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20012026-09-06T04:33:24.452Z consumed by: tfportd (dendrite/tfportd) via 2 paths
20022026-09-06T04:33:24.452Z consumed by: wicketd (omicron/wicketd) via 2 paths
20032026-09-06T04:33:24.452Z
20042026-09-06T04:33:24.452ZDownstairs Controller (debugging only) (client: dsc-client)
20052026-09-06T04:33:24.452Z
20062026-09-06T04:33:24.452ZManagement Gateway Service (client: gateway-client)
20072026-09-06T04:33:24.455Z consumed by: dpd (dendrite/dpd) via 1 path
20082026-09-06T04:33:24.455Z consumed by: lldpd (lldp/lldpd) via 1 path
20092026-09-06T04:33:24.455Z consumed by: mgd (maghemite/mgd) via 1 path
20102026-09-06T04:33:24.455Z consumed by: omicron-nexus (omicron/nexus) via 6 paths
20112026-09-06T04:33:24.455Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20122026-09-06T04:33:24.455Z consumed by: wicketd (omicron/wicketd) via 3 paths
20132026-09-06T04:33:24.455Z
20142026-09-06T04:33:24.455ZWicketd Installinator (client: installinator-client)
20152026-09-06T04:33:24.455Z consumed by: installinator (omicron/installinator) via 1 path
20162026-09-06T04:33:24.455Z
20172026-09-06T04:33:24.456ZLLDP daemon (client: lldpd-client)
20182026-09-06T04:33:24.456Z consumed by: omicron-nexus (omicron/nexus) via 1 path
20192026-09-06T04:33:24.456Z consumed by: tfportd (dendrite/tfportd) via 1 path
20202026-09-06T04:33:24.456Z
20212026-09-06T04:33:24.456ZMaghemite MG Admin (client: mg-admin-client)
20222026-09-06T04:33:24.462Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
20232026-09-06T04:33:24.462Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20242026-09-06T04:33:24.462Z
20252026-09-06T04:33:24.462ZNexus Internal API (client: nexus-client)
20262026-09-06T04:33:24.465Z consumed by: crucible-pantry (crucible/pantry) via 1 path
20272026-09-06T04:33:24.465Z consumed by: dpd (dendrite/dpd) via 1 path
20282026-09-06T04:33:24.465Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20292026-09-06T04:33:24.465Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
20302026-09-06T04:33:24.465Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
20312026-09-06T04:33:24.465Z
20322026-09-06T04:33:24.465ZNexus Internal Lockstep API (client: nexus-lockstep-client)
20332026-09-06T04:33:24.465Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20342026-09-06T04:33:24.465Z status: expected, reason: Only sled-agent-sim uses this API, which is not part of upgrade
20352026-09-06T04:33:24.465Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
20362026-09-06T04:33:24.465Z status: expected, reason: Only RSS uses this API, which is not part of upgrade
20372026-09-06T04:33:24.465Z
20382026-09-06T04:33:24.465ZNTP Admin (client: ntp-admin-client)
20392026-09-06T04:33:24.465Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
20402026-09-06T04:33:24.465Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20412026-09-06T04:33:24.465Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 2 paths [embedded in omicron-sled-agent; rack-init only]
20422026-09-06T04:33:24.465Z
20432026-09-06T04:33:24.465ZExternal API (client: oxide-client)
20442026-09-06T04:33:24.466Z
20452026-09-06T04:33:24.469ZOximeter (client: oximeter-client)
20462026-09-06T04:33:24.469Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
20472026-09-06T04:33:24.469Z
20482026-09-06T04:33:24.469ZPropolis (client: propolis-client)
20492026-09-06T04:33:24.469Z consumed by: omicron-nexus (omicron/nexus) via 1 path
20502026-09-06T04:33:24.469Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20512026-09-06T04:33:24.469Z
20522026-09-06T04:33:24.469ZCrucible Repair (client: repair-client)
20532026-09-06T04:33:24.469Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
20542026-09-06T04:33:24.469Z
20552026-09-06T04:33:24.469ZRepo Depot API (client: repo-depot-client)
20562026-09-06T04:33:24.469Z consumed by: omicron-nexus (omicron/nexus) via 1 path
20572026-09-06T04:33:24.469Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20582026-09-06T04:33:24.469Z
20592026-09-06T04:33:24.469ZSled Agent (client: sled-agent-client)
20602026-09-06T04:33:24.489Z consumed by: omicron-nexus (omicron/nexus) via 9 paths
20612026-09-06T04:33:24.489Z consumed by: propolis-server (propolis/bin/propolis-server) via 1 path
20622026-09-06T04:33:24.489Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
20632026-09-06T04:33:24.489Z
20642026-09-06T04:33:24.489ZWicketd (client: wicketd-client)
20652026-09-06T04:33:24.493Z
20662026-09-06T04:33:24.493ZWicketd Commission (client: wicketd-commission-client)
20672026-09-06T04:33:24.493Z
20682026-09-06T04:33:24.570Z
20692026-09-06T04:33:24.573Zreal 41.399168112
20702026-09-06T04:33:24.573Zuser 32.348666251
20712026-09-06T04:33:24.573Zsys 11.440004778
20722026-09-06T04:33:24.573Ztrap 0.004063170
20732026-09-06T04:33:24.573Ztflt 0.120571043
20742026-09-06T04:33:24.573Zdflt 0.172297990
20752026-09-06T04:33:24.573Zkflt 0.000112700
20762026-09-06T04:33:24.573Zlock 4:14.098496867
20772026-09-06T04:33:24.573Zslp 6:27.126973762
20782026-09-06T04:33:24.573Zlat 0.902324992
20792026-09-06T04:33:24.573Zstop 3.386973483
20802026-09-06T04:33:24.573Z+ ptime -m cargo xtask ls-apis deployment-units
20812026-09-06T04:33:25.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20822026-09-06T04:33:25.057Z Running `target/debug/xtask ls-apis deployment-units`
20832026-09-06T04:33:25.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
20842026-09-06T04:33:25.924Z Running `target/debug/ls-apis deployment-units`
20852026-09-06T04:33:25.976Zloading metadata for workspace omicron from current workspace
20862026-09-06T04:33:27.038Znote: package "dpd-client": found a version matching the git commit in package-manifest.toml (447aa04f5dc86a3492eb6ea5139845e3331dcded), 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.
20872026-09-06T04:33:27.041Z - 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" }
20882026-09-06T04:33:27.054Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
20892026-09-06T04:33:27.057Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
20902026-09-06T04:33:27.059Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
20912026-09-06T04:33:27.059Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/36e4365/Cargo.toml
20922026-09-06T04:33:27.059Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/447aa04/Cargo.toml
20932026-09-06T04:33:27.060Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/4fb9bd5/Cargo.toml
20942026-09-06T04:33:29.777Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20952026-09-06T04:33:29.856Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20962026-09-06T04:33:30.166ZClickHouse
20972026-09-06T04:33:30.166Z omicron-clickhouse-admin (omicron/clickhouse-admin)
20982026-09-06T04:33:30.166Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
20992026-09-06T04:33:30.166Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
21002026-09-06T04:33:30.166Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
21012026-09-06T04:33:30.166Z
21022026-09-06T04:33:30.166Z
21032026-09-06T04:33:30.166ZCockroach
21042026-09-06T04:33:30.166Z omicron-cockroach-admin (omicron/cockroach-admin)
21052026-09-06T04:33:30.166Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
21062026-09-06T04:33:30.166Z
21072026-09-06T04:33:30.166Z
21082026-09-06T04:33:30.166ZCrucible
21092026-09-06T04:33:30.166Z crucible-agent (crucible/agent)
21102026-09-06T04:33:30.166Z exposes: Crucible Agent (client = crucible-agent-client)
21112026-09-06T04:33:30.170Z
21122026-09-06T04:33:30.170Z crucible-downstairs (crucible/downstairs)
21132026-09-06T04:33:30.170Z exposes: Crucible Repair (client = repair-client)
21142026-09-06T04:33:30.170Z consumes: repair-client
21152026-09-06T04:33:30.170Z
21162026-09-06T04:33:30.170Z
21172026-09-06T04:33:30.170ZCrucible Pantry
21182026-09-06T04:33:30.170Z crucible-pantry (crucible/pantry)
21192026-09-06T04:33:30.170Z exposes: Crucible Pantry (client = crucible-pantry-client)
21202026-09-06T04:33:30.170Z consumes: nexus-client
21212026-09-06T04:33:30.170Z
21222026-09-06T04:33:30.170Z
21232026-09-06T04:33:30.170ZDNS Server
21242026-09-06T04:33:30.171Z dns-server (omicron/dns-server)
21252026-09-06T04:33:30.171Z exposes: DNS Server (client = dns-service-client)
21262026-09-06T04:33:30.171Z
21272026-09-06T04:33:30.171Z
21282026-09-06T04:33:30.171ZHost OS
21292026-09-06T04:33:30.171Z ddmd (maghemite/ddmd)
21302026-09-06T04:33:30.171Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
21312026-09-06T04:33:30.171Z consumes: dpd-client (intra-deployment-unit-only)
21322026-09-06T04:33:30.171Z
21332026-09-06T04:33:30.171Z dpd (dendrite/dpd)
21342026-09-06T04:33:30.171Z exposes: Dendrite DPD (client = dpd-client)
21352026-09-06T04:33:30.171Z consumes: gateway-client (intra-deployment-unit-only)
21362026-09-06T04:33:30.171Z consumes: nexus-client
21372026-09-06T04:33:30.171Z
21382026-09-06T04:33:30.171Z lldpd (lldp/lldpd)
21392026-09-06T04:33:30.171Z exposes: LLDP daemon (client = lldpd-client)
21402026-09-06T04:33:30.171Z consumes: dpd-client (intra-deployment-unit-only)
21412026-09-06T04:33:30.171Z consumes: gateway-client (intra-deployment-unit-only)
21422026-09-06T04:33:30.171Z
21432026-09-06T04:33:30.171Z mgd (maghemite/mgd)
21442026-09-06T04:33:30.171Z exposes: Maghemite MG Admin (client = mg-admin-client)
21452026-09-06T04:33:30.171Z consumes: ddm-admin-client (intra-deployment-unit-only)
21462026-09-06T04:33:30.171Z consumes: dpd-client (intra-deployment-unit-only)
21472026-09-06T04:33:30.171Z consumes: gateway-client (intra-deployment-unit-only)
21482026-09-06T04:33:30.172Z
21492026-09-06T04:33:30.172Z omicron-gateway (omicron/gateway)
21502026-09-06T04:33:30.172Z exposes: Management Gateway Service (client = gateway-client)
21512026-09-06T04:33:30.172Z
21522026-09-06T04:33:30.172Z omicron-sled-agent (omicron/sled-agent)
21532026-09-06T04:33:30.172Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
21542026-09-06T04:33:30.172Z exposes: Repo Depot API (client = repo-depot-client)
21552026-09-06T04:33:30.172Z exposes: Sled Agent (client = sled-agent-client)
21562026-09-06T04:33:30.175Z consumes: ddm-admin-client (intra-deployment-unit-only)
21572026-09-06T04:33:30.175Z consumes: dpd-client (intra-deployment-unit-only)
21582026-09-06T04:33:30.175Z consumes: gateway-client (intra-deployment-unit-only)
21592026-09-06T04:33:30.175Z consumes: mg-admin-client (intra-deployment-unit-only)
21602026-09-06T04:33:30.175Z consumes: nexus-client
21612026-09-06T04:33:30.175Z consumes: nexus-lockstep-client
21622026-09-06T04:33:30.175Z consumes: ntp-admin-client
21632026-09-06T04:33:30.176Z consumes: propolis-client (intra-deployment-unit-only)
21642026-09-06T04:33:30.176Z consumes: repo-depot-client
21652026-09-06T04:33:30.176Z
21662026-09-06T04:33:30.176Z propolis-server (propolis/bin/propolis-server)
21672026-09-06T04:33:30.176Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
21682026-09-06T04:33:30.176Z exposes: Propolis (client = propolis-client)
21692026-09-06T04:33:30.176Z consumes: nexus-client
21702026-09-06T04:33:30.176Z consumes: sled-agent-client (intra-deployment-unit-only)
21712026-09-06T04:33:30.176Z
21722026-09-06T04:33:30.176Z sled-agent-rack-setup (omicron/sled-agent/rack-setup) [embedded in omicron-sled-agent; rack-init only]
21732026-09-06T04:33:30.180Z consumes: cockroach-admin-client
21742026-09-06T04:33:30.180Z consumes: ddm-admin-client
21752026-09-06T04:33:30.180Z consumes: dns-service-client
21762026-09-06T04:33:30.180Z consumes: nexus-lockstep-client
21772026-09-06T04:33:30.180Z consumes: ntp-admin-client
21782026-09-06T04:33:30.180Z consumes: sled-agent-client
21792026-09-06T04:33:30.180Z
21802026-09-06T04:33:30.180Z tfportd (dendrite/tfportd)
21812026-09-06T04:33:30.180Z consumes: dpd-client (intra-deployment-unit-only)
21822026-09-06T04:33:30.180Z consumes: lldpd-client (intra-deployment-unit-only)
21832026-09-06T04:33:30.180Z
21842026-09-06T04:33:30.180Z wicketd (omicron/wicketd)
21852026-09-06T04:33:30.180Z exposes: Wicketd Installinator (client = installinator-client)
21862026-09-06T04:33:30.180Z exposes: Wicketd (client = wicketd-client)
21872026-09-06T04:33:30.180Z exposes: Wicketd Commission (client = wicketd-commission-client)
21882026-09-06T04:33:30.180Z consumes: bootstrap-agent-lockstep-client
21892026-09-06T04:33:30.180Z consumes: ddm-admin-client (intra-deployment-unit-only)
21902026-09-06T04:33:30.180Z consumes: dpd-client (intra-deployment-unit-only)
21912026-09-06T04:33:30.180Z consumes: gateway-client (intra-deployment-unit-only)
21922026-09-06T04:33:30.180Z
21932026-09-06T04:33:30.181Z
21942026-09-06T04:33:30.181ZInstallinator
21952026-09-06T04:33:30.181Z installinator (omicron/installinator)
21962026-09-06T04:33:30.181Z consumes: ddm-admin-client
21972026-09-06T04:33:30.181Z consumes: installinator-client
21982026-09-06T04:33:30.181Z
21992026-09-06T04:33:30.181Z
22002026-09-06T04:33:30.181ZNTP
22012026-09-06T04:33:30.181Z omicron-ntp-admin (omicron/ntp-admin)
22022026-09-06T04:33:30.181Z exposes: NTP Admin (client = ntp-admin-client)
22032026-09-06T04:33:30.181Z
22042026-09-06T04:33:30.181Z
22052026-09-06T04:33:30.181ZNexus
22062026-09-06T04:33:30.181Z omicron-nexus (omicron/nexus)
22072026-09-06T04:33:30.181Z exposes: Nexus Internal API (client = nexus-client)
22082026-09-06T04:33:30.181Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22092026-09-06T04:33:30.181Z exposes: External API (client = oxide-client)
22102026-09-06T04:33:30.185Z consumes: clickhouse-admin-keeper-client
22112026-09-06T04:33:30.185Z consumes: clickhouse-admin-server-client
22122026-09-06T04:33:30.185Z consumes: clickhouse-admin-single-client
22132026-09-06T04:33:30.185Z consumes: cockroach-admin-client
22142026-09-06T04:33:30.185Z consumes: crucible-agent-client
22152026-09-06T04:33:30.185Z consumes: crucible-pantry-client
22162026-09-06T04:33:30.185Z consumes: ddm-admin-client
22172026-09-06T04:33:30.185Z consumes: dns-service-client
22182026-09-06T04:33:30.185Z consumes: dpd-client
22192026-09-06T04:33:30.185Z consumes: gateway-client
22202026-09-06T04:33:30.185Z consumes: lldpd-client
22212026-09-06T04:33:30.185Z consumes: mg-admin-client
22222026-09-06T04:33:30.185Z consumes: ntp-admin-client
22232026-09-06T04:33:30.185Z consumes: oximeter-client
22242026-09-06T04:33:30.185Z consumes: propolis-client
22252026-09-06T04:33:30.185Z consumes: repo-depot-client
22262026-09-06T04:33:30.185Z consumes: sled-agent-client
22272026-09-06T04:33:30.185Z
22282026-09-06T04:33:30.185Z
22292026-09-06T04:33:30.185ZOximeter
22302026-09-06T04:33:30.186Z oximeter-collector (omicron/oximeter/collector)
22312026-09-06T04:33:30.186Z exposes: Oximeter (client = oximeter-client)
22322026-09-06T04:33:30.186Z consumes: nexus-client
22332026-09-06T04:33:30.186Z
22342026-09-06T04:33:30.186Z
22352026-09-06T04:33:30.278Z
22362026-09-06T04:33:30.278Zreal 5.680167052
22372026-09-06T04:33:30.278Zuser 4.854619207
22382026-09-06T04:33:30.278Zsys 2.097261435
22392026-09-06T04:33:30.279Ztrap 0.000633510
22402026-09-06T04:33:30.279Ztflt 0.000170480
22412026-09-06T04:33:30.283Zdflt 0.000355370
22422026-09-06T04:33:30.283Zkflt 0.000006330
22432026-09-06T04:33:30.283Zlock 2.117809250
22442026-09-06T04:33:30.283Zslp 26.320577172
22452026-09-06T04:33:30.283Zlat 0.062069059
22462026-09-06T04:33:30.283Zstop 0.008771015
22472026-09-06T04:33:30.283Z+ ptime -m cargo xtask ls-apis servers
22482026-09-06T04:33:30.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
22492026-09-06T04:33:30.736Z Running `target/debug/xtask ls-apis servers`
22502026-09-06T04:33:31.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
22512026-09-06T04:33:31.577Z Running `target/debug/ls-apis servers`
22522026-09-06T04:33:31.630Zloading metadata for workspace omicron from current workspace
22532026-09-06T04:33:32.675Znote: package "dpd-client": found a version matching the git commit in package-manifest.toml (447aa04f5dc86a3492eb6ea5139845e3331dcded), 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.
22542026-09-06T04:33:32.678Z - 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" }
22552026-09-06T04:33:32.693Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/36e4365/Cargo.toml
22562026-09-06T04:33:32.697Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/447aa04/Cargo.toml
22572026-09-06T04:33:32.697Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
22582026-09-06T04:33:32.697Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
22592026-09-06T04:33:32.697Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
22602026-09-06T04:33:32.697Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/4fb9bd5/Cargo.toml
22612026-09-06T04:33:35.268Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
22622026-09-06T04:33:35.347Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
22632026-09-06T04:33:35.656Zcrucible-agent (crucible/agent)
22642026-09-06T04:33:35.656Z exposes: Crucible Agent (client = crucible-agent-client)
22652026-09-06T04:33:35.656Z
22662026-09-06T04:33:35.656Zcrucible-downstairs (crucible/downstairs)
22672026-09-06T04:33:35.656Z exposes: Crucible Repair (client = repair-client)
22682026-09-06T04:33:35.659Z consumes: repair-client
22692026-09-06T04:33:35.659Z
22702026-09-06T04:33:35.659Zcrucible-pantry (crucible/pantry)
22712026-09-06T04:33:35.659Z exposes: Crucible Pantry (client = crucible-pantry-client)
22722026-09-06T04:33:35.659Z consumes: nexus-client
22732026-09-06T04:33:35.659Z
22742026-09-06T04:33:35.659Zddmd (maghemite/ddmd)
22752026-09-06T04:33:35.659Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
22762026-09-06T04:33:35.659Z consumes: dpd-client (intra-deployment-unit-only)
22772026-09-06T04:33:35.659Z
22782026-09-06T04:33:35.659Zdns-server (omicron/dns-server)
22792026-09-06T04:33:35.659Z exposes: DNS Server (client = dns-service-client)
22802026-09-06T04:33:35.659Z
22812026-09-06T04:33:35.659Zdpd (dendrite/dpd)
22822026-09-06T04:33:35.659Z exposes: Dendrite DPD (client = dpd-client)
22832026-09-06T04:33:35.659Z consumes: gateway-client (intra-deployment-unit-only)
22842026-09-06T04:33:35.659Z consumes: nexus-client
22852026-09-06T04:33:35.659Z
22862026-09-06T04:33:35.659Zinstallinator (omicron/installinator)
22872026-09-06T04:33:35.659Z consumes: ddm-admin-client
22882026-09-06T04:33:35.659Z consumes: installinator-client
22892026-09-06T04:33:35.659Z
22902026-09-06T04:33:35.659Zlldpd (lldp/lldpd)
22912026-09-06T04:33:35.659Z exposes: LLDP daemon (client = lldpd-client)
22922026-09-06T04:33:35.663Z consumes: dpd-client (intra-deployment-unit-only)
22932026-09-06T04:33:35.663Z consumes: gateway-client (intra-deployment-unit-only)
22942026-09-06T04:33:35.663Z
22952026-09-06T04:33:35.663Zmgd (maghemite/mgd)
22962026-09-06T04:33:35.663Z exposes: Maghemite MG Admin (client = mg-admin-client)
22972026-09-06T04:33:35.663Z consumes: ddm-admin-client (intra-deployment-unit-only)
22982026-09-06T04:33:35.663Z consumes: dpd-client (intra-deployment-unit-only)
22992026-09-06T04:33:35.663Z consumes: gateway-client (intra-deployment-unit-only)
23002026-09-06T04:33:35.663Z
23012026-09-06T04:33:35.663Zomicron-clickhouse-admin (omicron/clickhouse-admin)
23022026-09-06T04:33:35.663Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
23032026-09-06T04:33:35.663Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
23042026-09-06T04:33:35.663Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
23052026-09-06T04:33:35.663Z
23062026-09-06T04:33:35.663Zomicron-cockroach-admin (omicron/cockroach-admin)
23072026-09-06T04:33:35.663Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
23082026-09-06T04:33:35.663Z
23092026-09-06T04:33:35.664Zomicron-gateway (omicron/gateway)
23102026-09-06T04:33:35.664Z exposes: Management Gateway Service (client = gateway-client)
23112026-09-06T04:33:35.664Z
23122026-09-06T04:33:35.664Zomicron-nexus (omicron/nexus)
23132026-09-06T04:33:35.664Z exposes: Nexus Internal API (client = nexus-client)
23142026-09-06T04:33:35.664Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
23152026-09-06T04:33:35.664Z exposes: External API (client = oxide-client)
23162026-09-06T04:33:35.667Z consumes: clickhouse-admin-keeper-client
23172026-09-06T04:33:35.667Z consumes: clickhouse-admin-server-client
23182026-09-06T04:33:35.667Z consumes: clickhouse-admin-single-client
23192026-09-06T04:33:35.667Z consumes: cockroach-admin-client
23202026-09-06T04:33:35.667Z consumes: crucible-agent-client
23212026-09-06T04:33:35.667Z consumes: crucible-pantry-client
23222026-09-06T04:33:35.667Z consumes: ddm-admin-client
23232026-09-06T04:33:35.667Z consumes: dns-service-client
23242026-09-06T04:33:35.667Z consumes: dpd-client
23252026-09-06T04:33:35.667Z consumes: gateway-client
23262026-09-06T04:33:35.667Z consumes: lldpd-client
23272026-09-06T04:33:35.667Z consumes: mg-admin-client
23282026-09-06T04:33:35.667Z consumes: ntp-admin-client
23292026-09-06T04:33:35.668Z consumes: oximeter-client
23302026-09-06T04:33:35.668Z consumes: propolis-client
23312026-09-06T04:33:35.668Z consumes: repo-depot-client
23322026-09-06T04:33:35.668Z consumes: sled-agent-client
23332026-09-06T04:33:35.668Z
23342026-09-06T04:33:35.668Zomicron-ntp-admin (omicron/ntp-admin)
23352026-09-06T04:33:35.668Z exposes: NTP Admin (client = ntp-admin-client)
23362026-09-06T04:33:35.668Z
23372026-09-06T04:33:35.668Zomicron-sled-agent (omicron/sled-agent)
23382026-09-06T04:33:35.668Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
23392026-09-06T04:33:35.668Z exposes: Repo Depot API (client = repo-depot-client)
23402026-09-06T04:33:35.668Z exposes: Sled Agent (client = sled-agent-client)
23412026-09-06T04:33:35.668Z consumes: ddm-admin-client (intra-deployment-unit-only)
23422026-09-06T04:33:35.668Z consumes: dpd-client (intra-deployment-unit-only)
23432026-09-06T04:33:35.668Z consumes: gateway-client (intra-deployment-unit-only)
23442026-09-06T04:33:35.668Z consumes: mg-admin-client (intra-deployment-unit-only)
23452026-09-06T04:33:35.668Z consumes: nexus-client
23462026-09-06T04:33:35.668Z consumes: nexus-lockstep-client
23472026-09-06T04:33:35.668Z consumes: ntp-admin-client
23482026-09-06T04:33:35.668Z consumes: propolis-client (intra-deployment-unit-only)
23492026-09-06T04:33:35.668Z consumes: repo-depot-client
23502026-09-06T04:33:35.668Z
23512026-09-06T04:33:35.668Zoximeter-collector (omicron/oximeter/collector)
23522026-09-06T04:33:35.668Z exposes: Oximeter (client = oximeter-client)
23532026-09-06T04:33:35.668Z consumes: nexus-client
23542026-09-06T04:33:35.668Z
23552026-09-06T04:33:35.668Zpropolis-server (propolis/bin/propolis-server)
23562026-09-06T04:33:35.668Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
23572026-09-06T04:33:35.668Z exposes: Propolis (client = propolis-client)
23582026-09-06T04:33:35.672Z consumes: nexus-client
23592026-09-06T04:33:35.672Z consumes: sled-agent-client (intra-deployment-unit-only)
23602026-09-06T04:33:35.672Z
23612026-09-06T04:33:35.672Zsled-agent-rack-setup (omicron/sled-agent/rack-setup) [embedded in omicron-sled-agent; rack-init only]
23622026-09-06T04:33:35.672Z consumes: cockroach-admin-client
23632026-09-06T04:33:35.672Z consumes: ddm-admin-client
23642026-09-06T04:33:35.672Z consumes: dns-service-client
23652026-09-06T04:33:35.672Z consumes: nexus-lockstep-client
23662026-09-06T04:33:35.672Z consumes: ntp-admin-client
23672026-09-06T04:33:35.672Z consumes: sled-agent-client
23682026-09-06T04:33:35.672Z
23692026-09-06T04:33:35.672Ztfportd (dendrite/tfportd)
23702026-09-06T04:33:35.672Z consumes: dpd-client (intra-deployment-unit-only)
23712026-09-06T04:33:35.672Z consumes: lldpd-client (intra-deployment-unit-only)
23722026-09-06T04:33:35.672Z
23732026-09-06T04:33:35.672Zwicketd (omicron/wicketd)
23742026-09-06T04:33:35.672Z exposes: Wicketd Installinator (client = installinator-client)
23752026-09-06T04:33:35.672Z exposes: Wicketd (client = wicketd-client)
23762026-09-06T04:33:35.672Z exposes: Wicketd Commission (client = wicketd-commission-client)
23772026-09-06T04:33:35.672Z consumes: bootstrap-agent-lockstep-client
23782026-09-06T04:33:35.672Z consumes: ddm-admin-client (intra-deployment-unit-only)
23792026-09-06T04:33:35.672Z consumes: dpd-client (intra-deployment-unit-only)
23802026-09-06T04:33:35.672Z consumes: gateway-client (intra-deployment-unit-only)
23812026-09-06T04:33:35.672Z
23822026-09-06T04:33:35.771Z
23832026-09-06T04:33:35.771Zreal 5.464010663
23842026-09-06T04:33:35.771Zuser 4.821870339
23852026-09-06T04:33:35.771Zsys 1.956311570
23862026-09-06T04:33:35.771Ztrap 0.000548410
23872026-09-06T04:33:35.771Ztflt 0.000050000
23882026-09-06T04:33:35.771Zdflt 0.002118810
23892026-09-06T04:33:35.771Zkflt 0.000000000
23902026-09-06T04:33:35.774Zlock 2.087545961
23912026-09-06T04:33:35.774Zslp 24.577605459
23922026-09-06T04:33:35.774Zlat 0.041204967
23932026-09-06T04:33:35.774Zstop 0.008778145
23942026-09-06T04:33:35.774Z+ ptime -m cargo xtask ls-apis check
23952026-09-06T04:33:36.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
23962026-09-06T04:33:36.226Z Running `target/debug/xtask ls-apis check`
23972026-09-06T04:33:36.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
23982026-09-06T04:33:37.064Z Running `target/debug/ls-apis check`
23992026-09-06T04:33:37.119Zloading metadata for workspace omicron from current workspace
24002026-09-06T04:33:38.174Znote: package "dpd-client": found a version matching the git commit in package-manifest.toml (447aa04f5dc86a3492eb6ea5139845e3331dcded), 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.
24012026-09-06T04:33:38.174Z - 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" }
24022026-09-06T04:33:38.190Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
24032026-09-06T04:33:38.193Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/36e4365/Cargo.toml
24042026-09-06T04:33:38.193Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
24052026-09-06T04:33:38.196Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
24062026-09-06T04:33:38.196Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/4fb9bd5/Cargo.toml
24072026-09-06T04:33:38.196Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/447aa04/Cargo.toml
24082026-09-06T04:33:40.704Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
24092026-09-06T04:33:40.781Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
24102026-09-06T04:33:41.207Z
24112026-09-06T04:33:41.207Z
24122026-09-06T04:33:41.207ZServer-managed APIs:
24132026-09-06T04:33:41.207Z
24142026-09-06T04:33:41.207Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
24152026-09-06T04:33:41.207Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
24162026-09-06T04:33:41.207Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
24172026-09-06T04:33:41.207Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
24182026-09-06T04:33:41.207Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
24192026-09-06T04:33:41.207Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
24202026-09-06T04:33:41.207Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
24212026-09-06T04:33:41.207Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
24222026-09-06T04:33:41.207Z DNS Server (dns-service-client, exposed by dns-server)
24232026-09-06T04:33:41.207Z Dendrite DPD (dpd-client, exposed by dpd)
24242026-09-06T04:33:41.207Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
24252026-09-06T04:33:41.207Z LLDP daemon (lldpd-client, exposed by lldpd)
24262026-09-06T04:33:41.207Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
24272026-09-06T04:33:41.207Z External API (oxide-client, exposed by omicron-nexus)
24282026-09-06T04:33:41.207Z Oximeter (oximeter-client, exposed by oximeter-collector)
24292026-09-06T04:33:41.207Z Propolis (propolis-client, exposed by propolis-server)
24302026-09-06T04:33:41.207Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
24312026-09-06T04:33:41.207Z Wicketd (wicketd-client, exposed by wicketd)
24322026-09-06T04:33:41.208Z Wicketd Commission (wicketd-commission-client, exposed by wicketd)
24332026-09-06T04:33:41.208Z
24342026-09-06T04:33:41.208Z
24352026-09-06T04:33:41.208ZClient-managed API:
24362026-09-06T04:33:41.208Z
24372026-09-06T04:33:41.208Z Bootstrap Agent Lockstep API (bootstrap-agent-lockstep-client, exposed by omicron-sled-agent)
24382026-09-06T04:33:41.208Z reason: wicketd can wind up calling into sled agent on different sleds
24392026-09-06T04:33:41.208Z Wicketd Installinator (installinator-client, exposed by wicketd)
24402026-09-06T04:33:41.208Z reason: client is provided implicitly by the operator
24412026-09-06T04:33:41.208Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
24422026-09-06T04:33:41.208Z reason: Circular dependencies between Nexus and other services
24432026-09-06T04:33:41.208Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
24442026-09-06T04:33:41.208Z reason: Circular dependencies between Nexus and other services
24452026-09-06T04:33:41.208Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
24462026-09-06T04:33:41.208Z 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.
24472026-09-06T04:33:41.208Z
24482026-09-06T04:33:41.208Z Crucible Repair (repair-client, exposed by crucible-downstairs)
24492026-09-06T04:33:41.208Z reason: depends on itself (i.e., instances call each other)
24502026-09-06T04:33:41.208Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
24512026-09-06T04:33:41.208Z reason: depends on itself (i.e., instances call each other)
24522026-09-06T04:33:41.208Z
24532026-09-06T04:33:41.208Z
24542026-09-06T04:33:41.208ZAPIs with unknown version management: none
24552026-09-06T04:33:41.208Z
24562026-09-06T04:33:41.208Z
24572026-09-06T04:33:41.208ZAPIs that failed consumer checks: none
24582026-09-06T04:33:41.305Z
24592026-09-06T04:33:41.308Zreal 5.503956906
24602026-09-06T04:33:41.308Zuser 4.909505440
24612026-09-06T04:33:41.308Zsys 1.882665051
24622026-09-06T04:33:41.309Ztrap 0.000672240
24632026-09-06T04:33:41.309Ztflt 0.000110670
24642026-09-06T04:33:41.309Zdflt 0.000166480
24652026-09-06T04:33:41.309Zkflt 0.000007670
24662026-09-06T04:33:41.309Zlock 2.061185840
24672026-09-06T04:33:41.309Zslp 24.162001572
24682026-09-06T04:33:41.309Zlat 0.057288764
24692026-09-06T04:33:41.309Zstop 0.009116206
24702026-09-06T04:33:41.309Z+ ptime -m cargo xtask ls-apis adoc
24712026-09-06T04:33:41.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
24722026-09-06T04:33:41.753Z Running `target/debug/xtask ls-apis adoc`
24732026-09-06T04:33:42.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
24742026-09-06T04:33:42.577Z Running `target/debug/ls-apis adoc`
24752026-09-06T04:33:42.629Zloading metadata for workspace omicron from current workspace
24762026-09-06T04:33:43.698Znote: package "dpd-client": found a version matching the git commit in package-manifest.toml (447aa04f5dc86a3492eb6ea5139845e3331dcded), 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.
24772026-09-06T04:33:43.702Z - 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" }
24782026-09-06T04:33:43.716Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/36e4365/Cargo.toml
24792026-09-06T04:33:43.719Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
24802026-09-06T04:33:43.719Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
24812026-09-06T04:33:43.719Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
24822026-09-06T04:33:43.719Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/4fb9bd5/Cargo.toml
24832026-09-06T04:33:43.719Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/447aa04/Cargo.toml
24842026-09-06T04:33:46.268Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
24852026-09-06T04:33:46.344Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
24862026-09-06T04:33:46.775Z
24872026-09-06T04:33:46.775Zreal 5.441422021
24882026-09-06T04:33:46.775Zuser 4.820459612
24892026-09-06T04:33:46.775Zsys 1.920997932
24902026-09-06T04:33:46.775Ztrap 0.000796190
24912026-09-06T04:33:46.775Ztflt 0.000051510
24922026-09-06T04:33:46.775Zdflt 0.002136651
24932026-09-06T04:33:46.775Zkflt 0.000000000
24942026-09-06T04:33:46.775Zlock 2.073726201
24952026-09-06T04:33:46.779Zslp 24.462320741
24962026-09-06T04:33:46.779Zlat 0.054874018
24972026-09-06T04:33:46.779Zstop 0.008994766
24982026-09-06T04:33:46.779Z+ banner build
24992026-09-06T04:33:46.782Z
25002026-09-06T04:33:46.782Z ##### # # # # #####
25012026-09-06T04:33:46.782Z # # # # # # # #
25022026-09-06T04:33:46.782Z ##### # # # # # #
25032026-09-06T04:33:46.782Z # # # # # # # #
25042026-09-06T04:33:46.782Z # # # # # # # #
25052026-09-06T04:33:46.782Z ##### #### # ###### #####
25062026-09-06T04:33:46.782Z
25072026-09-06T04:33:46.782Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
25082026-09-06T04:33:46.783Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
25092026-09-06T04:33:46.783Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
25102026-09-06T04:33:46.783Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
25112026-09-06T04:33:46.783Z+ [[ illumos == \i\l\l\u\m\o\s ]]
25122026-09-06T04:33:46.783Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
25132026-09-06T04:33:46.783Z+ export TMPDIR=/var/tmp/omicron_tmp
25142026-09-06T04:33:46.783Z+ TMPDIR=/var/tmp/omicron_tmp
25152026-09-06T04:33:46.783Z+ export RUST_BACKTRACE=1
25162026-09-06T04:33:46.783Z+ RUST_BACKTRACE=1
25172026-09-06T04:33:46.783Z+ export CARGO_INCREMENTAL=0
25182026-09-06T04:33:46.783Z+ CARGO_INCREMENTAL=0
25192026-09-06T04:33:46.783Z+ export RUSTC_BOOTSTRAP=1
25202026-09-06T04:33:46.783Z+ RUSTC_BOOTSTRAP=1
25212026-09-06T04:33:46.783Z+ ptime -m cargo --config build.analysis.enabled=true build -Zbuild-analysis --workspace --tests --locked --verbose
25222026-09-06T04:33:48.928Z Compiling proc-macro2 v1.0.106
25232026-09-06T04:33:48.928Z Compiling unicode-ident v1.0.24
25242026-09-06T04:33:48.928Z Compiling quote v1.0.45
25252026-09-06T04:33:48.928Z Compiling serde_core v1.0.229
25262026-09-06T04:33:48.931Z Compiling libc v0.2.185
25272026-09-06T04:33:48.931Z Compiling serde v1.0.229
25282026-09-06T04:33:48.931Z Compiling cfg-if v1.0.4
25292026-09-06T04:33:48.931Z Compiling memchr v2.8.0
25302026-09-06T04:33:48.931Z Compiling smallvec v1.15.1
25312026-09-06T04:33:48.931Z Compiling autocfg v1.5.0
25322026-09-06T04:33:49.211Z Compiling itoa v1.0.17
25332026-09-06T04:33:49.215Z Compiling rand_core v0.10.0
25342026-09-06T04:33:49.215Z Compiling getrandom v0.4.3
25352026-09-06T04:33:49.215Z Compiling log v0.4.33
25362026-09-06T04:33:49.215Z Compiling libm v0.2.16
25372026-09-06T04:33:49.215Z Compiling subtle v2.6.1
25382026-09-06T04:33:49.215Z Compiling version_check v0.9.5
25392026-09-06T04:33:49.215Z Compiling zmij v1.0.21
25402026-09-06T04:33:49.215Z Compiling serde_json v1.0.151
25412026-09-06T04:33:49.215Z Compiling scopeguard v1.2.0
25422026-09-06T04:33:49.215Z Compiling typenum v1.20.1
25432026-09-06T04:33:49.215Z Compiling stable_deref_trait v1.2.1
25442026-09-06T04:33:49.215Z Compiling percent-encoding v2.3.2
25452026-09-06T04:33:49.215Z Compiling litemap v0.8.1
25462026-09-06T04:33:49.215Z Compiling writeable v0.6.2
25472026-09-06T04:33:49.215Z Compiling icu_normalizer_data v2.1.1
25482026-09-06T04:33:49.215Z Compiling icu_properties_data v2.1.2
25492026-09-06T04:33:49.215Z Compiling portable-atomic v1.13.1
25502026-09-06T04:33:49.215Z Compiling critical-section v1.2.0
25512026-09-06T04:33:49.215Z Compiling utf8_iter v1.0.4
25522026-09-06T04:33:49.218Z Compiling zerocopy v0.8.55
25532026-09-06T04:33:49.219Z Compiling parking_lot_core v0.9.12
25542026-09-06T04:33:49.246Z Running `/home/build/.rustup/toolchains/1.97.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=be908efd5d793ed1 -C extra-filename=-bd931bcdebfb2835 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-bd931bcdebfb2835 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25552026-09-06T04:33:49.276Z Running `/home/build/.rustup/toolchains/1.97.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=4631ea154300ce76 -C extra-filename=-c60aa0859c6cdac8 --out-dir /work/oxidecomputer/omicron/target/debug/build/quote-c60aa0859c6cdac8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25562026-09-06T04:33:49.281Z Running `/home/build/.rustup/toolchains/1.97.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=fd5d9d798de116a9 -C extra-filename=-b1ad757f3d1feadb --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-b1ad757f3d1feadb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25572026-09-06T04:33:49.281Z Running `/home/build/.rustup/toolchains/1.97.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=a5d3543a2f321eeb -C extra-filename=-a102d7cd852100ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25582026-09-06T04:33:49.281Z Running `/home/build/.rustup/toolchains/1.97.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=fa5e6dbb1a1a37ea -C extra-filename=-448cb8472cd754c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25592026-09-06T04:33:49.281Z Running `/home/build/.rustup/toolchains/1.97.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=61c77fc1654a0d61 -C extra-filename=-817d5a90403dc1b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-817d5a90403dc1b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25602026-09-06T04:33:49.281Z Running `/home/build/.rustup/toolchains/1.97.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=acca0d84b463c014 -C extra-filename=-10f078ec4a3ea811 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25612026-09-06T04:33:49.281Z Running `/home/build/.rustup/toolchains/1.97.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=2083cd1a601561c7 -C extra-filename=-149ac3b1bfbf1a94 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-149ac3b1bfbf1a94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25622026-09-06T04:33:49.281Z Running `/home/build/.rustup/toolchains/1.97.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=8579d874068abd87 -C extra-filename=-ea47dcd7dcf3e9ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632026-09-06T04:33:49.281Z Running `/home/build/.rustup/toolchains/1.97.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=18af4f6ae6e7a298 -C extra-filename=-dec7d4e7a928cca7 --out-dir /work/oxidecomputer/omicron/target/debug/build/icu_properties_data-dec7d4e7a928cca7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25642026-09-06T04:33:49.281Z Running `/home/build/.rustup/toolchains/1.97.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=98f031cc75c43fe0 -C extra-filename=-112bf55ab051345c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25652026-09-06T04:33:49.281Z Running `/home/build/.rustup/toolchains/1.97.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=564edab708039010 -C extra-filename=-de3a788940fe2e06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662026-09-06T04:33:49.281Z Running `/home/build/.rustup/toolchains/1.97.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=54f51b0869e4b9e3 -C extra-filename=-149b2cafc829f7b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25672026-09-06T04:33:49.281Z Running `/home/build/.rustup/toolchains/1.97.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.229/build.rs --error-format=json --json=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=8e8ed39480170f62 -C extra-filename=-4ba180a7de729f28 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_core-4ba180a7de729f28 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25682026-09-06T04:33:49.281Z Running `/home/build/.rustup/toolchains/1.97.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=233ffd061e6afab5 -C extra-filename=-f722ed462eeafd77 --out-dir /work/oxidecomputer/omicron/target/debug/build/zmij-f722ed462eeafd77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692026-09-06T04:33:49.281Z Running `/home/build/.rustup/toolchains/1.97.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=9f6dabdc5b47129c -C extra-filename=-682ec8ae79a89f0e --out-dir /work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-682ec8ae79a89f0e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25702026-09-06T04:33:49.282Z Running `/home/build/.rustup/toolchains/1.97.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=00e38a6e31e0dcdc -C extra-filename=-d8fbaa4fbac25e39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25712026-09-06T04:33:49.282Z Running `/home/build/.rustup/toolchains/1.97.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=555644e22eaa4d5d -C extra-filename=-42e7c7869e9e0bb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25722026-09-06T04:33:49.282Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=5e102674ee4e2393 -C extra-filename=-f356c0afc0f69c43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25732026-09-06T04:33:49.282Z Running `/home/build/.rustup/toolchains/1.97.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=9a012101778732e6 -C extra-filename=-c2c00b5f956a68ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25742026-09-06T04:33:49.282Z Running `/home/build/.rustup/toolchains/1.97.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=98b59c399515fb19 -C extra-filename=-8297de2080dfe9b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-8297de2080dfe9b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25752026-09-06T04:33:49.282Z Running `/home/build/.rustup/toolchains/1.97.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=a2520a62ac8fedd8 -C extra-filename=-abbc589ab1b46aa3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25762026-09-06T04:33:49.282Z Running `/home/build/.rustup/toolchains/1.97.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=cd3b4c7d05da41fe -C extra-filename=-4284572ba3c6271f --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-4284572ba3c6271f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25772026-09-06T04:33:49.282Z Running `/home/build/.rustup/toolchains/1.97.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=4af1f2190cdcf248 -C extra-filename=-a2577e2a70a918ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25782026-09-06T04:33:49.282Z Running `/home/build/.rustup/toolchains/1.97.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=2f0abd2e04cbfd04 -C extra-filename=-4944f5d298d5e7db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25792026-09-06T04:33:49.282Z Running `/home/build/.rustup/toolchains/1.97.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=869ce0d330956582 -C extra-filename=-97b470074f18b93b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25802026-09-06T04:33:49.282Z Running `/home/build/.rustup/toolchains/1.97.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=3bdf70df7fd76a3b -C extra-filename=-e9e341c45ff69dd5 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-e9e341c45ff69dd5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25812026-09-06T04:33:49.282Z Running `/home/build/.rustup/toolchains/1.97.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=3b4b59a06ab98e3f -C extra-filename=-bb93ad60cfc1a229 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25822026-09-06T04:33:49.306Z Running `/home/build/.rustup/toolchains/1.97.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=9eb49ef3c25ee04d -C extra-filename=-5e600995c7c3f221 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25832026-09-06T04:33:49.310Z Running `/home/build/.rustup/toolchains/1.97.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=e86831009184d078 -C extra-filename=-01824fb3367570db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25842026-09-06T04:33:49.310Z Running `/home/build/.rustup/toolchains/1.97.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.229/build.rs --error-format=json --json=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=a8a4d6a56a5ca262 -C extra-filename=-32398180690b950b --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-32398180690b950b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25852026-09-06T04:33:49.371Z Running `/home/build/.rustup/toolchains/1.97.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=51fe7cad353f8d84 -C extra-filename=-676633a48ffd90e4 --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-676633a48ffd90e4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25862026-09-06T04:33:49.434Z Compiling thiserror v2.0.18
25872026-09-06T04:33:49.581Z Compiling pin-project-lite v0.2.17
25882026-09-06T04:33:49.610Z Compiling shlex v1.3.0
25892026-09-06T04:33:49.687Z Compiling equivalent v1.0.2
25902026-09-06T04:33:49.756Z Compiling heck v0.5.0
25912026-09-06T04:33:49.854Z Compiling form_urlencoded v1.2.2
25922026-09-06T04:33:49.930Z Compiling iana-time-zone v0.1.65
25932026-09-06T04:33:50.105Z Compiling find-msvc-tools v0.1.9
25942026-09-06T04:33:50.247Z Compiling lock_api v0.4.14
25952026-09-06T04:33:50.311Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_properties_data-dec7d4e7a928cca7/build-script-build`
25962026-09-06T04:33:50.315Z Running `/home/build/.rustup/toolchains/1.97.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=47e9942dd1958c1e -C extra-filename=-682ebd8c594b97dd --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-682ebd8c594b97dd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972026-09-06T04:33:50.315Z Running `/home/build/.rustup/toolchains/1.97.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=511802d25a1287bd -C extra-filename=-10229ef171a3bfe3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25982026-09-06T04:33:50.315Z Running `/home/build/.rustup/toolchains/1.97.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=3faf4f06fa91ada8 -C extra-filename=-21c1bc4ffa11cdcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25992026-09-06T04:33:50.315Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-bd931bcdebfb2835/build-script-build`
26002026-09-06T04:33:50.315Z Running `/home/build/.rustup/toolchains/1.97.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=94f963a08620a438 -C extra-filename=-9b441c21bab2d477 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26012026-09-06T04:33:50.315Z Running `/home/build/.rustup/toolchains/1.97.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=d71d02814088a4c8 -C extra-filename=-6720234346448ed9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26022026-09-06T04:33:50.315Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-e9e341c45ff69dd5/build-script-build`
26032026-09-06T04:33:50.315Z Running `/home/build/.rustup/toolchains/1.97.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=ef1995817d3f3906 -C extra-filename=-180e5ff396d32ec3 --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-ea47dcd7dcf3e9ff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26042026-09-06T04:33:50.316Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-4ba180a7de729f28/build-script-build`
26052026-09-06T04:33:50.316Z Running `/home/build/.rustup/toolchains/1.97.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=b3bb87749eaed82d -C extra-filename=-9177e43cb0714f73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26062026-09-06T04:33:50.316Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-817d5a90403dc1b5/build-script-build`
26072026-09-06T04:33:50.386Z Running `/home/build/.rustup/toolchains/1.97.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=eaf00995d5598ff2 -C extra-filename=-cede61e9b8553d81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26082026-09-06T04:33:50.390Z Running `/work/oxidecomputer/omicron/target/debug/build/zmij-f722ed462eeafd77/build-script-build`
26092026-09-06T04:33:50.425Z Compiling rustversion v1.0.22
26102026-09-06T04:33:50.428Z Compiling fnv v1.0.7
26112026-09-06T04:33:50.428Z Running `/home/build/.rustup/toolchains/1.97.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=e401d129a2a03c8c -C extra-filename=-5c77632c1fe79449 --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-149b2cafc829f7b4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26122026-09-06T04:33:50.724Z Compiling regex-syntax v0.8.10
26132026-09-06T04:33:50.725Z Compiling dyn-clone v1.0.20
26142026-09-06T04:33:50.755Z Compiling schemars v0.8.22
26152026-09-06T04:33:50.793Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-682ec8ae79a89f0e/build-script-build`
26162026-09-06T04:33:50.796Z Running `/work/oxidecomputer/omicron/target/debug/build/quote-c60aa0859c6cdac8/build-script-build`
26172026-09-06T04:33:50.796Z Running `/home/build/.rustup/toolchains/1.97.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=7bdbfee7dd07db92 -C extra-filename=-a24e6e36e86e48a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-a24e6e36e86e48a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26182026-09-06T04:33:51.179Z Compiling num-traits v0.2.19
26192026-09-06T04:33:51.183Z Compiling rustix v1.1.4
26202026-09-06T04:33:51.183Z Compiling hashbrown v0.17.0
26212026-09-06T04:33:51.183Z Compiling strsim v0.11.1
26222026-09-06T04:33:51.183Z Compiling futures-core v0.3.32
26232026-09-06T04:33:51.212Z Compiling cmov v0.5.4
26242026-09-06T04:33:51.215Z Compiling getrandom v0.3.4
26252026-09-06T04:33:51.216Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-b1ad757f3d1feadb/build-script-build`
26262026-09-06T04:33:51.216Z Running `/home/build/.rustup/toolchains/1.97.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=54c405d5cad9aca2 -C extra-filename=-c2f3f257b63b1310 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26272026-09-06T04:33:51.286Z Running `/home/build/.rustup/toolchains/1.97.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=ff5af5aefc88e59b -C extra-filename=-fa8b1917837293de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26282026-09-06T04:33:51.290Z Running `/home/build/.rustup/toolchains/1.97.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=c29bfb09f983a625 -C extra-filename=-a225d2903c30481e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26292026-09-06T04:33:51.290Z Running `/home/build/.rustup/toolchains/1.97.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=839e0ece0319506f -C extra-filename=-0dd98833f01df7ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
26302026-09-06T04:33:51.290Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-149ac3b1bfbf1a94/build-script-build`
26312026-09-06T04:33:51.521Z Running `/home/build/.rustup/toolchains/1.97.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=d2949daca160601e -C extra-filename=-5e8f4331a0938315 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-5e8f4331a0938315 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26322026-09-06T04:33:51.623Z Running `/home/build/.rustup/toolchains/1.97.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=68a624a2d1b7f47f -C extra-filename=-5ca8dd11e0470c2c --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-5ca8dd11e0470c2c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-42e7c7869e9e0bb3.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26332026-09-06T04:33:51.623Z Running `/home/build/.rustup/toolchains/1.97.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.229/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=0257733d8488253d -C extra-filename=-22cd1c92ad71623d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
26342026-09-06T04:33:51.623Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-8297de2080dfe9b6/build-script-build`
26352026-09-06T04:33:51.623Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-4284572ba3c6271f/build-script-build`
26362026-09-06T04:33:51.623Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-682ebd8c594b97dd/build-script-build`
26372026-09-06T04:33:51.626Z Running `/home/build/.rustup/toolchains/1.97.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=783659fddc5d6c18 -C extra-filename=-a88c156fc99b7e6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:33:51.626Z Compiling aho-corasick v1.1.4
26392026-09-06T04:33:51.626Z Compiling byteorder v1.5.0
26402026-09-06T04:33:51.626Z Compiling generic-array v0.14.7
26412026-09-06T04:33:51.627Z Compiling syn v1.0.109
26422026-09-06T04:33:51.627Z Compiling futures-sink v0.3.32
26432026-09-06T04:33:51.627Z Compiling futures-io v0.3.32
26442026-09-06T04:33:51.627Z Compiling slab v0.4.12
26452026-09-06T04:33:51.627Z Compiling futures-task v0.3.32
26462026-09-06T04:33:51.657Z Compiling ident_case v1.0.1
26472026-09-06T04:33:51.660Z Compiling base64ct v1.8.3
26482026-09-06T04:33:51.660Z Running `/home/build/.rustup/toolchains/1.97.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 --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=ec05135c53f7416f -C extra-filename=-3fedf9f33413879a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:33:51.660Z Running `/home/build/.rustup/toolchains/1.97.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=374440a5cb983242 -C extra-filename=-a1cdf1d4d5c11804 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:33:51.661Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-676633a48ffd90e4/build-script-build`
26512026-09-06T04:33:51.661Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-32398180690b950b/build-script-build`
26522026-09-06T04:33:51.661Z Running `/home/build/.rustup/toolchains/1.97.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="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=703d00950db09b45 -C extra-filename=-a9a63084d2864f29 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-a9a63084d2864f29 -L 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-06T04:33:51.697Z Running `/home/build/.rustup/toolchains/1.97.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=649eb23852503144 -C extra-filename=-75c354370bd8be15 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-75c354370bd8be15 -L 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-06T04:33:51.701Z Running `/home/build/.rustup/toolchains/1.97.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=c31d9be515d5e1fe -C extra-filename=-a7bffee6a2f2ad95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:33:52.081Z Running `/home/build/.rustup/toolchains/1.97.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=bac4cb552a0dde9f -C extra-filename=-d22feaec7ba6f2cc --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-a102d7cd852100ed.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)'`
26562026-09-06T04:33:52.085Z Running `/home/build/.rustup/toolchains/1.97.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=901db48c5ec0b69e -C extra-filename=-4d512d89878f7582 --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-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26572026-09-06T04:33:52.085Z Running `/home/build/.rustup/toolchains/1.97.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=6a16493d89d14f0b -C extra-filename=-d59a04826277e404 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-d59a04826277e404 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26582026-09-06T04:33:52.085Z Running `/home/build/.rustup/toolchains/1.97.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=5fca10bca2d82fe0 -C extra-filename=-0c8077e11d6759cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
26592026-09-06T04:33:52.085Z Running `/home/build/.rustup/toolchains/1.97.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=2dfcaabafa71c899 -C extra-filename=-17ae1705427aeb7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:33:52.085Z Running `/home/build/.rustup/toolchains/1.97.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=783b533b79fd459e -C extra-filename=-1f1c0aac613a8fc8 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-1f1c0aac613a8fc8 -L 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-06T04:33:52.085Z Running `/home/build/.rustup/toolchains/1.97.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=68509b396f6fcba3 -C extra-filename=-95ca26147fa74cdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
26622026-09-06T04:33:52.085Z Running `/home/build/.rustup/toolchains/1.97.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=f60df7228b71b202 -C extra-filename=-f9aa91a12ebae5d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:33:52.085Z Running `/home/build/.rustup/toolchains/1.97.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=396bfe63f42322e2 -C extra-filename=-12bef6d549ef5d80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:33:52.085Z Running `/home/build/.rustup/toolchains/1.97.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=ad33c171518e9d33 -C extra-filename=-cf06d73c0c6d1edb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:33:52.085Z Running `/home/build/.rustup/toolchains/1.97.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=3312089ce955b776 -C extra-filename=-37780afbbf43cfe2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:33:52.085Z Running `/home/build/.rustup/toolchains/1.97.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=1c96c436578a49c3 -C extra-filename=-374a7aea8a4974be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26672026-09-06T04:33:52.085Z Compiling ctutils v0.4.2
26682026-09-06T04:33:52.085Z Compiling anyhow v1.0.104
26692026-09-06T04:33:52.085Z Compiling thiserror v1.0.69
26702026-09-06T04:33:52.117Z Compiling const-oid v0.9.6
26712026-09-06T04:33:52.120Z Compiling base64 v0.22.1
26722026-09-06T04:33:52.120Z Compiling pkg-config v0.3.32
26732026-09-06T04:33:52.155Z Running `/home/build/.rustup/toolchains/1.97.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=a10d45b3b14232c9 -C extra-filename=-4c5cc81598cfc878 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:33:52.499Z Running `/home/build/.rustup/toolchains/1.97.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=52d6257ad0024e11 -C extra-filename=-34de0cd9290266be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"))'`
26752026-09-06T04:33:52.499Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-5ca8dd11e0470c2c/build-script-build`
26762026-09-06T04:33:52.499Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-a24e6e36e86e48a1/build-script-build`
26772026-09-06T04:33:52.504Z Running `/home/build/.rustup/toolchains/1.97.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=c33e9af47ed4c839 -C extra-filename=-63a9bca806118ba2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
26782026-09-06T04:33:52.504Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-5e8f4331a0938315/build-script-build`
26792026-09-06T04:33:52.504Z Running `/home/build/.rustup/toolchains/1.97.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=a96e84422292af19 -C extra-filename=-b217980bafa3a20c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:33:52.504Z Running `/home/build/.rustup/toolchains/1.97.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=9656b48923405216 -C extra-filename=-cef88d9fac5ef585 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"))'`
26812026-09-06T04:33:52.504Z Running `/home/build/.rustup/toolchains/1.97.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=2cb1195ed9398498 -C extra-filename=-e162f7db9892c1b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-e162f7db9892c1b3 -L 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-06T04:33:52.504Z Running `/home/build/.rustup/toolchains/1.97.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=8ad09b1ff306aa92 -C extra-filename=-c906e444f986cb52 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-c906e444f986cb52 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26832026-09-06T04:33:52.504Z Running `/home/build/.rustup/toolchains/1.97.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=492e3bee4c897c7d -C extra-filename=-f9b7e9e847a09912 --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-a7bffee6a2f2ad95.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26842026-09-06T04:33:52.504Z Compiling futures-channel v0.3.32
26852026-09-06T04:33:52.504Z Compiling utf8parse v0.2.2
26862026-09-06T04:33:52.504Z Compiling anstyle v1.0.14
26872026-09-06T04:33:52.504Z Compiling allocator-api2 v0.2.21
26882026-09-06T04:33:52.504Z Compiling colorchoice v1.0.4
26892026-09-06T04:33:52.504Z Compiling anstyle-query v1.1.5
26902026-09-06T04:33:52.504Z Compiling either v1.15.0
26912026-09-06T04:33:52.504Z Compiling fastrand v2.3.0
26922026-09-06T04:33:52.504Z Running `/home/build/.rustup/toolchains/1.97.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=5637921f6107647d -C extra-filename=-bf59ab279ffa544e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:33:52.504Z Running `/home/build/.rustup/toolchains/1.97.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=0e8d0e98b23d3976 -C extra-filename=-16effc2d31631143 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942026-09-06T04:33:52.822Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-a9a63084d2864f29/build-script-build`
26952026-09-06T04:33:52.823Z Running `/home/build/.rustup/toolchains/1.97.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=fc0c06118f027a96 -C extra-filename=-23db09abac7fa08d --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-a1cdf1d4d5c11804.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962026-09-06T04:33:52.823Z Running `/home/build/.rustup/toolchains/1.97.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=a3cded2621452fa4 -C extra-filename=-7655d3f0c6239f4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:33:52.823Z Running `/home/build/.rustup/toolchains/1.97.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=b7eeea19df5fea4d -C extra-filename=-931d1810162048c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:33:52.827Z Compiling errno v0.3.14
26992026-09-06T04:33:52.827Z Compiling jobserver v0.1.34
27002026-09-06T04:33:52.827Z Compiling mio v1.2.0
27012026-09-06T04:33:52.827Z Compiling socket2 v0.6.3
27022026-09-06T04:33:52.827Z Compiling getrandom v0.2.17
27032026-09-06T04:33:52.827Z Running `/home/build/.rustup/toolchains/1.97.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=f0efd1b938d491f1 -C extra-filename=-ef9fa6a6c9a6a04c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27042026-09-06T04:33:52.827Z Running `/home/build/.rustup/toolchains/1.97.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=89c005c2921165b3 -C extra-filename=-bba6e0cbd550b2a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27052026-09-06T04:33:52.827Z Running `/home/build/.rustup/toolchains/1.97.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=8ba1561be9908764 -C extra-filename=-aa78e190a8d89ff9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:33:52.827Z Running `/home/build/.rustup/toolchains/1.97.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=2ccd6986d8f2a98c -C extra-filename=-017f930efaf3a116 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27072026-09-06T04:33:52.827Z Running `/home/build/.rustup/toolchains/1.97.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=fc5443c1ae01c715 -C extra-filename=-b494c244eb06e72a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27082026-09-06T04:33:53.143Z Running `/home/build/.rustup/toolchains/1.97.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=53c794b5659f72cc -C extra-filename=-68f194859b7edcdf --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-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27092026-09-06T04:33:53.143Z Running `/home/build/.rustup/toolchains/1.97.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=d45c9f524fd0e74b -C extra-filename=-1edf76f44f22bd7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_diagnostic_namespace)'`
27102026-09-06T04:33:53.143Z Running `/home/build/.rustup/toolchains/1.97.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=cfc158a30e06762d -C extra-filename=-8ceb6120c38abc55 --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-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27112026-09-06T04:33:53.146Z Compiling once_cell v1.21.3
27122026-09-06T04:33:53.146Z Compiling regex-automata v0.4.14
27132026-09-06T04:33:53.146Z Compiling is_terminal_polyfill v1.70.2
27142026-09-06T04:33:53.146Z Compiling const-oid v0.10.2
27152026-09-06T04:33:53.146Z Compiling camino v1.2.5
27162026-09-06T04:33:53.146Z Running `/home/build/.rustup/toolchains/1.97.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=12c3996debb72e18 -C extra-filename=-b830193f147a373e --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-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27172026-09-06T04:33:53.146Z Running `/home/build/.rustup/toolchains/1.97.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=c4b955fca5626e98 -C extra-filename=-c579f18f659a3e39 --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-34de0cd9290266be.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27182026-09-06T04:33:53.146Z Running `/home/build/.rustup/toolchains/1.97.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=52ec38ae241610e5 -C extra-filename=-632e9f68676320e9 --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-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(tsan_enabled)'`
27192026-09-06T04:33:53.146Z Running `/home/build/.rustup/toolchains/1.97.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=778a7302da6091aa -C extra-filename=-36bd17d1ea474799 --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-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27202026-09-06T04:33:53.146Z Running `/home/build/.rustup/toolchains/1.97.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=044d2b65e879501f -C extra-filename=-b4b3669d5ded10cf --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"))'`
27212026-09-06T04:33:53.178Z Running `/home/build/.rustup/toolchains/1.97.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=9a6be7360a4e1415 -C extra-filename=-c6b4072429865da7 --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-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27222026-09-06T04:33:53.509Z Running `/home/build/.rustup/toolchains/1.97.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=a97516699245411f -C extra-filename=-e3465fe290c8da6d --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-bb93ad60cfc1a229.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cef88d9fac5ef585.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27232026-09-06T04:33:53.512Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-75c354370bd8be15/build-script-build`
27242026-09-06T04:33:53.512Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-1f1c0aac613a8fc8/build-script-build`
27252026-09-06T04:33:53.512Z Running `/home/build/.rustup/toolchains/1.97.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=c0ce8b35d4b0adce -C extra-filename=-5a1cb615d1ac708d --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-4d512d89878f7582.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27262026-09-06T04:33:53.512Z Compiling syn v2.0.117
27272026-09-06T04:33:53.512Z Compiling syn v3.0.3
27282026-09-06T04:33:53.512Z Compiling cc v1.2.56
27292026-09-06T04:33:53.512Z Compiling rand_core v0.6.4
27302026-09-06T04:33:53.512Z Compiling anstyle-parse v1.0.0
27312026-09-06T04:33:53.512Z Compiling time-core v0.1.8
27322026-09-06T04:33:53.512Z Compiling powerfmt v0.2.0
27332026-09-06T04:33:53.512Z Compiling num-conv v0.2.0
27342026-09-06T04:33:53.512Z Compiling num_threads v0.1.7
27352026-09-06T04:33:53.512Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-e162f7db9892c1b3/build-script-build`
27362026-09-06T04:33:53.512Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-c906e444f986cb52/build-script-build`
27372026-09-06T04:33:53.547Z Running `/home/build/.rustup/toolchains/1.97.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=e45c96e5a5498d5d -C extra-filename=-e3c737eb9ca03877 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27382026-09-06T04:33:53.550Z Running `/home/build/.rustup/toolchains/1.97.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=fd458a405c22d130 -C extra-filename=-915a31eda9cedfc5 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-915a31eda9cedfc5 -L 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-06T04:33:53.550Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-d59a04826277e404/build-script-build`
27402026-09-06T04:33:53.550Z Running `/home/build/.rustup/toolchains/1.97.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=af43a0f1408e7bda -C extra-filename=-df6efca3affdadf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412026-09-06T04:33:53.831Z Running `/home/build/.rustup/toolchains/1.97.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=d0aaad55674e69b5 -C extra-filename=-77bd6c13adb90446 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a102d7cd852100ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27422026-09-06T04:33:53.834Z Compiling bitflags v2.11.0
27432026-09-06T04:33:53.834Z Compiling semver v1.0.28
27442026-09-06T04:33:53.834Z Compiling parking_lot v0.12.5
27452026-09-06T04:33:53.834Z Compiling signal-hook-registry v1.4.8
27462026-09-06T04:33:53.834Z Compiling uuid v1.23.4
27472026-09-06T04:33:53.834Z Compiling indexmap v2.14.0
27482026-09-06T04:33:53.834Z Compiling tracing-core v0.1.36
27492026-09-06T04:33:53.834Z Compiling clap_lex v1.0.0
27502026-09-06T04:33:53.835Z Compiling cpufeatures v0.2.17
27512026-09-06T04:33:53.867Z Compiling dunce v1.0.5
27522026-09-06T04:33:53.871Z Compiling crossbeam-utils v0.8.21
27532026-09-06T04:33:53.871Z Running `/home/build/.rustup/toolchains/1.97.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=07dbc462afd02cb8 -C extra-filename=-cb8a1f65c38a6f10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a102d7cd852100ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27542026-09-06T04:33:53.871Z Running `/home/build/.rustup/toolchains/1.97.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=bab0aaaf5378f353 -C extra-filename=-18d195a50e7eb672 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27552026-09-06T04:33:53.871Z Running `/home/build/.rustup/toolchains/1.97.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=5aa9f675e5eae20f -C extra-filename=-85df73fd82460c94 --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-931d1810162048c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27562026-09-06T04:33:53.903Z Running `/home/build/.rustup/toolchains/1.97.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=bac13882957effe5 -C extra-filename=-8e1541b037d2c6b4 --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-cede61e9b8553d81.rmeta --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-b830193f147a373e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-9b441c21bab2d477.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27572026-09-06T04:33:53.906Z Running `/home/build/.rustup/toolchains/1.97.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=d6ebbbda38955b78 -C extra-filename=-8bc62a8c18184175 --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-c6b4072429865da7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27582026-09-06T04:33:53.906Z Running `/home/build/.rustup/toolchains/1.97.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=0fcfb47a85a4c41d -C extra-filename=-3b646f25acc8e5a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592026-09-06T04:33:53.906Z Running `/home/build/.rustup/toolchains/1.97.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=0fcdafd3ef15c2a6 -C extra-filename=-78fb71ce86deafe5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:33:53.906Z Running `/home/build/.rustup/toolchains/1.97.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=045e63af3391e19c -C extra-filename=-8b925c1477165fab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:33:54.320Z Running `/home/build/.rustup/toolchains/1.97.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=1f7ebf5f93e480af -C extra-filename=-a2877c7a0a732eb5 --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-63a9bca806118ba2.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)'`
27622026-09-06T04:33:54.320Z Running `/home/build/.rustup/toolchains/1.97.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=5b7b53ab8f40d618 -C extra-filename=-dd516721d73beafd --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-c2c00b5f956a68ca.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-22cd1c92ad71623d.rmeta --extern zmij=/work/oxidecomputer/omicron/target/debug/deps/libzmij-95ca26147fa74cdd.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"))'`
27632026-09-06T04:33:54.320Z Running `/home/build/.rustup/toolchains/1.97.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=782887d0b1b5d776 -C extra-filename=-4318945a492bc6e9 --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-68f194859b7edcdf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27642026-09-06T04:33:54.325Z Running `/home/build/.rustup/toolchains/1.97.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=5665a8b254c600b3 -C extra-filename=-318bf5bd655180c9 --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-e3465fe290c8da6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27652026-09-06T04:33:54.325Z Running `/home/build/.rustup/toolchains/1.97.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=a025734f53bf6c16 -C extra-filename=-5328d2372fb83eea --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-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27662026-09-06T04:33:54.325Z Running `/home/build/.rustup/toolchains/1.97.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=d9fd45bb7fe05c70 -C extra-filename=-7887e98324075732 --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-21c1bc4ffa11cdcb.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-3fedf9f33413879a.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-22cd1c92ad71623d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27672026-09-06T04:33:54.325Z Running `/home/build/.rustup/toolchains/1.97.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=793a129a42983b82 -C extra-filename=-9af61ea29f9f8533 --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-8ceb6120c38abc55.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-22cd1c92ad71623d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27682026-09-06T04:33:54.325Z Running `/home/build/.rustup/toolchains/1.97.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=e38412a2c965a92e -C extra-filename=-638f422086d7a645 --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-22cd1c92ad71623d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692026-09-06T04:33:54.325Z Running `/home/build/.rustup/toolchains/1.97.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=e3bfce83118b7dda -C extra-filename=-88ee9a8634adff45 --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-5c77632c1fe79449.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-632e9f68676320e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27702026-09-06T04:33:54.325Z Running `/home/build/.rustup/toolchains/1.97.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=6f0d60586b4870b1 -C extra-filename=-068dfff8328f54ea --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-22cd1c92ad71623d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712026-09-06T04:33:54.325Z Running `/home/build/.rustup/toolchains/1.97.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=de64ba5f69d5f14a -C extra-filename=-fd3cab9d4f7a24df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27722026-09-06T04:33:54.325Z Running `/home/build/.rustup/toolchains/1.97.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=b07c6d67329f369d -C extra-filename=-ebec21725d40af90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27732026-09-06T04:33:54.325Z Running `/home/build/.rustup/toolchains/1.97.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=78b0ca99f95e650c -C extra-filename=-02c72683342e61aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27742026-09-06T04:33:54.325Z Compiling slog v2.8.2
27752026-09-06T04:33:54.325Z Compiling deranged v0.5.8
27762026-09-06T04:33:54.325Z Compiling fs_extra v1.3.0
27772026-09-06T04:33:54.325Z Compiling cpufeatures v0.3.0
27782026-09-06T04:33:54.325Z Compiling simd-adler32 v0.3.8
27792026-09-06T04:33:54.325Z Compiling httparse v1.10.1
27802026-09-06T04:33:54.355Z Compiling spin v0.9.8
27812026-09-06T04:33:54.358Z Compiling adler2 v2.0.1
27822026-09-06T04:33:54.358Z Running `/home/build/.rustup/toolchains/1.97.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=3b36c34b0bd3316e -C extra-filename=-0d89cb4948c31710 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-0d89cb4948c31710 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27832026-09-06T04:33:54.638Z Running `/home/build/.rustup/toolchains/1.97.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=f311959cba5c555a -C extra-filename=-a250cca839372087 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a102d7cd852100ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
27842026-09-06T04:33:54.638Z Running `/home/build/.rustup/toolchains/1.97.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=0e73aae584b2cd7b -C extra-filename=-6509c7f73bf7ac18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
27852026-09-06T04:33:54.641Z Running `/home/build/.rustup/toolchains/1.97.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=41e4144e1ee785e1 -C extra-filename=-ca54b41f76ec7228 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-ca54b41f76ec7228 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862026-09-06T04:33:54.641Z Running `/home/build/.rustup/toolchains/1.97.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=9d3fbaa2e1b14707 -C extra-filename=-e3355b313b3a75d0 --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-78fb71ce86deafe5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27872026-09-06T04:33:54.641Z Running `/home/build/.rustup/toolchains/1.97.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=93105b97c732af4d -C extra-filename=-1a5061b03774cb40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27882026-09-06T04:33:54.641Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-915a31eda9cedfc5/build-script-build`
27892026-09-06T04:33:54.668Z Running `/home/build/.rustup/toolchains/1.97.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=f426e527d23bf7e8 -C extra-filename=-ca293ae9ebaa38f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-ca293ae9ebaa38f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902026-09-06T04:33:54.671Z Running `/home/build/.rustup/toolchains/1.97.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=d31f5e943bc9aad4 -C extra-filename=-fb9e1443cb408f12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27912026-09-06T04:33:54.671Z Running `/home/build/.rustup/toolchains/1.97.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=4584185e0fdb9bf1 -C extra-filename=-8141bf4b5f82237e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27922026-09-06T04:33:54.697Z Compiling rand_core v0.9.5
27932026-09-06T04:33:54.700Z Compiling anstream v1.0.0
27942026-09-06T04:33:54.700Z Compiling time-macros v0.2.27
27952026-09-06T04:33:54.700Z Compiling unicode-segmentation v1.12.0
27962026-09-06T04:33:54.700Z Compiling aws-lc-rs v1.16.3
27972026-09-06T04:33:54.700Z Compiling pem-rfc7468 v0.7.0
27982026-09-06T04:33:54.734Z Running `/home/build/.rustup/toolchains/1.97.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=fdd08f90b3c9b71a -C extra-filename=-f281f4e83bd08ef5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27992026-09-06T04:33:54.737Z Running `/home/build/.rustup/toolchains/1.97.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=d560cbf55a79a41f -C extra-filename=-6fde902a2eb58e5a --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-5c77632c1fe79449.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28002026-09-06T04:33:54.992Z Running `/home/build/.rustup/toolchains/1.97.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="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=476a8a11a1f61e6f -C extra-filename=-b784691f215b8431 --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-068dfff8328f54ea.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-68f194859b7edcdf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
28012026-09-06T04:33:54.992Z Running `/home/build/.rustup/toolchains/1.97.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=7df040f23f6a62de -C extra-filename=-c2447f4027b03996 --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-5328d2372fb83eea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28022026-09-06T04:33:54.996Z Compiling cmake v0.1.57
28032026-09-06T04:33:54.996Z Compiling rustc_version v0.4.1
28042026-09-06T04:33:54.996Z Compiling flagset v0.4.7
28052026-09-06T04:33:54.996Z Compiling unicode-width v0.2.0
28062026-09-06T04:33:54.996Z Compiling untrusted v0.7.1
28072026-09-06T04:33:54.996Z Compiling ryu v1.0.23
28082026-09-06T04:33:54.996Z Compiling atomic-waker v1.1.2
28092026-09-06T04:33:54.996Z Compiling httpdate v1.0.3
28102026-09-06T04:33:54.996Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-0d89cb4948c31710/build-script-build`
28112026-09-06T04:33:54.996Z Running `/home/build/.rustup/toolchains/1.97.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=4326d0765e43ee4b -C extra-filename=-3dee014ccd6c615d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122026-09-06T04:33:54.996Z Running `/home/build/.rustup/toolchains/1.97.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=58dddb52912a00df -C extra-filename=-4de5acab881f7c66 --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-8b925c1477165fab.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-18d195a50e7eb672.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28132026-09-06T04:33:54.996Z Running `/home/build/.rustup/toolchains/1.97.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=8aa0021cd88135a0 -C extra-filename=-ff9761ad5034bbcf --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-7655d3f0c6239f4f.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-85df73fd82460c94.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-aa78e190a8d89ff9.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-bba6e0cbd550b2a7.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-df6efca3affdadf3.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-931d1810162048c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28142026-09-06T04:33:54.996Z Running `/home/build/.rustup/toolchains/1.97.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=a16b4a83f7dd9abb -C extra-filename=-a288ce0f9daf836e --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-4c5cc81598cfc878.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28152026-09-06T04:33:54.996Z Running `/home/build/.rustup/toolchains/1.97.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=6803cca4cdbafc2a -C extra-filename=-e5a3b75a8c49231d --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-e5a3b75a8c49231d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28162026-09-06T04:33:55.313Z Running `/home/build/.rustup/toolchains/1.97.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=d2c9e7e57729c0c6 -C extra-filename=-fcf6eb9bf07b1215 --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-22cd1c92ad71623d.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)'`
28172026-09-06T04:33:55.316Z Running `/home/build/.rustup/toolchains/1.97.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=e27a862401f79b07 -C extra-filename=-b3c2d6d33276aa02 --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-638f422086d7a645.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28182026-09-06T04:33:55.316Z Running `/home/build/.rustup/toolchains/1.97.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=9b762fbaab802ca1 -C extra-filename=-ac164487c785deef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28192026-09-06T04:33:55.316Z Running `/home/build/.rustup/toolchains/1.97.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=fa6b1df95901d466 -C extra-filename=-4ee70d3520817566 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:33:55.316Z Running `/home/build/.rustup/toolchains/1.97.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=1cba5146b2ed1170 -C extra-filename=-aec5e55fb051f8f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28212026-09-06T04:33:55.348Z Compiling miniz_oxide v0.8.9
28222026-09-06T04:33:55.351Z Compiling try-lock v0.2.5
28232026-09-06T04:33:55.383Z Compiling ucd-trie v0.1.7
28242026-09-06T04:33:55.386Z Compiling tower-service v0.3.3
28252026-09-06T04:33:55.416Z Compiling untrusted v0.9.0
28262026-09-06T04:33:55.419Z Compiling pretty-hex v0.4.1
28272026-09-06T04:33:55.419Z Running `/home/build/.rustup/toolchains/1.97.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=40907b4d82ed3915 -C extra-filename=-3b311482eb74f2fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28282026-09-06T04:33:55.419Z Running `/home/build/.rustup/toolchains/1.97.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=f3c6ea35c9dc1d95 -C extra-filename=-66c5cb23140ef5b8 --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-8e1541b037d2c6b4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28292026-09-06T04:33:55.419Z Running `/home/build/.rustup/toolchains/1.97.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=9ddb7c918a3138a0 -C extra-filename=-4b498b44f6ed395c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28302026-09-06T04:33:55.419Z Running `/home/build/.rustup/toolchains/1.97.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=685898621a3f0a34 -C extra-filename=-709284257fea4e42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28312026-09-06T04:33:55.596Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-ca54b41f76ec7228/build-script-build`
28322026-09-06T04:33:55.599Z Running `/home/build/.rustup/toolchains/1.97.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=52f64c3df275498b -C extra-filename=-17edc68fd438fff3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
28332026-09-06T04:33:55.634Z Running `/home/build/.rustup/toolchains/1.97.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=535fd784a3073ebe -C extra-filename=-bd0897dd8a706efe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28342026-09-06T04:33:55.638Z Running `/home/build/.rustup/toolchains/1.97.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=8ef6bc03974789f7 -C extra-filename=-983b6e44ae6bc467 --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-f281f4e83bd08ef5.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fb9e1443cb408f12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28352026-09-06T04:33:55.641Z Running `/home/build/.rustup/toolchains/1.97.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=b0337aece9b9a915 -C extra-filename=-5266bbc2b0714d66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28362026-09-06T04:33:55.641Z Compiling tower-layer v0.3.3
28372026-09-06T04:33:55.641Z Compiling rustls v0.23.41
28382026-09-06T04:33:55.641Z Compiling plain v0.2.3
28392026-09-06T04:33:55.641Z Compiling socket2 v0.5.10
28402026-09-06T04:33:55.641Z Compiling paste v1.0.15
28412026-09-06T04:33:55.641Z Compiling mime v0.3.17
28422026-09-06T04:33:55.641Z Compiling crc32fast v1.5.0
28432026-09-06T04:33:55.641Z Compiling bit-vec v0.8.0
28442026-09-06T04:33:55.641Z Running `/home/build/.rustup/toolchains/1.97.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=becb362d8f1383f9 -C extra-filename=-a040debbbddb7835 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28452026-09-06T04:33:55.641Z Running `/home/build/.rustup/toolchains/1.97.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=4c9c4fdbe99a02ae -C extra-filename=-6ffcdc72833e9553 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28462026-09-06T04:33:55.673Z Running `/home/build/.rustup/toolchains/1.97.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=9b2b7667f70c6e1f -C extra-filename=-594a4c0c3effa46d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:33:55.969Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-ca293ae9ebaa38f7/build-script-build`
28482026-09-06T04:33:55.969Z Running `/home/build/.rustup/toolchains/1.97.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=d249a0f84f06d225 -C extra-filename=-09524617415398ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28492026-09-06T04:33:55.969Z Running `/home/build/.rustup/toolchains/1.97.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=190524d8f12cddbe -C extra-filename=-e4c54629b47eba27 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-e4c54629b47eba27 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502026-09-06T04:33:55.972Z Compiling regex v1.12.3
28512026-09-06T04:33:55.972Z Compiling terminal_size v0.4.3
28522026-09-06T04:33:55.972Z Compiling tempfile v3.27.0
28532026-09-06T04:33:55.972Z Compiling aws-lc-sys v0.40.0
28542026-09-06T04:33:55.972Z Compiling want v0.3.1
28552026-09-06T04:33:55.972Z Compiling pest v2.8.6
28562026-09-06T04:33:55.973Z Compiling wait-timeout v0.2.1
28572026-09-06T04:33:55.973Z Compiling openssl-probe v0.2.1
28582026-09-06T04:33:55.973Z Compiling lazy_static v1.5.0
28592026-09-06T04:33:55.973Z Compiling encoding_rs v0.8.35
28602026-09-06T04:33:56.006Z Compiling quick-error v1.2.3
28612026-09-06T04:33:56.009Z Running `/home/build/.rustup/toolchains/1.97.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=73f95a93ecd82804 -C extra-filename=-d44184f8c0af2517 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:33:56.009Z Running `/home/build/.rustup/toolchains/1.97.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=ebb1d82abae2758c -C extra-filename=-1c0696c1a58eee79 --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-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28632026-09-06T04:33:56.009Z Running `/home/build/.rustup/toolchains/1.97.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=83901956a886f5dd -C extra-filename=-ea55963f21942ba7 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-ea55963f21942ba7 -L 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-06T04:33:56.009Z Running `/home/build/.rustup/toolchains/1.97.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=fe2bd7042f080da5 -C extra-filename=-cb9ce126b271012b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28652026-09-06T04:33:56.009Z Running `/home/build/.rustup/toolchains/1.97.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=2f5298e388b37186 -C extra-filename=-ef368058533ce1eb --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-ef368058533ce1eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28662026-09-06T04:33:56.009Z Running `/home/build/.rustup/toolchains/1.97.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=acbcc0bfa603dea0 -C extra-filename=-bf9b0e848fc35250 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:33:56.324Z Running `/home/build/.rustup/toolchains/1.97.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=9c2439d17cf6bdc3 -C extra-filename=-7b2b1615a37a52ad --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-4d512d89878f7582.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5a1cb615d1ac708d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28682026-09-06T04:33:56.329Z Running `/home/build/.rustup/toolchains/1.97.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=7ce9b00248e0591d -C extra-filename=-735634435771c157 --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-b784691f215b8431.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692026-09-06T04:33:56.329Z Running `/home/build/.rustup/toolchains/1.97.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=67999b0694973ed0 -C extra-filename=-67906e389b246647 --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-b494c244eb06e72a.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-8ceb6120c38abc55.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b784691f215b8431.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28702026-09-06T04:33:56.329Z Running `/home/build/.rustup/toolchains/1.97.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=0cf57d74c56f2784 -C extra-filename=-ad1b17897127141a --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ad1b17897127141a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-66c5cb23140ef5b8.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-ebec21725d40af90.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-1a5061b03774cb40.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28712026-09-06T04:33:56.329Z Running `/home/build/.rustup/toolchains/1.97.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=7a87c5030a59998b -C extra-filename=-3c9ef161ee81d0de --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-bd0897dd8a706efe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28722026-09-06T04:33:56.329Z Running `/home/build/.rustup/toolchains/1.97.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=7f72b87847e6d223 -C extra-filename=-3f406729d6d70616 --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-de3a788940fe2e06.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-5266bbc2b0714d66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28732026-09-06T04:33:56.329Z Running `/home/build/.rustup/toolchains/1.97.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=3ed1b1422fa27eb6 -C extra-filename=-512fc7f56fae351c --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-6fde902a2eb58e5a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742026-09-06T04:33:56.352Z Compiling bit-set v0.8.0
28752026-09-06T04:33:56.355Z Compiling vcpkg v0.2.15
28762026-09-06T04:33:56.355Z Compiling rand_xorshift v0.4.0
28772026-09-06T04:33:56.355Z Compiling ahash v0.8.12
28782026-09-06T04:33:56.355Z Compiling foldhash v0.2.0
28792026-09-06T04:33:56.355Z Compiling unarray v0.1.4
28802026-09-06T04:33:56.355Z Compiling num-integer v0.1.46
28812026-09-06T04:33:56.355Z Running `/home/build/.rustup/toolchains/1.97.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=1d7d1c152d7cf099 -C extra-filename=-f77eb10c7bb25fa5 --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-d8fbaa4fbac25e39.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822026-09-06T04:33:56.355Z Running `/home/build/.rustup/toolchains/1.97.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=ac9295b1d8d4b664 -C extra-filename=-1a72a5fb657fb8c2 --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-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28832026-09-06T04:33:56.355Z Running `/home/build/.rustup/toolchains/1.97.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=729c9cfd4f37c51e -C extra-filename=-a87687f3c023fc12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842026-09-06T04:33:56.355Z Running `/home/build/.rustup/toolchains/1.97.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=02b26fd13cd0242b -C extra-filename=-23a622284641e980 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28852026-09-06T04:33:56.624Z Running `/home/build/.rustup/toolchains/1.97.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=b9104ed6483c3fc2 -C extra-filename=-458831f7c6f75c26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
28862026-09-06T04:33:56.627Z Running `/home/build/.rustup/toolchains/1.97.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=3e4d83361e62f388 -C extra-filename=-baf9c933219c4874 --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-bf9b0e848fc35250.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28872026-09-06T04:33:56.627Z Compiling synstructure v0.13.2
28882026-09-06T04:33:56.627Z Compiling serde_derive_internals v0.29.1
28892026-09-06T04:33:56.627Z Compiling time v0.3.47
28902026-09-06T04:33:56.627Z Compiling darling_core v0.23.0
28912026-09-06T04:33:56.627Z Compiling rusty-fork v0.3.1
28922026-09-06T04:33:56.627Z Compiling object v0.37.3
28932026-09-06T04:33:56.627Z Compiling sync_wrapper v1.0.2
28942026-09-06T04:33:56.627Z Compiling zlib-rs v0.6.2
28952026-09-06T04:33:56.628Z Compiling unicode-width v0.1.14
28962026-09-06T04:33:56.628Z Compiling iri-string v0.7.10
28972026-09-06T04:33:56.656Z Running `/home/build/.rustup/toolchains/1.97.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=9dda79aacc52e9da -C extra-filename=-5fda4a1ad9b2bfce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982026-09-06T04:33:56.659Z Running `/home/build/.rustup/toolchains/1.97.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=5038f232d000476b -C extra-filename=-db09d246d88e5ce5 --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-c2447f4027b03996.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28992026-09-06T04:33:56.659Z Running `/home/build/.rustup/toolchains/1.97.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=038f7eea3934166c -C extra-filename=-e629db66f6534af6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002026-09-06T04:33:56.659Z Running `/home/build/.rustup/toolchains/1.97.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=7e4de100b7144ec0 -C extra-filename=-7d8de335c1864872 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-7d8de335c1864872 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29012026-09-06T04:33:56.659Z Running `/home/build/.rustup/toolchains/1.97.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=31710c6179498529 -C extra-filename=-d090a602178725cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29022026-09-06T04:33:56.659Z Running `/home/build/.rustup/toolchains/1.97.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=6ae499d9991842f7 -C extra-filename=-d6e768b4a07484fb --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-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29032026-09-06T04:33:56.839Z Running `/home/build/.rustup/toolchains/1.97.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=27d1681374c84c9f -C extra-filename=-8a0d85b07c29c88a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042026-09-06T04:33:56.843Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-ef368058533ce1eb/build-script-build`
29052026-09-06T04:33:56.843Z Running `/home/build/.rustup/toolchains/1.97.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=f0baaf07aa4bdb66 -C extra-filename=-9c1e3a946bc8722a --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-e3355b313b3a75d0.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c2c00b5f956a68ca.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-8b925c1477165fab.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-3b646f25acc8e5a6.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-78fb71ce86deafe5.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-18d195a50e7eb672.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-4de5acab881f7c66.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29062026-09-06T04:33:56.843Z Running `/home/build/.rustup/toolchains/1.97.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=912a3ecfd3a28521 -C extra-filename=-def67865aec11105 --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-c2f3f257b63b1310.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-23a622284641e980.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-67906e389b246647.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-1a72a5fb657fb8c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29072026-09-06T04:33:56.843Z Running `/home/build/.rustup/toolchains/1.97.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=cfffc36dfe4f7495 -C extra-filename=-9285e2cec1c30045 --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-a1cdf1d4d5c11804.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29082026-09-06T04:33:56.843Z Running `/home/build/.rustup/toolchains/1.97.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=80078af82280a242 -C extra-filename=-c6a0d00b546c93ec --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-12bef6d549ef5d80.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a88c156fc99b7e6f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29092026-09-06T04:33:56.843Z Running `/home/build/.rustup/toolchains/1.97.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=5b240a8422b69a66 -C extra-filename=-d9214cbcc9079bb7 --out-dir /work/oxidecomputer/omicron/target/debug/build/object-d9214cbcc9079bb7 -L 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-06T04:33:56.843Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-ea55963f21942ba7/build-script-build`
29112026-09-06T04:33:56.843Z Compiling clap_builder v4.6.0
29122026-09-06T04:33:56.874Z Compiling winnow v1.0.3
29132026-09-06T04:33:56.877Z Compiling static_assertions v1.1.0
29142026-09-06T04:33:56.877Z Compiling tinyvec_macros v0.1.1
29152026-09-06T04:33:56.877Z Compiling cookie v0.18.1
29162026-09-06T04:33:56.905Z Running `/home/build/.rustup/toolchains/1.97.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=e49bdf7b819535c4 -C extra-filename=-f0775708e5cdb577 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29172026-09-06T04:33:56.910Z Running `/home/build/.rustup/toolchains/1.97.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=47ac6032ae76d0b3 -C extra-filename=-94f0f677ae450ab9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:33:56.910Z Running `/home/build/.rustup/toolchains/1.97.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=37d9396b26aa8331 -C extra-filename=-945a03425522bd83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:33:56.910Z Running `/home/build/.rustup/toolchains/1.97.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=38d58b87a0fcb8c1 -C extra-filename=-3d6d9eea3c5de9bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:33:57.131Z Running `/home/build/.rustup/toolchains/1.97.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=c653078838d41b84 -C extra-filename=-5bc1e6bcab7b1ef7 --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-ff9761ad5034bbcf.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-02c72683342e61aa.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a88c156fc99b7e6f.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-735634435771c157.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29212026-09-06T04:33:57.131Z Running `/home/build/.rustup/toolchains/1.97.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=fac3269ae1740933 -C extra-filename=-bfaf08314bac8cdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:33:57.134Z Running `/home/build/.rustup/toolchains/1.97.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=c5ac4fa953b643d9 -C extra-filename=-c0ed0203aa7efa51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:33:57.170Z Compiling hashbrown v0.16.1
29242026-09-06T04:33:57.173Z Compiling base64 v0.21.7
29252026-09-06T04:33:57.173Z Compiling litrs v1.0.0
29262026-09-06T04:33:57.173Z Compiling num-iter v0.1.45
29272026-09-06T04:33:57.204Z Compiling heck v0.4.1
29282026-09-06T04:33:57.243Z Running `/home/build/.rustup/toolchains/1.97.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=55a7a50bfd404f0e -C extra-filename=-a598f3360ed386eb --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-a598f3360ed386eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292026-09-06T04:33:57.246Z Running `/home/build/.rustup/toolchains/1.97.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=c90d4d1ffa4d7556 -C extra-filename=-97269ee3e428d26d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29302026-09-06T04:33:57.392Z Running `/home/build/.rustup/toolchains/1.97.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=729ef49cc131fefc -C extra-filename=-6de15cb6e80b3a72 --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"))'`
29312026-09-06T04:33:57.396Z Running `/home/build/.rustup/toolchains/1.97.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=62ab1fdfb6462da5 -C extra-filename=-ccddc8f7bf5f2a09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:33:57.396Z Running `/home/build/.rustup/toolchains/1.97.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=dac31f1c5d690638 -C extra-filename=-36ecfb77bd7bffd6 --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-ef9fa6a6c9a6a04c.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-21c1bc4ffa11cdcb.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-e629db66f6534af6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29332026-09-06T04:33:57.396Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-7d8de335c1864872/build-script-build`
29342026-09-06T04:33:57.461Z Running `/home/build/.rustup/toolchains/1.97.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=ed50f0a276ef606d -C extra-filename=-a88b8f4b883320f1 --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-d6e768b4a07484fb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29352026-09-06T04:33:57.464Z Running `/home/build/.rustup/toolchains/1.97.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=ea108dcb96610454 -C extra-filename=-271a5f65b9d2dca1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29362026-09-06T04:33:57.505Z Compiling pest_meta v2.8.6
29372026-09-06T04:33:57.508Z Compiling tinyvec v1.10.0
29382026-09-06T04:33:57.508Z Compiling psl-types v2.0.11
29392026-09-06T04:33:57.508Z Compiling winnow v0.7.14
29402026-09-06T04:33:57.508Z Running `/home/build/.rustup/toolchains/1.97.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=d375fdb4be4a78c7 -C extra-filename=-6c1a39cdac9eb0a1 --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-3dee014ccd6c615d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412026-09-06T04:33:57.727Z Running `/home/build/.rustup/toolchains/1.97.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=f23980f1538e3290 -C extra-filename=-1298a09033b37dd0 --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-3f406729d6d70616.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29422026-09-06T04:33:57.730Z Compiling serde_derive v1.0.229
29432026-09-06T04:33:57.730Z Compiling daft-derive v0.1.8
29442026-09-06T04:33:57.730Z Compiling num-bigint-dig v0.8.6
29452026-09-06T04:33:57.730Z Compiling usdt-impl v0.6.0
29462026-09-06T04:33:57.730Z Compiling darling_core v0.20.11
29472026-09-06T04:33:57.730Z Compiling thread-id v5.1.0
29482026-09-06T04:33:57.730Z Compiling data-encoding v2.10.0
29492026-09-06T04:33:57.730Z Compiling unicode-linebreak v0.1.5
29502026-09-06T04:33:57.730Z Running `/work/oxidecomputer/omicron/target/debug/build/object-d9214cbcc9079bb7/build-script-build`
29512026-09-06T04:33:57.730Z Running `/home/build/.rustup/toolchains/1.97.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=d88452a2bcbe8a05 -C extra-filename=-0b4142588194aafc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29522026-09-06T04:33:57.730Z Running `/home/build/.rustup/toolchains/1.97.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=b6d8653824bfb88c -C extra-filename=-175c937003a669b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29532026-09-06T04:33:57.730Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "borsh", "debugger_visualizer", "default", "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=ca47660c6bd910f4 -C extra-filename=-5d42d99600589ed1 --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-97269ee3e428d26d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29542026-09-06T04:33:57.730Z Running `/home/build/.rustup/toolchains/1.97.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=eb51489696258747 -C extra-filename=-18c3e50c227732f4 --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-d8fbaa4fbac25e39.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)'`
29552026-09-06T04:33:57.848Z Running `/home/build/.rustup/toolchains/1.97.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.229/src/lib.rs --error-format=json --json=diagnostic-rendered-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=5ed6efd4f6936080 -C extra-filename=-b459bdf2264f5ff3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cb8a1f65c38a6f10.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29562026-09-06T04:33:57.848Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-a598f3360ed386eb/build-script-build`
29572026-09-06T04:33:57.848Z Running `/home/build/.rustup/toolchains/1.97.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=a792c77fab6d2dad -C extra-filename=-1b7290e58fd8df9a --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-1b7290e58fd8df9a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29582026-09-06T04:33:57.851Z Running `/home/build/.rustup/toolchains/1.97.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=6b915ff74d173d4e -C extra-filename=-191e17554c5c2456 --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-c2f3f257b63b1310.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-12bef6d549ef5d80.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a88c156fc99b7e6f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592026-09-06T04:33:57.851Z Compiling smawk v0.3.2
29602026-09-06T04:33:57.851Z Compiling rustix v0.38.44
29612026-09-06T04:33:57.851Z Compiling bstr v1.12.1
29622026-09-06T04:33:57.851Z Compiling memmap2 v0.9.10
29632026-09-06T04:33:57.851Z Running `/home/build/.rustup/toolchains/1.97.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=e09831ea0322f598 -C extra-filename=-cf10ad52720b7f39 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-cf10ad52720b7f39 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29642026-09-06T04:33:57.851Z Running `/home/build/.rustup/toolchains/1.97.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=a5747b8c8d344f91 -C extra-filename=-6d3f8ed3e7a96d7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cb8a1f65c38a6f10.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652026-09-06T04:33:57.851Z Running `/home/build/.rustup/toolchains/1.97.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=c715e76aeb3c4f5b -C extra-filename=-0692ce056427347b --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-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29662026-09-06T04:33:57.851Z Running `/home/build/.rustup/toolchains/1.97.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=da9f32fd632b9a0e -C extra-filename=-e9fd8a748f972b5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29672026-09-06T04:33:57.851Z Running `/home/build/.rustup/toolchains/1.97.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=568884a41712ec1e -C extra-filename=-a0f06d0b2ec5ac83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29682026-09-06T04:33:57.886Z Compiling zeroize_derive v1.5.0
29692026-09-06T04:33:57.889Z Compiling zerofrom-derive v0.1.6
29702026-09-06T04:33:57.889Z Compiling yoke-derive v0.8.1
29712026-09-06T04:33:57.889Z Compiling zerovec-derive v0.11.2
29722026-09-06T04:33:57.889Z Running `/home/build/.rustup/toolchains/1.97.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=ee9a0198635e61ea -C extra-filename=-506ef61930680291 --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-de3a788940fe2e06.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)'`
29732026-09-06T04:33:57.889Z Running `/home/build/.rustup/toolchains/1.97.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=e351cdcf244b9dee -C extra-filename=-45c997e26c20bf7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29742026-09-06T04:33:57.889Z Running `/home/build/.rustup/toolchains/1.97.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=b6d918c806cc4bd7 -C extra-filename=-7778b2c120dae7c9 --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-de3a788940fe2e06.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5a1cb615d1ac708d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29752026-09-06T04:33:57.889Z Running `/home/build/.rustup/toolchains/1.97.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=d919068c8e946ead -C extra-filename=-724b318dd57041ea --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-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29762026-09-06T04:33:57.889Z Running `/home/build/.rustup/toolchains/1.97.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=2867451cc6be3390 -C extra-filename=-bcb6a513b977619f --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-bcb6a513b977619f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772026-09-06T04:33:57.889Z Running `/home/build/.rustup/toolchains/1.97.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=758edee1745c195d -C extra-filename=-fa660880fbf7d4a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29782026-09-06T04:33:57.889Z Running `/home/build/.rustup/toolchains/1.97.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=9fd66c29638cb189 -C extra-filename=-f33d565ea39e58cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-8a0d85b07c29c88a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29792026-09-06T04:33:57.921Z Running `/home/build/.rustup/toolchains/1.97.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=c7499c9039ba619e -C extra-filename=-f50fc74e95c4f308 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-8a0d85b07c29c88a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802026-09-06T04:33:57.924Z Running `/home/build/.rustup/toolchains/1.97.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=9b419789944722ee -C extra-filename=-ef88472781b9eaa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29812026-09-06T04:33:58.065Z Compiling displaydoc v0.2.5
29822026-09-06T04:33:58.140Z Compiling zerocopy-derive v0.8.55
29832026-09-06T04:33:58.143Z Compiling thiserror-impl v2.0.18
29842026-09-06T04:33:58.143Z Running `/home/build/.rustup/toolchains/1.97.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=44727110865805cd -C extra-filename=-f7a6f91c2b98bfb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29852026-09-06T04:33:58.210Z Compiling tokio-macros v2.7.0
29862026-09-06T04:33:58.214Z Running `/home/build/.rustup/toolchains/1.97.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=641228a0796a2b87 -C extra-filename=-b9055051f87db6f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29872026-09-06T04:33:58.290Z Running `/home/build/.rustup/toolchains/1.97.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=91a176cb6dadae59 -C extra-filename=-74015ceb48d31a88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29882026-09-06T04:33:58.382Z Compiling schemars_derive v0.8.22
29892026-09-06T04:33:58.385Z Compiling futures-macro v0.3.32
29902026-09-06T04:33:58.385Z Compiling thiserror-impl v1.0.69
29912026-09-06T04:33:58.385Z Compiling tracing-attributes v0.1.31
29922026-09-06T04:33:58.417Z Running `/home/build/.rustup/toolchains/1.97.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=5dca97554e0e6d41 -C extra-filename=-c19a00eddacd185b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29932026-09-06T04:33:58.486Z Compiling clap_derive v4.6.1
29942026-09-06T04:33:58.489Z Compiling der_derive v0.7.3
29952026-09-06T04:33:58.489Z Running `/home/build/.rustup/toolchains/1.97.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=cf3e72a9d851cc37 -C extra-filename=-930724b8b83ef640 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962026-09-06T04:33:58.489Z Running `/home/build/.rustup/toolchains/1.97.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=5904e3a2186ca110 -C extra-filename=-2dc17d206cd5b615 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-f0775708e5cdb577.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29972026-09-06T04:33:58.557Z Running `/home/build/.rustup/toolchains/1.97.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=0089ae6797416736 -C extra-filename=-759534b4ab88b4dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29982026-09-06T04:33:58.561Z Running `/home/build/.rustup/toolchains/1.97.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=15a036dbe1adc2b0 -C extra-filename=-ec07d4b3acea0363 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29992026-09-06T04:33:58.561Z Compiling async-trait v0.1.89
30002026-09-06T04:33:58.561Z Compiling pest_generator v2.8.6
30012026-09-06T04:33:58.592Z Running `/home/build/.rustup/toolchains/1.97.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=51f51cb476d81d06 -C extra-filename=-5c70a24c4aca73b0 --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-9177e43cb0714f73.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30022026-09-06T04:33:58.595Z Running `/home/build/.rustup/toolchains/1.97.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=7c0c672166a9cfff -C extra-filename=-2e26b3a9faa5ed09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30032026-09-06T04:33:58.595Z Running `/home/build/.rustup/toolchains/1.97.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=96a94da00a67b839 -C extra-filename=-99a1b43c74aa57d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30042026-09-06T04:33:58.595Z Running `/home/build/.rustup/toolchains/1.97.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=1c7eb528144804b8 -C extra-filename=-5658f9919b74514c --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-3f406729d6d70616.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-1298a09033b37dd0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30052026-09-06T04:33:58.629Z Compiling toml_parser v1.1.2+spec-1.1.0
30062026-09-06T04:33:58.633Z Running `/home/build/.rustup/toolchains/1.97.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=3fc58fea42eba330 -C extra-filename=-9110c4e405265507 --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-bfaf08314bac8cdb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30072026-09-06T04:33:58.665Z Compiling hubpack_derive v0.1.1
30082026-09-06T04:33:58.668Z Running `/home/build/.rustup/toolchains/1.97.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=628686f75557b9af -C extra-filename=-6af750ead73ecb54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30092026-09-06T04:33:58.733Z Compiling scroll_derive v0.13.1
30102026-09-06T04:33:58.771Z Compiling strum_macros v0.26.4
30112026-09-06T04:33:58.774Z Running `/home/build/.rustup/toolchains/1.97.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=e30b274e43e553f2 -C extra-filename=-e9e86e22a5694422 --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-9177e43cb0714f73.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30122026-09-06T04:33:58.774Z Running `/home/build/.rustup/toolchains/1.97.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=4053f3069d3d47a6 -C extra-filename=-2b59460f0317e89c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30132026-09-06T04:33:58.871Z Compiling document-features v0.2.12
30142026-09-06T04:33:58.874Z Running `/home/build/.rustup/toolchains/1.97.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=ed9892a732611696 -C extra-filename=-395485eff542c716 --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-271a5f65b9d2dca1.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30152026-09-06T04:33:59.042Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-1b7290e58fd8df9a/build-script-build`
30162026-09-06T04:33:59.079Z Running `/home/build/.rustup/toolchains/1.97.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=9b8d2f2f781e81ed -C extra-filename=-ffb8bc67ae8579fd --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-ea47dcd7dcf3e9ff.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30172026-09-06T04:33:59.133Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-cf10ad52720b7f39/build-script-build`
30182026-09-06T04:33:59.190Z Compiling scroll_derive v0.12.1
30192026-09-06T04:33:59.193Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-bcb6a513b977619f/build-script-build`
30202026-09-06T04:33:59.227Z Running `/home/build/.rustup/toolchains/1.97.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=9c500150ab093b4e -C extra-filename=-5e09ea97900102cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30212026-09-06T04:33:59.262Z Compiling curve25519-dalek-derive v0.1.1
30222026-09-06T04:33:59.265Z Running `/home/build/.rustup/toolchains/1.97.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=8d88e514568aecd9 -C extra-filename=-0918efa4cb1f85e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232026-09-06T04:33:59.304Z Compiling gimli v0.32.3
30242026-09-06T04:33:59.309Z Running `/home/build/.rustup/toolchains/1.97.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=a40778b31f58e713 -C extra-filename=-8786f15fabafa3aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30252026-09-06T04:33:59.358Z Compiling is_ci v1.2.0
30262026-09-06T04:33:59.361Z Running `/home/build/.rustup/toolchains/1.97.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=533cfba3934f1b3b -C extra-filename=-b2c12bae6908caed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:33:59.410Z Compiling pest_derive v2.8.6
30282026-09-06T04:33:59.413Z Compiling darling_macro v0.23.0
30292026-09-06T04:33:59.447Z Compiling winnow v0.5.40
30302026-09-06T04:33:59.447Z Running `/home/build/.rustup/toolchains/1.97.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=6f1d374b88988f5e -C extra-filename=-8f86fb59929d81ce --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-3f406729d6d70616.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-5658f9919b74514c.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30312026-09-06T04:33:59.447Z Running `/home/build/.rustup/toolchains/1.97.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=45b1b10c65c5ad3a -C extra-filename=-cd0a425e12864b6a --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-c6a0d00b546c93ec.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30322026-09-06T04:33:59.451Z Running `/home/build/.rustup/toolchains/1.97.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=915c1a769a15ad67 -C extra-filename=-6685782f806e830b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30332026-09-06T04:33:59.520Z Running `/home/build/.rustup/toolchains/1.97.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=54e65aa8c71f2b0d -C extra-filename=-4b088514dcb33952 --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-068dfff8328f54ea.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-68f194859b7edcdf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
30342026-09-06T04:33:59.567Z Compiling flate2 v1.1.9
30352026-09-06T04:33:59.570Z Compiling futures-util v0.3.32
30362026-09-06T04:33:59.570Z Running `/home/build/.rustup/toolchains/1.97.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=98a27edcc3a5fe3c -C extra-filename=-651b1014555b0cdc --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-18c3e50c227732f4.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-983b6e44ae6bc467.rmeta --extern zlib_rs=/work/oxidecomputer/omicron/target/debug/deps/libzlib_rs-94f0f677ae450ab9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30372026-09-06T04:33:59.570Z Running `/home/build/.rustup/toolchains/1.97.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=61709bb3fbcadbdb -C extra-filename=-c712c2a20c7ee4ef --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-23db09abac7fa08d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cf06d73c0c6d1edb.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-759534b4ab88b4dc.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-37780afbbf43cfe2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f9aa91a12ebae5d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30382026-09-06T04:33:59.640Z Compiling zerocopy-derive v0.7.35
30392026-09-06T04:33:59.681Z Compiling openssl-sys v0.9.117
30402026-09-06T04:33:59.722Z Running `/home/build/.rustup/toolchains/1.97.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=819631c7fab13a76 -C extra-filename=-aee92408851b3e37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412026-09-06T04:33:59.727Z Compiling crossbeam-epoch v0.9.18
30422026-09-06T04:33:59.727Z Compiling ff v0.13.1
30432026-09-06T04:33:59.727Z Running `/home/build/.rustup/toolchains/1.97.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=0b85ccdf3eaabf0f -C extra-filename=-aa3763f6245a961a --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-aa3763f6245a961a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-16effc2d31631143.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-5fda4a1ad9b2bfce.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30442026-09-06T04:33:59.730Z Compiling memoffset v0.9.1
30452026-09-06T04:33:59.730Z Compiling base16ct v0.2.0
30462026-09-06T04:33:59.730Z Running `/home/build/.rustup/toolchains/1.97.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=9cfbb96059d97b87 -C extra-filename=-4411b8b43effe66a --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-17edc68fd438fff3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472026-09-06T04:33:59.730Z Running `/home/build/.rustup/toolchains/1.97.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=97f7fb09343733ce -C extra-filename=-de4a629348265e83 --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-8bc62a8c18184175.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30482026-09-06T04:33:59.730Z Running `/home/build/.rustup/toolchains/1.97.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=0e6a04c053109812 -C extra-filename=-a39a0a37aa1e9bb6 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-a39a0a37aa1e9bb6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-42e7c7869e9e0bb3.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30492026-09-06T04:33:59.730Z Running `/home/build/.rustup/toolchains/1.97.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=ce62992bf3bb02cb -C extra-filename=-2d39fdcb5ad29c9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30502026-09-06T04:33:59.964Z Compiling zerofrom v0.1.6
30512026-09-06T04:33:59.967Z Running `/home/build/.rustup/toolchains/1.97.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=81ed3eb6d0519e68 -C extra-filename=-82bfdc0c5ded8a29 --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-f33d565ea39e58cf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30522026-09-06T04:34:00.032Z Compiling rustc-demangle v0.1.27
30532026-09-06T04:34:00.064Z Running `/home/build/.rustup/toolchains/1.97.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=cd16a820a86d19ed -C extra-filename=-7e6439de82074424 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30542026-09-06T04:34:00.070Z Compiling siphasher v1.0.2
30552026-09-06T04:34:00.070Z Running `/home/build/.rustup/toolchains/1.97.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=84bd287316ae4590 -C extra-filename=-2985f47f0617a773 --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-74015ceb48d31a88.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)'`
30562026-09-06T04:34:00.073Z Running `/home/build/.rustup/toolchains/1.97.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=134c541c3b4f36ad -C extra-filename=-51d7ed7539801d34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30572026-09-06T04:34:00.158Z Compiling yoke v0.8.1
30582026-09-06T04:34:00.161Z Compiling group v0.13.0
30592026-09-06T04:34:00.161Z Running `/home/build/.rustup/toolchains/1.97.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=0314a9c8ba503396 -C extra-filename=-2b83ab6113404ce3 --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-112bf55ab051345c.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-f50fc74e95c4f308.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-82bfdc0c5ded8a29.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30602026-09-06T04:34:00.192Z Running `/home/build/.rustup/toolchains/1.97.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=7a447ba93c348683 -C extra-filename=-d9efdf203d541fee --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-de4a629348265e83.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612026-09-06T04:34:00.238Z Compiling scroll v0.13.0
30622026-09-06T04:34:00.242Z Compiling itertools v0.15.0
30632026-09-06T04:34:00.320Z Running `/home/build/.rustup/toolchains/1.97.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=1608ae9785438e59 -C extra-filename=-4d99db9f439d803b --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-2b59460f0317e89c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30642026-09-06T04:34:00.320Z Running `/home/build/.rustup/toolchains/1.97.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=6a07000c77c4692f -C extra-filename=-bfdf9c0510cd7581 --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-017f930efaf3a116.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30652026-09-06T04:34:00.363Z Compiling usdt-impl v0.5.0
30662026-09-06T04:34:00.412Z Running `/home/build/.rustup/toolchains/1.97.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=4246efd2e90908ae -C extra-filename=-e77e8575c608ffd4 --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-b9055051f87db6f1.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)'`
30672026-09-06T04:34:00.416Z Compiling dtrace-parser v0.3.0
30682026-09-06T04:34:00.416Z Compiling scroll v0.12.0
30692026-09-06T04:34:00.416Z Compiling radium v0.7.0
30702026-09-06T04:34:00.416Z Compiling structmeta-derive v0.3.0
30712026-09-06T04:34:00.416Z Running `/home/build/.rustup/toolchains/1.97.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=e6b233ddc6655bd7 -C extra-filename=-c12be9d13de3c398 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-c12be9d13de3c398 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30722026-09-06T04:34:00.416Z Compiling zerovec v0.11.5
30732026-09-06T04:34:00.416Z Compiling zerotrie v0.2.3
30742026-09-06T04:34:00.416Z Compiling curve25519-dalek v4.1.3
30752026-09-06T04:34:00.451Z Running `/home/build/.rustup/toolchains/1.97.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=00e7fc4fded4d4e6 -C extra-filename=-1524483d8ce0cf2f --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-3f406729d6d70616.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-8f86fb59929d81ce.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30762026-09-06T04:34:00.454Z Running `/home/build/.rustup/toolchains/1.97.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=080aa86e2dee4716 -C extra-filename=-80252aa44f6ff1aa --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-5e09ea97900102cb.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30772026-09-06T04:34:00.455Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-a39a0a37aa1e9bb6/build-script-build`
30782026-09-06T04:34:00.455Z Running `/home/build/.rustup/toolchains/1.97.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=a2eac8f57c75d71f -C extra-filename=-e8e063e0da78079c --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-e8e063e0da78079c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792026-09-06T04:34:00.455Z Running `/home/build/.rustup/toolchains/1.97.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=9682ca70fde053f6 -C extra-filename=-631009ae2dc5b9b8 --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-f7a6f91c2b98bfb8.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-2b83ab6113404ce3.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-82bfdc0c5ded8a29.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30802026-09-06T04:34:00.455Z Running `/home/build/.rustup/toolchains/1.97.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=47bed7d486f3e30a -C extra-filename=-468ba506f1d168d0 --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-2b83ab6113404ce3.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-82bfdc0c5ded8a29.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-ef88472781b9eaa2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30812026-09-06T04:34:00.455Z Running `/home/build/.rustup/toolchains/1.97.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=c82a125d903ac6b9 -C extra-filename=-3ce2c352e38a47a9 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-3ce2c352e38a47a9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-b3c2d6d33276aa02.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30822026-09-06T04:34:00.455Z Running `/home/build/.rustup/toolchains/1.97.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=6fc4f61ca9d25cdf -C extra-filename=-e8f825e4f003ea56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30832026-09-06T04:34:00.487Z Compiling darling v0.23.0
30842026-09-06T04:34:00.531Z Compiling tracing v0.1.44
30852026-09-06T04:34:00.570Z Running `/home/build/.rustup/toolchains/1.97.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=e8fbec489fe1d207 -C extra-filename=-77e50581376d5748 --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-c6a0d00b546c93ec.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-cd0a425e12864b6a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30862026-09-06T04:34:00.717Z Compiling goblin v0.10.5
30872026-09-06T04:34:00.717Z Compiling itertools v0.13.0
30882026-09-06T04:34:00.721Z Compiling thread-id v4.2.2
30892026-09-06T04:34:00.721Z Running `/home/build/.rustup/toolchains/1.97.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=f83297c5da04b639 -C extra-filename=-5b447846432e561b --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-4944f5d298d5e7db.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-ec07d4b3acea0363.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-318bf5bd655180c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30902026-09-06T04:34:00.946Z Compiling darling_macro v0.20.11
30912026-09-06T04:34:00.949Z Compiling goblin v0.8.2
30922026-09-06T04:34:00.949Z Compiling env_filter v2.0.0
30932026-09-06T04:34:00.950Z Compiling maybe-uninit v2.0.0
30942026-09-06T04:34:00.950Z Running `/home/build/.rustup/toolchains/1.97.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=56287fd11af4b044 -C extra-filename=-23905a492ebe3389 --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-930724b8b83ef640.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)'`
30952026-09-06T04:34:00.950Z Running `/home/build/.rustup/toolchains/1.97.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=924e9501c8ea7137 -C extra-filename=-5011ace112dadba4 --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-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30962026-09-06T04:34:00.950Z Running `/home/build/.rustup/toolchains/1.97.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=528ec47d37c7bf2d -C extra-filename=-8e22bbb2a0177826 --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-4944f5d298d5e7db.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-d44184f8c0af2517.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-4d99db9f439d803b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30972026-09-06T04:34:00.950Z Running `/home/build/.rustup/toolchains/1.97.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=2571c6f277ddfbf2 -C extra-filename=-c1a8baf1662daa76 --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-017f930efaf3a116.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30982026-09-06T04:34:01.134Z Compiling zerocopy v0.7.35
30992026-09-06T04:34:01.137Z Compiling cfg_aliases v0.2.1
31002026-09-06T04:34:01.171Z Running `/home/build/.rustup/toolchains/1.97.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=78a77c7966cd8ab2 -C extra-filename=-5b9b317b191725f0 --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-191e17554c5c2456.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012026-09-06T04:34:01.174Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-aa3763f6245a961a/build-script-main`
31022026-09-06T04:34:01.278Z Running `/home/build/.rustup/toolchains/1.97.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=c8ec28427b2f9d47 -C extra-filename=-9369bbf1e562ab91 --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-4944f5d298d5e7db.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-d44184f8c0af2517.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-80252aa44f6ff1aa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032026-09-06T04:34:01.281Z Running `/home/build/.rustup/toolchains/1.97.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=9bb4a83a38f968c8 -C extra-filename=-25fa411a0cd8060c --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-25fa411a0cd8060c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31042026-09-06T04:34:01.281Z Running `/home/build/.rustup/toolchains/1.97.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=cf43cec7f1e2c18e -C extra-filename=-0944082b60be3e70 --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-4944f5d298d5e7db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052026-09-06T04:34:01.282Z Running `/home/build/.rustup/toolchains/1.97.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=652e5df2687b8fb8 -C extra-filename=-a57e90af67e40809 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
31062026-09-06T04:34:01.311Z Compiling tinystr v0.8.2
31072026-09-06T04:34:01.311Z Compiling potential_utf v0.1.4
31082026-09-06T04:34:01.315Z Compiling clap v4.6.1
31092026-09-06T04:34:01.315Z Compiling strum v0.26.3
31102026-09-06T04:34:01.315Z Compiling addr2line v0.25.1
31112026-09-06T04:34:01.315Z Compiling dtrace-parser v0.2.0
31122026-09-06T04:34:01.315Z Compiling keccak v0.1.6
31132026-09-06T04:34:01.315Z Compiling owo-colors v4.3.0
31142026-09-06T04:34:01.315Z Compiling tap v1.0.1
31152026-09-06T04:34:01.315Z Running `/home/build/.rustup/toolchains/1.97.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=0e0856ba5ec64082 -C extra-filename=-9ac018dd6f373ebf --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-17ae1705427aeb7a.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-aee92408851b3e37.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31162026-09-06T04:34:01.345Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-e8e063e0da78079c/build-script-build`
31172026-09-06T04:34:01.348Z Running `/home/build/.rustup/toolchains/1.97.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=6eeaf706761a4945 -C extra-filename=-312cf02b7b21a4cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:34:01.348Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-c12be9d13de3c398/build-script-build`
31192026-09-06T04:34:01.500Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.229/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=7e7b3211481ea4c0 -C extra-filename=-e56f0e8a039ca63d --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-22cd1c92ad71623d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b459bdf2264f5ff3.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)'`
31202026-09-06T04:34:01.503Z Running `/home/build/.rustup/toolchains/1.97.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=2f14ed681a81b184 -C extra-filename=-3738d77263eb6d8f --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-f7a6f91c2b98bfb8.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-468ba506f1d168d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212026-09-06T04:34:01.503Z Running `/home/build/.rustup/toolchains/1.97.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=95d4eac72bc74484 -C extra-filename=-06da4571c953dbcb --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-468ba506f1d168d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31222026-09-06T04:34:01.503Z Running `/home/build/.rustup/toolchains/1.97.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=0d9c08c4565b5e11 -C extra-filename=-cf21cafd72229ad9 --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-3f406729d6d70616.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-8f86fb59929d81ce.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31232026-09-06T04:34:01.504Z Running `/home/build/.rustup/toolchains/1.97.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=ee0eccf7b5b5b06c -C extra-filename=-7caf0b2d5cf9aca4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31242026-09-06T04:34:01.504Z Compiling nix v0.31.2
31252026-09-06T04:34:01.504Z Compiling zerocopy-derive v0.6.6
31262026-09-06T04:34:01.504Z Compiling bzip2-sys v0.1.13+1.0.8
31272026-09-06T04:34:01.504Z Compiling cargo-platform v0.3.2
31282026-09-06T04:34:01.533Z Running `/home/build/.rustup/toolchains/1.97.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=e166effbc8670835 -C extra-filename=-a1514b54d0d1a3b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-a1514b54d0d1a3b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31292026-09-06T04:34:01.538Z Running `/home/build/.rustup/toolchains/1.97.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=c00944c91ac7a356 -C extra-filename=-d3ab36cfe9925437 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31302026-09-06T04:34:01.538Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-3ce2c352e38a47a9/build-script-build`
31312026-09-06T04:34:01.538Z Running `/home/build/.rustup/toolchains/1.97.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=1e0c3e3919a14726 -C extra-filename=-a28bb2676a68816f --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-e9e86e22a5694422.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322026-09-06T04:34:01.538Z Running `/home/build/.rustup/toolchains/1.97.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=ef18f0303013170d -C extra-filename=-d1909a71ef68b48e --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-8786f15fabafa3aa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31332026-09-06T04:34:01.538Z Running `/home/build/.rustup/toolchains/1.97.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=70f04c379d124da3 -C extra-filename=-addef8c4eec7014d --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-5bc1e6bcab7b1ef7.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-5c70a24c4aca73b0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342026-09-06T04:34:01.726Z Compiling env_logger v0.11.11
31352026-09-06T04:34:01.730Z Compiling funty v2.0.0
31362026-09-06T04:34:01.730Z Compiling packed_struct v0.10.1
31372026-09-06T04:34:01.730Z Running `/home/build/.rustup/toolchains/1.97.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=cba4d9821ba1d389 -C extra-filename=-62f6922df684f0a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31382026-09-06T04:34:01.759Z Running `/home/build/.rustup/toolchains/1.97.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=b194c6a2c2b5d3de -C extra-filename=-546d1ab958b8dc3b --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-22cd1c92ad71623d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31392026-09-06T04:34:01.763Z Running `/home/build/.rustup/toolchains/1.97.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=9c4a9303f82171dd -C extra-filename=-671cb10abd26c79b --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-671cb10abd26c79b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-312cf02b7b21a4cc.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402026-09-06T04:34:01.763Z Running `/home/build/.rustup/toolchains/1.97.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=22c6c0e37faef65d -C extra-filename=-6ac311e4903ed2a9 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac311e4903ed2a9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-16effc2d31631143.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31412026-09-06T04:34:01.976Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-25fa411a0cd8060c/build-script-build`
31422026-09-06T04:34:01.980Z Compiling icu_collections v2.1.1
31432026-09-06T04:34:01.980Z Compiling darling v0.20.11
31442026-09-06T04:34:01.980Z Compiling wyz v0.5.1
31452026-09-06T04:34:01.980Z Compiling crc-catalog v2.4.0
31462026-09-06T04:34:01.980Z Compiling same-file v1.0.6
31472026-09-06T04:34:01.980Z Compiling serde_with_macros v3.21.0
31482026-09-06T04:34:01.980Z Running `/home/build/.rustup/toolchains/1.97.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=92dae0288719dc14 -C extra-filename=-90d16be16b2e9986 --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-ff9761ad5034bbcf.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rmeta --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-0944082b60be3e70.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31492026-09-06T04:34:02.050Z Running `/home/build/.rustup/toolchains/1.97.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=0f497ca8ae5dadfa -C extra-filename=-ad8d6e3a26ba0c9a --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-ad8d6e3a26ba0c9a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31502026-09-06T04:34:02.054Z Running `/home/build/.rustup/toolchains/1.97.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=1d229671c66f9f9e -C extra-filename=-cabe8c702cf28d39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:34:02.054Z Running `/home/build/.rustup/toolchains/1.97.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=fabcc81ffec71f72 -C extra-filename=-e453e0aad7ad1fd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
31522026-09-06T04:34:02.271Z Compiling zeroize v1.9.0
31532026-09-06T04:34:02.271Z Compiling bytes v1.11.1
31542026-09-06T04:34:02.271Z Compiling icu_locale_core v2.1.1
31552026-09-06T04:34:02.275Z Compiling chrono v0.4.45
31562026-09-06T04:34:02.275Z Compiling ipnet v2.12.0
31572026-09-06T04:34:02.275Z Compiling erased-serde v0.3.31
31582026-09-06T04:34:02.275Z Compiling serde_tokenstream v0.2.3
31592026-09-06T04:34:02.275Z Running `/home/build/.rustup/toolchains/1.97.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=cc1a3d3ff9c87cb2 -C extra-filename=-f82cc9ba5f7c3432 --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-191e17554c5c2456.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-5b9b317b191725f0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31602026-09-06T04:34:02.275Z Running `/home/build/.rustup/toolchains/1.97.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=b964b6b41a7fd319 -C extra-filename=-0476e16d12f4369c --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-f7a6f91c2b98bfb8.so --extern potential_utf=/work/oxidecomputer/omicron/target/debug/deps/libpotential_utf-06da4571c953dbcb.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-2b83ab6113404ce3.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-82bfdc0c5ded8a29.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-468ba506f1d168d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31612026-09-06T04:34:02.275Z Running `/home/build/.rustup/toolchains/1.97.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=4f85e2f6417e7108 -C extra-filename=-a28b6bc51e3bcf94 --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-77e50581376d5748.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31622026-09-06T04:34:02.275Z Running `/home/build/.rustup/toolchains/1.97.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=65f46e876183bdb8 -C extra-filename=-45fb0cb65fbdc451 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31632026-09-06T04:34:02.276Z Running `/home/build/.rustup/toolchains/1.97.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=f880576b298d5bdd -C extra-filename=-22feef41d5dd99fd --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-d3ab36cfe9925437.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31642026-09-06T04:34:02.276Z Running `/home/build/.rustup/toolchains/1.97.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=3b15d7f674e544e6 -C extra-filename=-a8fc972371c62315 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652026-09-06T04:34:02.527Z Compiling hex v0.4.3
31662026-09-06T04:34:02.531Z Compiling serde_urlencoded v0.7.1
31672026-09-06T04:34:02.531Z Compiling futures-executor v0.3.32
31682026-09-06T04:34:02.531Z Compiling openapiv3 v2.2.0
31692026-09-06T04:34:02.531Z Compiling toml_datetime v0.6.11
31702026-09-06T04:34:02.531Z Compiling serde_spanned v0.6.9
31712026-09-06T04:34:02.532Z Compiling hubpack v0.1.2
31722026-09-06T04:34:02.532Z Compiling derive_builder_core v0.20.2
31732026-09-06T04:34:02.532Z Compiling backtrace v0.3.76
31742026-09-06T04:34:02.562Z Compiling ron v0.8.1
31752026-09-06T04:34:02.596Z Compiling structmeta v0.3.0
31762026-09-06T04:34:02.599Z Running `/home/build/.rustup/toolchains/1.97.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=89c8369067aa986a -C extra-filename=-31df3d3775c44a57 --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-e56f0e8a039ca63d.rmeta --extern zeroize_derive=/work/oxidecomputer/omicron/target/debug/deps/libzeroize_derive-fa660880fbf7d4a8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31772026-09-06T04:34:02.599Z Running `/home/build/.rustup/toolchains/1.97.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=ffa3462bbae57b8f -C extra-filename=-59401b81e5051c39 --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-e56f0e8a039ca63d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782026-09-06T04:34:02.599Z Running `/home/build/.rustup/toolchains/1.97.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=0fea03e64ed842b9 -C extra-filename=-bd9e7c48c7ea5914 --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-e56f0e8a039ca63d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31792026-09-06T04:34:02.630Z Running `/home/build/.rustup/toolchains/1.97.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=3d2c2e3e3138205d -C extra-filename=-dc409a536d2cf702 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31802026-09-06T04:34:02.634Z Running `/home/build/.rustup/toolchains/1.97.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=c8136102cae2c58d -C extra-filename=-1dbc576d48949507 --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-6720234346448ed9.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31812026-09-06T04:34:02.634Z Running `/home/build/.rustup/toolchains/1.97.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=7048ffa1729841b0 -C extra-filename=-4298143797374803 --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-f7a6f91c2b98bfb8.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-10f078ec4a3ea811.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-3738d77263eb6d8f.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-97b470074f18b93b.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-468ba506f1d168d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31822026-09-06T04:34:02.634Z Running `/home/build/.rustup/toolchains/1.97.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=d8354ed65d5abe22 -C extra-filename=-58156453bb55ad4a --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-e56f0e8a039ca63d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31832026-09-06T04:34:02.885Z Running `/home/build/.rustup/toolchains/1.97.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=a5de6e056cfb243c -C extra-filename=-0b6bf8a8334dd957 --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-e56f0e8a039ca63d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31842026-09-06T04:34:02.889Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ad1b17897127141a/build-script-main`
31852026-09-06T04:34:02.889Z Running `/home/build/.rustup/toolchains/1.97.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=fa2dff888e569e8a -C extra-filename=-83d6a52ae2cee461 --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-180e5ff396d32ec3.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c2c00b5f956a68ca.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3b311482eb74f2fa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31862026-09-06T04:34:02.889Z Running `/home/build/.rustup/toolchains/1.97.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=718115c5522d05ac -C extra-filename=-5dc4e3a45f880dc9 --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-7887e98324075732.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31872026-09-06T04:34:02.889Z Running `/home/build/.rustup/toolchains/1.97.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=501a09988e9fabbf -C extra-filename=-7c67267be4119dab --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-e56f0e8a039ca63d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31882026-09-06T04:34:02.918Z Running `/home/build/.rustup/toolchains/1.97.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=b93c3cecc18990c2 -C extra-filename=-b90cc90ae064c8cb --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-a1cdf1d4d5c11804.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-37780afbbf43cfe2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31892026-09-06T04:34:02.922Z Running `/home/build/.rustup/toolchains/1.97.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=af5df0b7f6c4fb58 -C extra-filename=-852aae69ae80241c --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-d1909a71ef68b48e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-983b6e44ae6bc467.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-506ef61930680291.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-7e6439de82074424.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902026-09-06T04:34:02.922Z Running `/home/build/.rustup/toolchains/1.97.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=2cb815d8d5bfb366 -C extra-filename=-33eda3dfc011fb69 --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-6af750ead73ecb54.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31912026-09-06T04:34:02.922Z Running `/home/build/.rustup/toolchains/1.97.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=aeb9d0089b1e4a3a -C extra-filename=-92fd675e05daf18a --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-e56f0e8a039ca63d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31922026-09-06T04:34:02.922Z Running `/home/build/.rustup/toolchains/1.97.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=6a249b3754925830 -C extra-filename=-0ea56b98ba77bfc1 --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-f82cc9ba5f7c3432.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31932026-09-06T04:34:02.952Z Running `/home/build/.rustup/toolchains/1.97.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=0ffc7e10dd136606 -C extra-filename=-f01fe2517fe1d42a --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-ccddc8f7bf5f2a09.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-068dfff8328f54ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b459bdf2264f5ff3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31942026-09-06T04:34:02.956Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-a1514b54d0d1a3b3/build-script-build`
31952026-09-06T04:34:02.956Z Running `/home/build/.rustup/toolchains/1.97.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=275978de794257ad -C extra-filename=-7a01241811fb8919 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-e8f825e4f003ea56.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31962026-09-06T04:34:02.956Z Compiling hybrid-array v0.4.13
31972026-09-06T04:34:02.987Z Compiling rustls-pki-types v1.14.0
31982026-09-06T04:34:02.990Z Compiling der v0.7.10
31992026-09-06T04:34:02.990Z Running `/home/build/.rustup/toolchains/1.97.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=eab4a8464e7fbaf6 -C extra-filename=-230d439b276d4118 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
32002026-09-06T04:34:03.242Z Running `/home/build/.rustup/toolchains/1.97.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=34f815671d8245a2 -C extra-filename=-861ef94b712e61a6 --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-f9b7e9e847a09912.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32012026-09-06T04:34:03.242Z Running `/home/build/.rustup/toolchains/1.97.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=8e350162467e9451 -C extra-filename=-56ba56fd0685d2ba --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-448cb8472cd754c7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
32022026-09-06T04:34:03.246Z Compiling tokio v1.52.1
32032026-09-06T04:34:03.246Z Compiling http v1.4.2
32042026-09-06T04:34:03.246Z Compiling futures v0.3.32
32052026-09-06T04:34:03.246Z Compiling bitvec v1.0.1
32062026-09-06T04:34:03.246Z Compiling zerocopy v0.6.6
32072026-09-06T04:34:03.246Z Compiling crc v3.4.0
32082026-09-06T04:34:03.246Z Running `/home/build/.rustup/toolchains/1.97.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=0356c85676918c44 -C extra-filename=-dd3e90bf5b9450bf --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-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32092026-09-06T04:34:03.246Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac311e4903ed2a9/build-script-build`
32102026-09-06T04:34:03.246Z Running `/home/build/.rustup/toolchains/1.97.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=3cd91d1d1cc8e2a4 -C extra-filename=-d62d3fd36671cf4c --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-b217980bafa3a20c.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-2e26b3a9faa5ed09.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-aec5e55fb051f8f0.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32112026-09-06T04:34:03.246Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-671cb10abd26c79b/build-script-build`
32122026-09-06T04:34:03.395Z Running `/home/build/.rustup/toolchains/1.97.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=de826e10457148ce -C extra-filename=-384623802a26b216 --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-58156453bb55ad4a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c579f18f659a3e39.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-4318945a492bc6e9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-36bd17d1ea474799.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-c19a00eddacd185b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32132026-09-06T04:34:03.398Z Running `/home/build/.rustup/toolchains/1.97.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=34858e51ee31d40c -C extra-filename=-c58db70c3d796101 --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-58156453bb55ad4a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c2c00b5f956a68ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32142026-09-06T04:34:03.399Z Compiling icu_provider v2.1.1
32152026-09-06T04:34:03.428Z Compiling ppv-lite86 v0.2.21
32162026-09-06T04:34:03.431Z Compiling toml_edit v0.19.15
32172026-09-06T04:34:03.463Z Compiling dof v0.3.0
32182026-09-06T04:34:03.466Z Compiling walkdir v2.5.0
32192026-09-06T04:34:03.466Z Running `/home/build/.rustup/toolchains/1.97.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=6976af9b30c55597 -C extra-filename=-f6fe819f8483ad6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
32202026-09-06T04:34:03.466Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-ad8d6e3a26ba0c9a/build-script-build`
32212026-09-06T04:34:03.466Z Running `/home/build/.rustup/toolchains/1.97.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=1da677b4218afbee -C extra-filename=-e5d2059d0b1b8041 --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-a8fc972371c62315.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222026-09-06T04:34:03.466Z Running `/home/build/.rustup/toolchains/1.97.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=8327e810f1f5c2eb -C extra-filename=-1d7f474c3177f54a --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-17ae1705427aeb7a.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-62f6922df684f0a3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32232026-09-06T04:34:03.466Z Running `/home/build/.rustup/toolchains/1.97.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=23d1ee85cd858465 -C extra-filename=-6ade1eb68d22dc78 --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-cabe8c702cf28d39.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-e453e0aad7ad1fd7.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-d3ab36cfe9925437.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-22feef41d5dd99fd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32242026-09-06T04:34:03.466Z Running `/home/build/.rustup/toolchains/1.97.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=3fb80fc4ee808800 -C extra-filename=-d95926d93a71fc3c --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-23db09abac7fa08d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-b90cc90ae064c8cb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cf06d73c0c6d1edb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-37780afbbf43cfe2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32252026-09-06T04:34:03.466Z Running `/home/build/.rustup/toolchains/1.97.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=c7095faca064f19b -C extra-filename=-0890a11f034e3732 --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-bd9e7c48c7ea5914.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-22cd1c92ad71623d.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)'`
32262026-09-06T04:34:03.565Z Running `/home/build/.rustup/toolchains/1.97.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=7cd7ceb05979d812 -C extra-filename=-087cbc8f794fabd2 --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-f7a6f91c2b98bfb8.so --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-4298143797374803.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-97b470074f18b93b.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-2b83ab6113404ce3.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-82bfdc0c5ded8a29.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-631009ae2dc5b9b8.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-468ba506f1d168d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32272026-09-06T04:34:03.568Z Running `/home/build/.rustup/toolchains/1.97.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=a2a260e1a0ad8d79 -C extra-filename=-960b6961da679dd3 --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-e77e8575c608ffd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32282026-09-06T04:34:03.568Z Compiling dof v0.4.0
32292026-09-06T04:34:03.602Z Running `/home/build/.rustup/toolchains/1.97.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=67624fcbd420dad1 -C extra-filename=-ca8c77f56f546c48 --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-7887e98324075732.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-92fd675e05daf18a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-7c67267be4119dab.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-6685782f806e830b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32302026-09-06T04:34:03.606Z Running `/home/build/.rustup/toolchains/1.97.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=09f3cdf73822b13c -C extra-filename=-c3cd73423833103c --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-d8fbaa4fbac25e39.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5328d2372fb83eea.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.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)'`
32312026-09-06T04:34:03.606Z Running `/home/build/.rustup/toolchains/1.97.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=5662ba45eb6725c9 -C extra-filename=-be52a432e28e1f4a --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-9369bbf1e562ab91.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9ac018dd6f373ebf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32322026-09-06T04:34:03.640Z Running `/home/build/.rustup/toolchains/1.97.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=a9f01c94eb9aec38 -C extra-filename=-89bc466215dcded6 --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-45fb0cb65fbdc451.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32332026-09-06T04:34:03.678Z Compiling rustls-native-certs v0.8.3
32342026-09-06T04:34:03.681Z Compiling backtrace-ext v0.2.1
32352026-09-06T04:34:03.681Z Compiling cargo_metadata v0.23.1
32362026-09-06T04:34:03.681Z Running `/home/build/.rustup/toolchains/1.97.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=db0aeb49ce2bb0c5 -C extra-filename=-b3033433681ff1d6 --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-8e22bbb2a0177826.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32372026-09-06T04:34:03.753Z Compiling textwrap v0.16.2
32382026-09-06T04:34:03.756Z Running `/home/build/.rustup/toolchains/1.97.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=731e98dde17840d3 -C extra-filename=-c9a6a6a0568ca206 --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-a87687f3c023fc12.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-dd3e90bf5b9450bf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32392026-09-06T04:34:03.756Z Running `/home/build/.rustup/toolchains/1.97.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=416dbf59680300b5 -C extra-filename=-951c044b39d5e82d --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-852aae69ae80241c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32402026-09-06T04:34:03.756Z Running `/home/build/.rustup/toolchains/1.97.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=3c21d935176ace1e -C extra-filename=-0d045b05607e7973 --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-fcf6eb9bf07b1215.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-546d1ab958b8dc3b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32412026-09-06T04:34:03.791Z Running `/home/build/.rustup/toolchains/1.97.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=56d65738e86ca953 -C extra-filename=-1891fd5697b32062 --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-45c997e26c20bf7d.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-735634435771c157.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-e9fd8a748f972b5c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32422026-09-06T04:34:03.901Z Compiling crypto-common v0.1.7
32432026-09-06T04:34:03.904Z Compiling block-buffer v0.10.4
32442026-09-06T04:34:03.904Z Compiling crypto-bigint v0.5.5
32452026-09-06T04:34:04.089Z Compiling derive_builder_macro v0.20.2
32462026-09-06T04:34:04.092Z Compiling packed_struct_codegen v0.10.1
32472026-09-06T04:34:04.092Z Compiling unicode-normalization v0.1.25
32482026-09-06T04:34:04.127Z Running `/home/build/.rustup/toolchains/1.97.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=9d84fa97c18ce589 -C extra-filename=-6e15412a797c7768 --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-56ba56fd0685d2ba.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32492026-09-06T04:34:04.130Z Running `/home/build/.rustup/toolchains/1.97.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=763f8eaa5c691586 -C extra-filename=-ec1691ad2f7fde7e --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-56ba56fd0685d2ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32502026-09-06T04:34:04.130Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-bigint-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=3532c194dce29d44 -C extra-filename=-6cdb7f69bd014869 --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-56ba56fd0685d2ba.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32512026-09-06T04:34:04.281Z Compiling crypto-common v0.2.2
32522026-09-06T04:34:04.281Z Compiling block-buffer v0.12.1
32532026-09-06T04:34:04.284Z Compiling block-padding v0.4.2
32542026-09-06T04:34:04.284Z Compiling spki v0.7.3
32552026-09-06T04:34:04.284Z Compiling bitfield-macros v0.19.4
32562026-09-06T04:34:04.284Z Compiling vergen-lib v9.1.0
32572026-09-06T04:34:04.284Z Compiling indexmap v1.9.3
32582026-09-06T04:34:04.284Z Running `/home/build/.rustup/toolchains/1.97.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=178eee9a32118d66 -C extra-filename=-f1e8f92444632211 --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-0ea56b98ba77bfc1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32592026-09-06T04:34:04.284Z Running `/home/build/.rustup/toolchains/1.97.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=78ec0ddead374fbe -C extra-filename=-ea86a1779b557491 --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-17ae1705427aeb7a.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-be52a432e28e1f4a.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-cf21cafd72229ad9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-5011ace112dadba4.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`
32602026-09-06T04:34:04.284Z Running `/home/build/.rustup/toolchains/1.97.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=57a06fdb7eccae73 -C extra-filename=-2735ceaf1165db83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32612026-09-06T04:34:04.316Z Running `/home/build/.rustup/toolchains/1.97.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=99df38a899ba2351 -C extra-filename=-1785eced8befb44b --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-5d42d99600589ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32622026-09-06T04:34:04.536Z Compiling icu_normalizer v2.1.1
32632026-09-06T04:34:04.540Z Compiling icu_properties v2.1.2
32642026-09-06T04:34:04.540Z Compiling digest v0.10.7
32652026-09-06T04:34:04.540Z Compiling rand_chacha v0.9.0
32662026-09-06T04:34:04.540Z Compiling http-body v1.0.1
32672026-09-06T04:34:04.540Z Compiling rand_chacha v0.3.1
32682026-09-06T04:34:04.540Z Running `/home/build/.rustup/toolchains/1.97.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=c207d770debd8e91 -C extra-filename=-489a3e86b67528ad --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-8ceb6120c38abc55.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-861ef94b712e61a6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32692026-09-06T04:34:04.540Z Running `/home/build/.rustup/toolchains/1.97.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=71d3f9868acb1180 -C extra-filename=-6032f51f79cc95eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32702026-09-06T04:34:04.540Z Running `/home/build/.rustup/toolchains/1.97.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=a3675df1f480037d -C extra-filename=-4bb59a0473337885 --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-861ef94b712e61a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32712026-09-06T04:34:04.540Z Running `/home/build/.rustup/toolchains/1.97.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=42dd10f0ea29841c -C extra-filename=-a6425e9036706528 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-a6425e9036706528 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32722026-09-06T04:34:04.540Z Running `/home/build/.rustup/toolchains/1.97.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=4e6efe073a1088b1 -C extra-filename=-cebbf38fcbdc4d9b --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-cebbf38fcbdc4d9b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-42e7c7869e9e0bb3.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32732026-09-06T04:34:04.540Z Running `/home/build/.rustup/toolchains/1.97.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=748bd72c8724eefe -C extra-filename=-d3cc4aedaf24528b --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-d62d3fd36671cf4c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32742026-09-06T04:34:04.540Z Running `/home/build/.rustup/toolchains/1.97.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=ff8988616e83f1af -C extra-filename=-19cf2eb236ced547 --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-861ef94b712e61a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32752026-09-06T04:34:04.724Z Compiling inout v0.2.2
32762026-09-06T04:34:04.727Z Compiling foldhash v0.1.5
32772026-09-06T04:34:04.727Z Compiling openssl v0.10.80
32782026-09-06T04:34:04.727Z Compiling foreign-types-shared v0.1.1
32792026-09-06T04:34:04.727Z Running `/home/build/.rustup/toolchains/1.97.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=af4f4af0e28f4cad -C extra-filename=-7e8f0ff043023235 --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-0476e16d12f4369c.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-0c8077e11d6759cc.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-087cbc8f794fabd2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-468ba506f1d168d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32802026-09-06T04:34:04.727Z Running `/home/build/.rustup/toolchains/1.97.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=212a640ca58774ae -C extra-filename=-ee7278b37bf94c33 --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-0476e16d12f4369c.rmeta --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-4298143797374803.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-0dd98833f01df7ef.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-087cbc8f794fabd2.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-631009ae2dc5b9b8.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-468ba506f1d168d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32812026-09-06T04:34:04.762Z Running `/home/build/.rustup/toolchains/1.97.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=f886c0aebd545e7b -C extra-filename=-bc9d8fbf105a8ad5 --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-ec1691ad2f7fde7e.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-6e15412a797c7768.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32822026-09-06T04:34:04.765Z Running `/home/build/.rustup/toolchains/1.97.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=ffe90757bac67e9c -C extra-filename=-c0aa426286529a06 --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-960b6961da679dd3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c2447f4027b03996.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32832026-09-06T04:34:04.802Z Running `/home/build/.rustup/toolchains/1.97.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=9e9cb92e1ae52ce6 -C extra-filename=-63674b74f4ff7642 --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-58156453bb55ad4a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32842026-09-06T04:34:04.805Z Running `/home/build/.rustup/toolchains/1.97.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=2ee96ba1c6999147 -C extra-filename=-7bc99b808c509d91 --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-960b6961da679dd3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32852026-09-06T04:34:04.917Z Compiling pkcs8 v0.10.2
32862026-09-06T04:34:04.917Z Compiling x509-cert v0.2.5
32872026-09-06T04:34:04.920Z Compiling nodrop v0.1.14
32882026-09-06T04:34:04.920Z Compiling signal-hook v0.3.18
32892026-09-06T04:34:04.921Z Running `/home/build/.rustup/toolchains/1.97.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=9aec1fbe32342082 -C extra-filename=-047e7fe790b98111 --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-19cf2eb236ced547.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-861ef94b712e61a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32902026-09-06T04:34:04.921Z Running `/home/build/.rustup/toolchains/1.97.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=145285c0873288eb -C extra-filename=-a703a70c7d85b9c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32912026-09-06T04:34:04.921Z Running `/home/build/.rustup/toolchains/1.97.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=b288dcc85e69c636 -C extra-filename=-0bcc458000ec6125 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32922026-09-06T04:34:04.921Z Running `/home/build/.rustup/toolchains/1.97.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=1ca02baee87f5fb5 -C extra-filename=-edede3b97fc9d81a --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-edede3b97fc9d81a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32932026-09-06T04:34:04.954Z Compiling rand v0.9.2
32942026-09-06T04:34:04.957Z Compiling rand v0.8.6
32952026-09-06T04:34:04.957Z Compiling http-body-util v0.1.3
32962026-09-06T04:34:04.957Z Compiling derive_builder v0.20.2
32972026-09-06T04:34:04.987Z Compiling foreign-types v0.3.2
32982026-09-06T04:34:05.024Z Running `/home/build/.rustup/toolchains/1.97.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=eeac43993750f7cf -C extra-filename=-7ec92288530f8f2c --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-d62d3fd36671cf4c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d3cc4aedaf24528b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32992026-09-06T04:34:05.027Z Running `/home/build/.rustup/toolchains/1.97.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=75d4dcff79e3004e -C extra-filename=-654ecd60793851a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-654ecd60793851a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33002026-09-06T04:34:05.027Z Running `/home/build/.rustup/toolchains/1.97.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=06931ca5bdf8f240 -C extra-filename=-e655253ddfef6f98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-b5224bd7ae3b5054/out/lib -l static=bz2`
33012026-09-06T04:34:05.027Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-a6425e9036706528/build-script-build`
33022026-09-06T04:34:05.027Z Running `/home/build/.rustup/toolchains/1.97.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=c27834f0031a24df -C extra-filename=-2719c2da4ff2bae4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33032026-09-06T04:34:05.027Z Running `/home/build/.rustup/toolchains/1.97.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=4d667840324d03ff -C extra-filename=-89aa95606302e5ed --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-17ae1705427aeb7a.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-b3033433681ff1d6.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-1524483d8ce0cf2f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-0692ce056427347b.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)'`
33042026-09-06T04:34:05.027Z Running `/home/build/.rustup/toolchains/1.97.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=c8e8d2ccf75f6785 -C extra-filename=-232b3b7d175167a3 --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-b217980bafa3a20c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-d62d3fd36671cf4c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d3cc4aedaf24528b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33052026-09-06T04:34:05.059Z Running `/home/build/.rustup/toolchains/1.97.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=e7323635ad053d86 -C extra-filename=-75c10f8693f224ba --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-c0aa426286529a06.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c2447f4027b03996.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33062026-09-06T04:34:05.064Z Running `/home/build/.rustup/toolchains/1.97.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=26ecf13d4ac34709 -C extra-filename=-6841f2b42832b8e5 --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-58156453bb55ad4a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-63674b74f4ff7642.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33072026-09-06T04:34:05.064Z Running `/home/build/.rustup/toolchains/1.97.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=444b53d7bf957adb -C extra-filename=-42914c6a9dc15c4c --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-f1e8f92444632211.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33082026-09-06T04:34:05.064Z Running `/home/build/.rustup/toolchains/1.97.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=3b436ba18dca0267 -C extra-filename=-e9ff7f06b6c77ee5 --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-0bcc458000ec6125.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33092026-09-06T04:34:05.064Z Running `/home/build/.rustup/toolchains/1.97.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=aed62889f295de77 -C extra-filename=-b6df422e1f4c6fbc --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-34de0cd9290266be.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7bc99b808c509d91.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33102026-09-06T04:34:05.089Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-cebbf38fcbdc4d9b/build-script-build`
33112026-09-06T04:34:05.092Z Running `/home/build/.rustup/toolchains/1.97.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=edacdb10b8706b79 -C extra-filename=-514a1c3556ddd554 --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-068dfff8328f54ea.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-a57e90af67e40809.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"))'`
33122026-09-06T04:34:05.128Z Compiling digest v0.11.3
33132026-09-06T04:34:05.168Z Compiling cipher v0.5.2
33142026-09-06T04:34:05.171Z Running `/home/build/.rustup/toolchains/1.97.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=2f298757405443b0 -C extra-filename=-a413f0294aaf4ede --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-4bb59a0473337885.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e3c737eb9ca03877.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-489a3e86b67528ad.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33152026-09-06T04:34:05.277Z Compiling sha2 v0.10.9
33162026-09-06T04:34:05.280Z Compiling signature v2.2.0
33172026-09-06T04:34:05.280Z Compiling hmac v0.12.1
33182026-09-06T04:34:05.280Z Running `/home/build/.rustup/toolchains/1.97.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=37e9aa839c424178 -C extra-filename=-5cb056e0e8f66d30 --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-4bb59a0473337885.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-489a3e86b67528ad.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-047e7fe790b98111.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33192026-09-06T04:34:05.469Z Compiling pkcs1 v0.7.5
33202026-09-06T04:34:05.472Z Compiling sec1 v0.7.3
33212026-09-06T04:34:05.472Z Compiling sha3 v0.10.8
33222026-09-06T04:34:05.472Z Running `/home/build/.rustup/toolchains/1.97.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=3877f4e101a3a701 -C extra-filename=-11535e6577e0ae88 --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-d8fbaa4fbac25e39.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fd3cab9d4f7a24df.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bc9d8fbf105a8ad5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33232026-09-06T04:34:05.472Z Running `/home/build/.rustup/toolchains/1.97.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=d66486026a57fca7 -C extra-filename=-3309725e1fa85545 --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-bc9d8fbf105a8ad5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33242026-09-06T04:34:05.472Z Running `/home/build/.rustup/toolchains/1.97.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=81b3b068c90927e0 -C extra-filename=-1735f513b70e889a --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-bc9d8fbf105a8ad5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33252026-09-06T04:34:05.654Z Compiling bitfield v0.19.4
33262026-09-06T04:34:05.657Z Compiling array-init v0.0.4
33272026-09-06T04:34:05.657Z Compiling hashbrown v0.15.5
33282026-09-06T04:34:05.657Z Compiling smallvec v0.6.14
33292026-09-06T04:34:05.732Z Running `/home/build/.rustup/toolchains/1.97.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=b39d7f94eee4937a -C extra-filename=-20420f842b89751c --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-d62d3fd36671cf4c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-7ec92288530f8f2c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d3cc4aedaf24528b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302026-09-06T04:34:05.736Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-edede3b97fc9d81a/build-script-build`
33312026-09-06T04:34:05.736Z Running `/home/build/.rustup/toolchains/1.97.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=3e77b1680daa2172 -C extra-filename=-d3f5edfea162a0db --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-bc9d8fbf105a8ad5.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-7caf0b2d5cf9aca4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33322026-09-06T04:34:05.736Z Running `/home/build/.rustup/toolchains/1.97.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=8300ad60e3c2a845 -C extra-filename=-98c1d35ffadfca28 --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-d8fbaa4fbac25e39.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fd3cab9d4f7a24df.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-0918efa4cb1f85e3.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bc9d8fbf105a8ad5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.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"'`
33332026-09-06T04:34:05.736Z Running `/home/build/.rustup/toolchains/1.97.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=a31a479fa39b5cf3 -C extra-filename=-7542947d5a49d056 --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-2d39fdcb5ad29c9c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-d62d3fd36671cf4c.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-56ba56fd0685d2ba.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-7ec92288530f8f2c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33342026-09-06T04:34:05.954Z Compiling idna_adapter v1.2.1
33352026-09-06T04:34:05.987Z Compiling proptest v1.11.0
33362026-09-06T04:34:05.991Z Compiling hkdf v0.12.4
33372026-09-06T04:34:05.991Z Compiling ed25519 v2.2.3
33382026-09-06T04:34:05.991Z Compiling supports-color v3.0.2
33392026-09-06T04:34:05.991Z Compiling openssl-macros v0.1.1
33402026-09-06T04:34:05.991Z Compiling vergen v9.1.0
33412026-09-06T04:34:05.991Z Running `/home/build/.rustup/toolchains/1.97.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=326a87a7b5035aa0 -C extra-filename=-e626c54d07ac3448 --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-6032f51f79cc95eb.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33422026-09-06T04:34:05.991Z Running `/home/build/.rustup/toolchains/1.97.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=1b35f12fc32c50c7 -C extra-filename=-80728395b69dc663 --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-2719c2da4ff2bae4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33432026-09-06T04:34:05.991Z Running `/home/build/.rustup/toolchains/1.97.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=2076827e6375eb48 -C extra-filename=-a6d151efe8d0501b --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-230d439b276d4118.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33442026-09-06T04:34:05.991Z Running `/home/build/.rustup/toolchains/1.97.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=678d4d27da84ae93 -C extra-filename=-17d4091e1e0174a0 --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-34de0cd9290266be.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)'`
33452026-09-06T04:34:05.991Z Running `/home/build/.rustup/toolchains/1.97.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=f7b7facc8345a413 -C extra-filename=-26e41125ecc3049d --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-ef9fa6a6c9a6a04c.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-21c1bc4ffa11cdcb.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-a703a70c7d85b9c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462026-09-06T04:34:06.176Z Running `/home/build/.rustup/toolchains/1.97.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=ff52532526b0222a -C extra-filename=-18f69cfbed7e48ac --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-7e8f0ff043023235.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-ee7278b37bf94c33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33472026-09-06T04:34:06.180Z Compiling hashbrown v0.12.3
33482026-09-06T04:34:06.180Z Compiling bitflags v1.3.2
33492026-09-06T04:34:06.215Z Running `/home/build/.rustup/toolchains/1.97.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=644fcd3ac217e2c0 -C extra-filename=-9ec80a562a9a620c --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-6ade1eb68d22dc78.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-2735ceaf1165db83.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33502026-09-06T04:34:06.219Z Running `/home/build/.rustup/toolchains/1.97.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=a6755467df304d7c -C extra-filename=-b1061f87111f5382 --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-b2c12bae6908caed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33512026-09-06T04:34:06.219Z Running `/home/build/.rustup/toolchains/1.97.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=238312edec2eb247 -C extra-filename=-81bf552516d177f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-81bf552516d177f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522026-09-06T04:34:06.253Z Running `/home/build/.rustup/toolchains/1.97.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=d21c97d826f25f54 -C extra-filename=-063ca8914ce5e29a --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-baf9c933219c4874.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-bf9b0e848fc35250.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-068dfff8328f54ea.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c0aa426286529a06.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-db09d246d88e5ce5.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-def67865aec11105.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-67906e389b246647.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-d090a602178725cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33532026-09-06T04:34:06.256Z Running `/home/build/.rustup/toolchains/1.97.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=78c99d54a88af733 -C extra-filename=-2ce6c2981b4a06ce --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-7ec92288530f8f2c.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-3309725e1fa85545.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33542026-09-06T04:34:06.256Z Running `/home/build/.rustup/toolchains/1.97.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=838ffbf766df60a0 -C extra-filename=-cdbc9179fb5f8306 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33552026-09-06T04:34:06.256Z Running `/home/build/.rustup/toolchains/1.97.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=2e4b8725cc251afe -C extra-filename=-2c21c5483d90e20a --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-1735f513b70e889a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33562026-09-06T04:34:06.361Z Compiling idna v1.1.0
33572026-09-06T04:34:06.364Z Compiling serde-hex v0.1.0
33582026-09-06T04:34:06.364Z Compiling bzip2 v0.4.4
33592026-09-06T04:34:06.396Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-654ecd60793851a5/build-script-build`
33602026-09-06T04:34:06.399Z Running `/home/build/.rustup/toolchains/1.97.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=3c76296312686d9e -C extra-filename=-6ce0507fed41c82e --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-512fc7f56fae351c.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-63a9bca806118ba2.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-a88b8f4b883320f1.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
33612026-09-06T04:34:06.399Z Running `/home/build/.rustup/toolchains/1.97.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=e63eab6f9487e6dd -C extra-filename=-5bf4110dad6990d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33622026-09-06T04:34:06.435Z Running `/home/build/.rustup/toolchains/1.97.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=23a244e90b06a302 -C extra-filename=-e2afa6ac82288c56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33632026-09-06T04:34:06.581Z Compiling usdt-macro v0.6.0
33642026-09-06T04:34:06.581Z Compiling usdt-attr-macro v0.6.0
33652026-09-06T04:34:06.584Z Compiling elliptic-curve v0.13.8
33662026-09-06T04:34:06.584Z Compiling toml v0.7.8
33672026-09-06T04:34:06.584Z Compiling hashbrown v0.13.2
33682026-09-06T04:34:06.584Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33692026-09-06T04:34:06.584Z Compiling derive-ex v0.1.8
33702026-09-06T04:34:06.584Z Compiling enum-as-inner v0.6.1
33712026-09-06T04:34:06.584Z Compiling miette-derive v7.6.0
33722026-09-06T04:34:06.584Z Compiling zstd-sys v2.0.16+zstd.1.5.7
33732026-09-06T04:34:06.584Z Running `/home/build/.rustup/toolchains/1.97.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=3c22bbf92598e59c -C extra-filename=-e445d6f7d96286e2 --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-e655253ddfef6f98.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-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-b5224bd7ae3b5054/out/lib`
33742026-09-06T04:34:06.584Z Running `/home/build/.rustup/toolchains/1.97.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=d2bfc3199c49ce48 -C extra-filename=-b9b4e4b234a4ab56 --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-80728395b69dc663.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-a6d151efe8d0501b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33752026-09-06T04:34:06.584Z Running `/home/build/.rustup/toolchains/1.97.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=4b2faecee5d58038 -C extra-filename=-471084262862a4ce --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-18f69cfbed7e48ac.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-5e600995c7c3f221.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33762026-09-06T04:34:06.584Z Running `/home/build/.rustup/toolchains/1.97.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=140cc40196a183c3 -C extra-filename=-f48ee203236f5704 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-42914c6a9dc15c4c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(nightly)'`
33772026-09-06T04:34:06.800Z Running `/home/build/.rustup/toolchains/1.97.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=cc363f12e815a229 -C extra-filename=-9e59b8d756de7e7b --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-1524483d8ce0cf2f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-dc409a536d2cf702.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-89aa95606302e5ed.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33782026-09-06T04:34:06.800Z Running `/home/build/.rustup/toolchains/1.97.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=fba46649260c852a -C extra-filename=-4943d06291e2abd7 --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-1524483d8ce0cf2f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-dc409a536d2cf702.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-89aa95606302e5ed.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33792026-09-06T04:34:06.804Z Running `/home/build/.rustup/toolchains/1.97.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=9bcb7c4249057a8e -C extra-filename=-d38e2506f81e6f29 --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-c3cd73423833103c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33802026-09-06T04:34:06.804Z Compiling ed25519-dalek v2.2.0
33812026-09-06T04:34:06.804Z Compiling supports-hyperlinks v3.2.0
33822026-09-06T04:34:06.804Z Compiling supports-unicode v3.0.0
33832026-09-06T04:34:06.833Z Compiling managed v0.8.0
33842026-09-06T04:34:06.836Z Running `/home/build/.rustup/toolchains/1.97.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=f103abc6cb98ae7f -C extra-filename=-6db3d1ab605be4b9 --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-17ae1705427aeb7a.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-e5d2059d0b1b8041.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-1d7f474c3177f54a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33852026-09-06T04:34:06.870Z Running `/home/build/.rustup/toolchains/1.97.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=0668c1bcf46eaca0 -C extra-filename=-4753c91c21ac5305 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-7a01241811fb8919.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33862026-09-06T04:34:06.873Z Running `/home/build/.rustup/toolchains/1.97.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=4140dd7a3073ebc7 -C extra-filename=-14b2c229b6613ed9 --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-e56f0e8a039ca63d.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-92fd675e05daf18a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-7c67267be4119dab.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-ca8c77f56f546c48.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872026-09-06T04:34:06.873Z Running `/home/build/.rustup/toolchains/1.97.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=0b9986eabda03432 -C extra-filename=-a822832449f6a1ca --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-9177e43cb0714f73.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33882026-09-06T04:34:06.873Z Running `/home/build/.rustup/toolchains/1.97.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=09ff34c83f3cc42e -C extra-filename=-8c395e49d1d76c83 --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-2d39fdcb5ad29c9c.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-6cdb7f69bd014869.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bc9d8fbf105a8ad5.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-de4a629348265e83.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-56ba56fd0685d2ba.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d9efdf203d541fee.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2c21c5483d90e20a.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-7ec92288530f8f2c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-7542947d5a49d056.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33892026-09-06T04:34:06.873Z Running `/home/build/.rustup/toolchains/1.97.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=16b141bead37a8b3 -C extra-filename=-a878194eeb807c78 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-a878194eeb807c78 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-16effc2d31631143.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33902026-09-06T04:34:06.873Z Running `/home/build/.rustup/toolchains/1.97.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=e827bacfc2dc6ba1 -C extra-filename=-5c91159a56f8c76d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33912026-09-06T04:34:06.980Z Running `/home/build/.rustup/toolchains/1.97.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=8c32c21b0e6967cf -C extra-filename=-95eaacbb5ffd4c20 --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-34de0cd9290266be.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-4318945a492bc6e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33922026-09-06T04:34:06.983Z Running `/home/build/.rustup/toolchains/1.97.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=9cca1cedbaf4f6c4 -C extra-filename=-11a858384f032b38 --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-98c1d35ffadfca28.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-2ce6c2981b4a06ce.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-3309725e1fa85545.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33932026-09-06T04:34:06.983Z Running `/home/build/.rustup/toolchains/1.97.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=78fb7c390bf3a5e9 -C extra-filename=-e2797c202c12e6a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33942026-09-06T04:34:06.983Z Running `/home/build/.rustup/toolchains/1.97.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=5e98382d646945e0 -C extra-filename=-564572a48a40f586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33952026-09-06T04:34:06.983Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-81bf552516d177f6/build-script-build`
33962026-09-06T04:34:06.983Z Compiling url v2.5.8
33972026-09-06T04:34:06.983Z Compiling publicsuffix v2.3.0
33982026-09-06T04:34:06.983Z Running `/home/build/.rustup/toolchains/1.97.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=033840454c3d1325 -C extra-filename=-83ba731ed86a99c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33992026-09-06T04:34:07.092Z Compiling tokio-util v0.7.18
34002026-09-06T04:34:07.122Z Compiling tower v0.5.3
34012026-09-06T04:34:07.193Z Running `/home/build/.rustup/toolchains/1.97.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=d3f1d9b96ef543b4 -C extra-filename=-0d10543a4d2eaa31 --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-471084262862a4ce.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-0b4142588194aafc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34022026-09-06T04:34:07.196Z Running `/home/build/.rustup/toolchains/1.97.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=5c7357af4979e114 -C extra-filename=-0b2e1b5aad52f9ee --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-e2afa6ac82288c56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
34032026-09-06T04:34:07.196Z Running `/home/build/.rustup/toolchains/1.97.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=b744f664b6b281ca -C extra-filename=-58b5abb98951e684 --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-180e5ff396d32ec3.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-471084262862a4ce.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b459bdf2264f5ff3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34042026-09-06T04:34:07.298Z Compiling ref-cast v1.0.25
34052026-09-06T04:34:07.301Z Compiling native-tls v0.2.18
34062026-09-06T04:34:07.302Z Running `/home/build/.rustup/toolchains/1.97.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=7985dd8fb1d05c43 -C extra-filename=-a300a219de995f1d --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-58156453bb55ad4a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f9aa91a12ebae5d8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34072026-09-06T04:34:07.302Z Running `/home/build/.rustup/toolchains/1.97.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=007caba830e7ee21 -C extra-filename=-9a3ec13da42a9aeb --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-a1cdf1d4d5c11804.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-9285e2cec1c30045.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-09524617415398ef.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-594a4c0c3effa46d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082026-09-06T04:34:07.444Z Compiling rsa v0.9.10
34092026-09-06T04:34:07.444Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34102026-09-06T04:34:07.447Z Compiling crc-any v2.5.0
34112026-09-06T04:34:07.447Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34122026-09-06T04:34:07.447Z Compiling zip v0.6.6
34132026-09-06T04:34:07.447Z Running `/home/build/.rustup/toolchains/1.97.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=fc67c167673cd091 -C extra-filename=-27ea8a765577bcba --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-068dfff8328f54ea.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-e9ff7f06b6c77ee5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-cdbc9179fb5f8306.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-17d4091e1e0174a0.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)'`
34142026-09-06T04:34:07.447Z Running `/home/build/.rustup/toolchains/1.97.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=3ff1183d24470eab -C extra-filename=-43fcf23702ca3a79 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-43fcf23702ca3a79 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34152026-09-06T04:34:07.447Z Running `/home/build/.rustup/toolchains/1.97.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=3984f159fc2685b5 -C extra-filename=-7a9e8d75a7304093 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-7a9e8d75a7304093 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162026-09-06T04:34:07.479Z Running `/home/build/.rustup/toolchains/1.97.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=30be80b48751dabf -C extra-filename=-005b50cdeb71d655 --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-b217980bafa3a20c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bc9d8fbf105a8ad5.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-6ce0507fed41c82e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-20420f842b89751c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-7ec92288530f8f2c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-3309725e1fa85545.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d3cc4aedaf24528b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34172026-09-06T04:34:07.482Z Compiling chacha20 v0.10.0
34182026-09-06T04:34:07.482Z Compiling phf_shared v0.11.3
34192026-09-06T04:34:07.482Z Compiling globset v0.4.18
34202026-09-06T04:34:07.515Z Compiling ref-cast-impl v1.0.25
34212026-09-06T04:34:07.518Z Running `/home/build/.rustup/toolchains/1.97.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=308a91ddcccbe05b -C extra-filename=-a809ff735402b950 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222026-09-06T04:34:07.518Z Running `/home/build/.rustup/toolchains/1.97.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=942b7c5f68251c57 -C extra-filename=-0762409d2eb35a22 --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-17ae1705427aeb7a.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-e445d6f7d96286e2.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-18c3e50c227732f4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --cap-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-b5224bd7ae3b5054/out/lib`
34232026-09-06T04:34:07.518Z Running `/home/build/.rustup/toolchains/1.97.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=e308070160757723 -C extra-filename=-513cc071da56ff15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0d045b05607e7973.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-42914c6a9dc15c4c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-b3c2d6d33276aa02.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-f48ee203236f5704.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)'`
34242026-09-06T04:34:07.518Z Running `/home/build/.rustup/toolchains/1.97.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=656852d1fcd85f50 -C extra-filename=-fc5b8b5ca4794a58 --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-f01fe2517fe1d42a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-6db3d1ab605be4b9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-1d7f474c3177f54a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34252026-09-06T04:34:07.518Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a878194eeb807c78/build-script-build`
34262026-09-06T04:34:07.518Z Running `/home/build/.rustup/toolchains/1.97.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=cdab06077edab103 -C extra-filename=-cce3b6078ca3b033 --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-e626c54d07ac3448.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-9ec80a562a9a620c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34272026-09-06T04:34:07.518Z Running `/home/build/.rustup/toolchains/1.97.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=e05a453e948e8874 -C extra-filename=-b799a056a694a42c --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-51d7ed7539801d34.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282026-09-06T04:34:07.518Z Running `/home/build/.rustup/toolchains/1.97.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=e95aea94eae62aab -C extra-filename=-6719a3ea0b10aec6 --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-4d512d89878f7582.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7778b2c120dae7c9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5a1cb615d1ac708d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34292026-09-06T04:34:07.518Z Running `/home/build/.rustup/toolchains/1.97.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=a06c8afa242f212a -C extra-filename=-ffbacc6bf6aba88f --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-d8fbaa4fbac25e39.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5cb056e0e8f66d30.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-8141bf4b5f82237e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34302026-09-06T04:34:07.547Z Running `/home/build/.rustup/toolchains/1.97.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=821702ad36edac88 -C extra-filename=-8233368ae558cc84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34312026-09-06T04:34:07.586Z Compiling pin-project-internal v1.1.11
34322026-09-06T04:34:07.625Z Compiling fs-err v3.3.0
34332026-09-06T04:34:07.628Z Running `/home/build/.rustup/toolchains/1.97.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=5a478aedb1807eb1 -C extra-filename=-4d1e3bbb81018d05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34342026-09-06T04:34:07.628Z Running `/home/build/.rustup/toolchains/1.97.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=9b756f0cad135e6b -C extra-filename=-2944404662698069 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-2944404662698069 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-42e7c7869e9e0bb3.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34352026-09-06T04:34:07.664Z Compiling tower-http v0.6.8
34362026-09-06T04:34:07.667Z Running `/home/build/.rustup/toolchains/1.97.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=5b5a3f80d02328ff -C extra-filename=-6e5d51dae123fb20 --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-068dfff8328f54ea.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-63674b74f4ff7642.rmeta --extern iri_string=/work/oxidecomputer/omicron/target/debug/deps/libiri_string-3d6d9eea3c5de9bf.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-9a3ec13da42a9aeb.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-09524617415398ef.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-594a4c0c3effa46d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34372026-09-06T04:34:07.700Z Compiling object v0.30.4
34382026-09-06T04:34:07.773Z Compiling new_debug_unreachable v1.0.6
34392026-09-06T04:34:07.777Z Running `/home/build/.rustup/toolchains/1.97.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=b7df16c84d9ed431 -C extra-filename=-826fbb1f06ba9549 --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-18c3e50c227732f4.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d38e2506f81e6f29.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-0b2e1b5aad52f9ee.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34402026-09-06T04:34:07.810Z Running `/home/build/.rustup/toolchains/1.97.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=ec0c33dc32983f5c -C extra-filename=-62690abcc402352e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34412026-09-06T04:34:07.885Z Compiling cookie_store v0.22.1
34422026-09-06T04:34:08.026Z Compiling h2 v0.4.15
34432026-09-06T04:34:08.030Z Running `/home/build/.rustup/toolchains/1.97.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=3dfa4fca44446311 -C extra-filename=-69106e4c996dcb59 --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-58156453bb55ad4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-2dc17d206cd5b615.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
34442026-09-06T04:34:08.030Z Running `/home/build/.rustup/toolchains/1.97.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=881be471e90e384c -C extra-filename=-83039c60529b22b0 --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-ffb8bc67ae8579fd.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-395485eff542c716.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-471084262862a4ce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-0d10543a4d2eaa31.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b459bdf2264f5ff3.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34452026-09-06T04:34:08.144Z Compiling fixedbitset v0.4.2
34462026-09-06T04:34:08.148Z Compiling path-slash v0.1.5
34472026-09-06T04:34:08.148Z Running `/home/build/.rustup/toolchains/1.97.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=0793dc6e35587e5a -C extra-filename=-9cacceb32a7b1d45 --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-4b498b44f6ed395c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-c2f3f257b63b1310.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f9aa91a12ebae5d8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34482026-09-06T04:34:08.148Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-7a9e8d75a7304093/build-script-build`
34492026-09-06T04:34:08.222Z Compiling miette v7.6.0
34502026-09-06T04:34:08.225Z Compiling precomputed-hash v0.1.1
34512026-09-06T04:34:08.225Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-43fcf23702ca3a79/build-script-build`
34522026-09-06T04:34:08.258Z Running `/home/build/.rustup/toolchains/1.97.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=6a475a5d6b2d16bd -C extra-filename=-c1f535e8e8661f4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:34:08.261Z Running `/home/build/.rustup/toolchains/1.97.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=1fbf86db377ec75c -C extra-filename=-7abaceda44bc0ff3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34542026-09-06T04:34:08.345Z Compiling signal-hook-mio v0.2.5
34552026-09-06T04:34:08.345Z Compiling toml_write v0.1.2
34562026-09-06T04:34:08.421Z Running `/home/build/.rustup/toolchains/1.97.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=4691ea547dac3fe9 -C extra-filename=-559426cbc93ab7f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34572026-09-06T04:34:08.424Z Running `/home/build/.rustup/toolchains/1.97.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=ecac27339bd8eae4 -C extra-filename=-c892faf842f430bb --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-852aae69ae80241c.rmeta --extern backtrace_ext=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace_ext-951c044b39d5e82d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern miette_derive=/work/oxidecomputer/omicron/target/debug/deps/libmiette_derive-5c91159a56f8c76d.so --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rmeta --extern supports_hyperlinks=/work/oxidecomputer/omicron/target/debug/deps/libsupports_hyperlinks-564572a48a40f586.rmeta --extern supports_unicode=/work/oxidecomputer/omicron/target/debug/deps/libsupports_unicode-e2797c202c12e6a2.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-735634435771c157.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-1891fd5697b32062.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34582026-09-06T04:34:08.499Z Compiling usdt v0.6.0
34592026-09-06T04:34:08.499Z Compiling zstd-safe v7.2.4
34602026-09-06T04:34:08.502Z Compiling jiff-core v0.1.0
34612026-09-06T04:34:08.502Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-2944404662698069/build-script-build`
34622026-09-06T04:34:08.502Z Running `/home/build/.rustup/toolchains/1.97.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=5dc9facfbb2669f6 -C extra-filename=-dc48db18361228ee --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-34de0cd9290266be.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-c579f18f659a3e39.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34632026-09-06T04:34:08.502Z Running `/home/build/.rustup/toolchains/1.97.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=3863b012d03f286e -C extra-filename=-64249cb8819ead32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34642026-09-06T04:34:08.620Z Compiling string_cache v0.8.9
34652026-09-06T04:34:08.620Z Compiling petgraph v0.6.5
34662026-09-06T04:34:08.623Z Compiling snafu-derive v0.8.9
34672026-09-06T04:34:08.623Z Compiling heapless v0.7.17
34682026-09-06T04:34:08.623Z Compiling pem v3.0.6
34692026-09-06T04:34:08.623Z Compiling lalrpop-util v0.19.12
34702026-09-06T04:34:08.623Z Compiling fixedbitset v0.5.7
34712026-09-06T04:34:08.623Z Compiling serde_plain v1.0.2
34722026-09-06T04:34:08.623Z Running `/home/build/.rustup/toolchains/1.97.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=2e763bce594dbd64 -C extra-filename=-6517a2de646412f6 --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-b3033433681ff1d6.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-8e22bbb2a0177826.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-724b318dd57041ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-4943d06291e2abd7.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-89aa95606302e5ed.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-9e59b8d756de7e7b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34732026-09-06T04:34:08.623Z Running `/home/build/.rustup/toolchains/1.97.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=4a4471a7fa7ea3c6 -C extra-filename=-d47b6dc1883b2bff --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-safe-d47b6dc1883b2bff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34742026-09-06T04:34:08.623Z Running `/home/build/.rustup/toolchains/1.97.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=8235a0e04b460b30 -C extra-filename=-b07a307ed2e479d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34752026-09-06T04:34:08.686Z Running `/home/build/.rustup/toolchains/1.97.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=e27bed7aadfe152e -C extra-filename=-8c9b6587621e06e4 --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-62690abcc402352e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-b799a056a694a42c.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-559426cbc93ab7f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34762026-09-06T04:34:08.689Z Running `/home/build/.rustup/toolchains/1.97.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=958c59710b14fef3 -C extra-filename=-c61a3e1c936176b5 --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-c1f535e8e8661f4b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b459bdf2264f5ff3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34772026-09-06T04:34:08.689Z Compiling test-strategy v0.4.5
34782026-09-06T04:34:08.689Z Compiling toml_edit v0.22.27
34792026-09-06T04:34:08.715Z Compiling crossterm v0.28.1
34802026-09-06T04:34:08.718Z Running `/home/build/.rustup/toolchains/1.97.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=c425cedbdc9c4d61 -C extra-filename=-13877f5cf4469163 --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-6c1a39cdac9eb0a1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34812026-09-06T04:34:08.718Z Running `/home/build/.rustup/toolchains/1.97.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=754eaaf9bfacb463 -C extra-filename=-f1bf1af79a29bb78 --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-bf59ab279ffa544e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822026-09-06T04:34:08.718Z Running `/home/build/.rustup/toolchains/1.97.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=eb9ad5c67b0b8f07 -C extra-filename=-9b651c92d8f268ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34832026-09-06T04:34:08.718Z Running `/home/build/.rustup/toolchains/1.97.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=dc912af46c1d9d0f -C extra-filename=-946aeda0b208f153 --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-e56f0e8a039ca63d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34842026-09-06T04:34:08.718Z Running `/home/build/.rustup/toolchains/1.97.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=b836ad11d6058fea -C extra-filename=-2d5dd7f0667631d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34852026-09-06T04:34:08.718Z Running `/home/build/.rustup/toolchains/1.97.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=71d26334219a4d14 -C extra-filename=-8baa9baadc124ba4 --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-8233368ae558cc84.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)'`
34862026-09-06T04:34:08.718Z Running `/home/build/.rustup/toolchains/1.97.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=4673ad06a0eb1fe0 -C extra-filename=-c1257a2f221040b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-c1257a2f221040b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-b3c2d6d33276aa02.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34872026-09-06T04:34:08.788Z Running `/home/build/.rustup/toolchains/1.97.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=270a285964384959 -C extra-filename=-a464c5dbc949359b --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-4753c91c21ac5305.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-7a01241811fb8919.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882026-09-06T04:34:08.792Z Running `/home/build/.rustup/toolchains/1.97.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=8a334755ce89f83c -C extra-filename=-0a92d0200c751d76 --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-7887e98324075732.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-92fd675e05daf18a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-7c67267be4119dab.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-64249cb8819ead32.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-175c937003a669b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34892026-09-06T04:34:08.792Z Compiling serde-big-array v0.5.1
34902026-09-06T04:34:08.792Z Running `/home/build/.rustup/toolchains/1.97.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=8f1e834fb62f912b -C extra-filename=-af4e1f320a1964c2 --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-384623802a26b216.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)'`
34912026-09-06T04:34:08.827Z Running `/home/build/.rustup/toolchains/1.97.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=eeae0ca012d71c2a -C extra-filename=-ecba080b60497653 --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-068dfff8328f54ea.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c579f18f659a3e39.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-4b088514dcb33952.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-dc48db18361228ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922026-09-06T04:34:08.830Z Compiling similar v2.7.0
34932026-09-06T04:34:08.831Z Running `/home/build/.rustup/toolchains/1.97.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=ea8fe2e97274d736 -C extra-filename=-e55b4a3d60362478 --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-e56f0e8a039ca63d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942026-09-06T04:34:08.863Z Running `/home/build/.rustup/toolchains/1.97.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=d9eb46234f7381a3 -C extra-filename=-09cdbd4e28a061ab --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-7778b2c120dae7c9.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3dee014ccd6c615d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34952026-09-06T04:34:08.901Z Compiling serde_repr v0.1.20
34962026-09-06T04:34:08.974Z Running `/home/build/.rustup/toolchains/1.97.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=95ea3a8c2aaf79b9 -C extra-filename=-5a93d54c40a1773f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34972026-09-06T04:34:08.977Z Compiling ipnetwork v0.21.1
34982026-09-06T04:34:09.083Z Compiling newtype-uuid v1.3.2
34992026-09-06T04:34:09.086Z Compiling serde_with v3.21.0
35002026-09-06T04:34:09.086Z Running `/home/build/.rustup/toolchains/1.97.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=1916774b737b1562 -C extra-filename=-7dad46870158de81 --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-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35012026-09-06T04:34:09.086Z Running `/home/build/.rustup/toolchains/1.97.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=44e6f53780d480e8 -C extra-filename=-2e4dd57d9d069e85 --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-063ca8914ce5e29a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022026-09-06T04:34:09.086Z Running `/home/build/.rustup/toolchains/1.97.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=b5d128f46662f0dd -C extra-filename=-4e72e5fcd98419a0 --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-0b6bf8a8334dd957.rmeta --extern schemars_0_8=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-22cd1c92ad71623d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-a28b6bc51e3bcf94.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35032026-09-06T04:34:09.122Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-c1257a2f221040b5/build-script-build`
35042026-09-06T04:34:09.158Z Compiling async-recursion v1.1.1
35052026-09-06T04:34:09.161Z Running `/home/build/.rustup/toolchains/1.97.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=c41884d3ad8df6ad -C extra-filename=-ff59f759142bbd07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062026-09-06T04:34:09.302Z Compiling convert_case v0.10.0
35072026-09-06T04:34:09.338Z Compiling oxnet v0.1.7
35082026-09-06T04:34:09.341Z Running `/home/build/.rustup/toolchains/1.97.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=03bac4bb0b5d71b4 -C extra-filename=-b27a123926806a92 --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-3dee014ccd6c615d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35092026-09-06T04:34:09.341Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-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="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=689c8bfa8bdad616 -C extra-filename=-26c50ce48f680bf3 --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-7dad46870158de81.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35102026-09-06T04:34:09.372Z Compiling jiff v0.2.34
35112026-09-06T04:34:09.375Z Running `/home/build/.rustup/toolchains/1.97.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=6baaf2b1551a9ac8 -C extra-filename=-4b778ed7c17d17c4 --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-b07a307ed2e479d6.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-22cd1c92ad71623d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35122026-09-06T04:34:09.441Z Compiling pin-project v1.1.11
35132026-09-06T04:34:09.506Z Compiling hash32 v0.2.1
35142026-09-06T04:34:09.510Z Running `/home/build/.rustup/toolchains/1.97.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=fe1bd59819229e4a -C extra-filename=-64e35ac9baf45057 --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-4d1e3bbb81018d05.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35152026-09-06T04:34:09.548Z Compiling smoltcp v0.9.1
35162026-09-06T04:34:09.549Z Running `/home/build/.rustup/toolchains/1.97.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=e4903b9f7d60788a -C extra-filename=-8dcb32b0de8c0b32 --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-17ae1705427aeb7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35172026-09-06T04:34:09.592Z Compiling petgraph v0.8.3
35182026-09-06T04:34:09.595Z Compiling libbz2-rs-sys v0.2.2
35192026-09-06T04:34:09.595Z Compiling unicode-bidi v0.3.18
35202026-09-06T04:34:09.595Z Compiling typed-path v0.9.3
35212026-09-06T04:34:09.595Z Running `/home/build/.rustup/toolchains/1.97.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=25811011188b37d2 -C extra-filename=-2ea582ec3dcdd41e --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-2ea582ec3dcdd41e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35222026-09-06T04:34:09.595Z Compiling predicates-core v1.0.10
35232026-09-06T04:34:09.596Z Running `/home/build/.rustup/toolchains/1.97.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=ef10abef30c1187c -C extra-filename=-3c25b49746f1e0c4 --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-9b651c92d8f268ac.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-26e41125ecc3049d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b459bdf2264f5ff3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35242026-09-06T04:34:09.596Z Running `/home/build/.rustup/toolchains/1.97.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=6577eab2f53d21e8 -C extra-filename=-18716dbf3abbf690 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35252026-09-06T04:34:09.596Z Running `/home/build/.rustup/toolchains/1.97.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=10e206daea753295 -C extra-filename=-340edb1dfece61d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35262026-09-06T04:34:09.596Z Running `/home/build/.rustup/toolchains/1.97.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=01ddc38c2a5e6b17 -C extra-filename=-963adbf7a9d7cea5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35272026-09-06T04:34:09.596Z Running `/home/build/.rustup/toolchains/1.97.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=f6459064d40d4735 -C extra-filename=-2520c497304d26a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35282026-09-06T04:34:09.772Z Compiling unicode-properties v0.1.4
35292026-09-06T04:34:09.812Z Running `/home/build/.rustup/toolchains/1.97.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=39a8d3672a71d2b0 -C extra-filename=-de4f78fe2552099a --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-4944f5d298d5e7db.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-27ea8a765577bcba.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a87687f3c023fc12.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-17d4091e1e0174a0.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)'`
35302026-09-06T04:34:09.857Z Compiling bumpalo v3.20.2
35312026-09-06T04:34:09.857Z Compiling derive_more-impl v2.1.1
35322026-09-06T04:34:09.860Z Compiling byte-wrapper v0.1.0
35332026-09-06T04:34:09.892Z Running `/home/build/.rustup/toolchains/1.97.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=f20e3d2bd486e8ff -C extra-filename=-9a0dcce822548e63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35342026-09-06T04:34:09.946Z Compiling daft v0.1.8
35352026-09-06T04:34:09.950Z Compiling hickory-proto v0.25.2
35362026-09-06T04:34:09.950Z Running `/home/build/.rustup/toolchains/1.97.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=97afe294f94de309 -C extra-filename=-0ddad425617ecb16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35372026-09-06T04:34:09.950Z Running `/home/build/.rustup/toolchains/1.97.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=946f0d7d6903f4a7 -C extra-filename=-2377fbc6037379d7 --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-b27a123926806a92.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35382026-09-06T04:34:09.950Z Running `/home/build/.rustup/toolchains/1.97.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=8d5c7d5afc8ede31 -C extra-filename=-6fccdabade519cfc --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-bf59ab279ffa544e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern schemars08=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-22cd1c92ad71623d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35392026-09-06T04:34:09.950Z Running `/home/build/.rustup/toolchains/1.97.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=bf571d3d51a6a442 -C extra-filename=-3b178c6debb212b5 --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-8dcb32b0de8c0b32.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6fde902a2eb58e5a.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-112bf55ab051345c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
35402026-09-06T04:34:09.965Z Compiling md-5 v0.10.6
35412026-09-06T04:34:09.968Z Running `/home/build/.rustup/toolchains/1.97.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=b4bfa98d29830d17 -C extra-filename=-34305e796e1000e1 --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-6d3f8ed3e7a96d7a.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2e4dd57d9d069e85.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35422026-09-06T04:34:09.968Z Running `/home/build/.rustup/toolchains/1.97.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=db7e19735378317a -C extra-filename=-a6266451580c1066 --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-99a1b43c74aa57d0.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-a822832449f6a1ca.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cf06d73c0c6d1edb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-471084262862a4ce.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-5d42d99600589ed1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35432026-09-06T04:34:09.968Z Running `/home/build/.rustup/toolchains/1.97.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=2ce8c9b40a7eb288 -C extra-filename=-82f30eb8f5aa9c73 --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-d8fbaa4fbac25e39.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bc9d8fbf105a8ad5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35442026-09-06T04:34:10.110Z Compiling tokio-native-tls v0.3.1
35452026-09-06T04:34:10.146Z Compiling zopfli v0.8.3
35462026-09-06T04:34:10.149Z Compiling stringprep v0.1.5
35472026-09-06T04:34:10.149Z Compiling strum_macros v0.27.2
35482026-09-06T04:34:10.149Z Running `/home/build/.rustup/toolchains/1.97.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=372b9c7baef52150 -C extra-filename=-70f22e5cbcdd5bb7 --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-de4f78fe2552099a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
35492026-09-06T04:34:10.149Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-2ea582ec3dcdd41e/build-script-build`
35502026-09-06T04:34:10.149Z Running `/home/build/.rustup/toolchains/1.97.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=5530b571f378da60 -C extra-filename=-47537408f76c54a0 --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-0ddad425617ecb16.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-18c3e50c227732f4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fb9e1443cb408f12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35512026-09-06T04:34:10.149Z Running `/home/build/.rustup/toolchains/1.97.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=5cb6a55470f2fe49 -C extra-filename=-d5c5ea29ef66e04c --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-18716dbf3abbf690.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-1785eced8befb44b.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-9a0dcce822548e63.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35522026-09-06T04:34:10.149Z Running `/home/build/.rustup/toolchains/1.97.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=391b34c5220f0b68 -C extra-filename=-9ab4881faed55165 --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-9177e43cb0714f73.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35532026-09-06T04:34:10.254Z Compiling bzip2 v0.6.1
35542026-09-06T04:34:10.258Z Running `/home/build/.rustup/toolchains/1.97.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=129454e3fc4364b6 -C extra-filename=-9e13288182eb7ac8 --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-963adbf7a9d7cea5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35552026-09-06T04:34:10.329Z Compiling float-cmp v0.10.0
35562026-09-06T04:34:10.370Z Compiling fallible-iterator v0.2.0
35572026-09-06T04:34:10.377Z Running `/home/build/.rustup/toolchains/1.97.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=97c5789806184344 -C extra-filename=-230c3dbed8a54afe --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-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35582026-09-06T04:34:10.410Z Compiling difflib v0.4.0
35592026-09-06T04:34:10.414Z Compiling normalize-line-endings v0.3.0
35602026-09-06T04:34:10.414Z Compiling iddqd v0.4.2
35612026-09-06T04:34:10.414Z Compiling tokio-stream v0.1.18
35622026-09-06T04:34:10.414Z Running `/home/build/.rustup/toolchains/1.97.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=530c57a9beafa4f3 -C extra-filename=-85a8b4ffe8a3f976 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:34:10.414Z Compiling olpc-cjson v0.1.4
35642026-09-06T04:34:10.414Z Running `/home/build/.rustup/toolchains/1.97.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=7be7ffdccb2160a3 -C extra-filename=-108311876f3f8a74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35652026-09-06T04:34:10.414Z Running `/home/build/.rustup/toolchains/1.97.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=d0c088161088031c -C extra-filename=-d76e760adf61ffbd --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-ef9fa6a6c9a6a04c.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-21c1bc4ffa11cdcb.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-e629db66f6534af6.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-36ecfb77bd7bffd6.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-22cd1c92ad71623d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35662026-09-06T04:34:10.414Z Running `/home/build/.rustup/toolchains/1.97.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=160318b0c77abdb0 -C extra-filename=-5242daf9cac12584 --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-a1cdf1d4d5c11804.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35672026-09-06T04:34:10.414Z Running `/home/build/.rustup/toolchains/1.97.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=64368c83b605e876 -C extra-filename=-a6f1d6e2b61ecf81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35682026-09-06T04:34:10.414Z Running `/home/build/.rustup/toolchains/1.97.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=64d6dde5472f4948 -C extra-filename=-3d3f71e1b56829c3 --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-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-1785eced8befb44b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35692026-09-06T04:34:10.556Z Compiling phf_shared v0.13.1
35702026-09-06T04:34:10.559Z Running `/home/build/.rustup/toolchains/1.97.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=0056f67c89abbd1a -C extra-filename=-b9f7048eef22411f --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-5bf4110dad6990d2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-3b178c6debb212b5.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-83ba731ed86a99c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35712026-09-06T04:34:10.669Z Compiling peg-runtime v0.8.5
35722026-09-06T04:34:10.672Z Compiling buf-list v1.1.2
35732026-09-06T04:34:10.672Z Running `/home/build/.rustup/toolchains/1.97.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=0bf54ce6c183e03c -C extra-filename=-3475502cd92fc03d --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-51d7ed7539801d34.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35742026-09-06T04:34:10.751Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
35752026-09-06T04:34:10.755Z Compiling whoami v2.1.0
35762026-09-06T04:34:10.755Z Compiling is-terminal v0.4.17
35772026-09-06T04:34:10.755Z Compiling crossbeam-channel v0.5.15
35782026-09-06T04:34:10.784Z Compiling thread_local v1.1.9
35792026-09-06T04:34:10.788Z Running `/home/build/.rustup/toolchains/1.97.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=d6a73c9386a89039 -C extra-filename=-180e248484d7639b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35802026-09-06T04:34:10.788Z Running `/home/build/.rustup/toolchains/1.97.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=1b87f68130e7d97f -C extra-filename=-72c29cb0b9caf29f --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-58156453bb55ad4a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35812026-09-06T04:34:10.937Z Running `/home/build/.rustup/toolchains/1.97.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=e0635ab97b132ff8 -C extra-filename=-e9bf281b80a8ae2f --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-e56f0e8a039ca63d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35822026-09-06T04:34:10.941Z Compiling postgres-protocol v0.6.10
35832026-09-06T04:34:10.941Z Compiling slog-async v2.8.0
35842026-09-06T04:34:10.941Z Compiling take_mut v0.2.2
35852026-09-06T04:34:10.941Z Compiling term v1.2.1
35862026-09-06T04:34:10.941Z Running `/home/build/.rustup/toolchains/1.97.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=bc38a57e1a66bef1 -C extra-filename=-3bda0f66eeae37d9 --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-d8fbaa4fbac25e39.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35872026-09-06T04:34:10.941Z Running `/home/build/.rustup/toolchains/1.97.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=6f24297d6f1084a3 -C extra-filename=-4f889795fa374f72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35882026-09-06T04:34:10.941Z Running `/home/build/.rustup/toolchains/1.97.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=16763643463a662f -C extra-filename=-3ef3fbf3b793ce3b --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-17edc68fd438fff3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35892026-09-06T04:34:10.941Z Running `/home/build/.rustup/toolchains/1.97.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=7a76b20b46812cde -C extra-filename=-a424b183ae7c3acf --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-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35902026-09-06T04:34:11.013Z Running `/home/build/.rustup/toolchains/1.97.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=1685b9515db0bd3a -C extra-filename=-b21cbdb27cce8226 --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-bf59ab279ffa544e.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-85a8b4ffe8a3f976.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1735f513b70e889a.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-82f30eb8f5aa9c73.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-d5c5ea29ef66e04c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35912026-09-06T04:34:11.016Z Compiling predicates v3.1.4
35922026-09-06T04:34:11.017Z Running `/home/build/.rustup/toolchains/1.97.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=70cc5e8e21673429 -C extra-filename=-7b294c2e2faf637b --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-7b294c2e2faf637b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932026-09-06T04:34:11.017Z Running `/home/build/.rustup/toolchains/1.97.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=3b71c00248cd7305 -C extra-filename=-d9d65c47dae6b2a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35942026-09-06T04:34:11.017Z Running `/home/build/.rustup/toolchains/1.97.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=101d16a7a03b5539 -C extra-filename=-2d8929add2261eed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35952026-09-06T04:34:11.052Z Running `/home/build/.rustup/toolchains/1.97.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=c84a1c5f582bfa60 -C extra-filename=-75dc4484a4e65dd6 --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-7655d3f0c6239f4f.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-108311876f3f8a74.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-230c3dbed8a54afe.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-a6f1d6e2b61ecf81.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-2520c497304d26a8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35962026-09-06T04:34:11.056Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
35972026-09-06T04:34:11.091Z Compiling phf v0.13.1
35982026-09-06T04:34:11.094Z Running `/home/build/.rustup/toolchains/1.97.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=e7667b7b04ed2657 -C extra-filename=-0ad384e843ec5952 --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-3475502cd92fc03d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992026-09-06T04:34:11.094Z Running `/home/build/.rustup/toolchains/1.97.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=108d85425a152fa4 -C extra-filename=-e478f62a65fbf29c --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-17ae1705427aeb7a.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-a809ff735402b950.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-d62d3fd36671cf4c.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-90d16be16b2e9986.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-cce3b6078ca3b033.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-9ec80a562a9a620c.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-005b50cdeb71d655.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-b9b4e4b234a4ab56.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-232b3b7d175167a3.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36002026-09-06T04:34:11.128Z Compiling newtype-uuid-macros v0.1.0
36012026-09-06T04:34:11.167Z Compiling match_cfg v0.1.0
36022026-09-06T04:34:11.207Z Running `/home/build/.rustup/toolchains/1.97.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=ccaef5c0d2c7bb03 -C extra-filename=-2ad77b5035089002 --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-9177e43cb0714f73.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-dc409a536d2cf702.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36032026-09-06T04:34:11.211Z Compiling debug-ignore v1.0.5
36042026-09-06T04:34:11.312Z Running `/home/build/.rustup/toolchains/1.97.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=43eb6760207e3f06 -C extra-filename=-fbc51eb7503e0e14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36052026-09-06T04:34:11.320Z Compiling slog-json v2.6.1
36062026-09-06T04:34:11.321Z Compiling sha1 v0.11.0
36072026-09-06T04:34:11.324Z Compiling toml_datetime v1.1.1+spec-1.1.0
36082026-09-06T04:34:11.324Z Compiling serde_path_to_error v0.1.20
36092026-09-06T04:34:11.324Z Running `/home/build/.rustup/toolchains/1.97.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=9808cc206ad5d3fd -C extra-filename=-9f077ff8f5251d63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:34:11.324Z Compiling hyper v1.10.1
36112026-09-06T04:34:11.324Z Compiling derive_more v2.1.1
36122026-09-06T04:34:11.324Z Compiling slog-term v2.9.2
36132026-09-06T04:34:11.359Z Running `/home/build/.rustup/toolchains/1.97.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=3a5fabcf3391d9f3 -C extra-filename=-ee201dfac22951b0 --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-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142026-09-06T04:34:11.362Z Running `/home/build/.rustup/toolchains/1.97.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=4d3c1708a1735731 -C extra-filename=-3af93fe034f44535 --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-d8fbaa4fbac25e39.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-8141bf4b5f82237e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a413f0294aaf4ede.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36152026-09-06T04:34:11.362Z Running `/home/build/.rustup/toolchains/1.97.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=b2be6e2631814b1c -C extra-filename=-ac41bef38e3f356d --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-22cd1c92ad71623d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36162026-09-06T04:34:11.362Z Running `/home/build/.rustup/toolchains/1.97.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=623b8ff5c906753b -C extra-filename=-8b461af0822c810a --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-c2c00b5f956a68ca.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-22cd1c92ad71623d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36172026-09-06T04:34:11.394Z Running `/home/build/.rustup/toolchains/1.97.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=c526302d395f1413 -C extra-filename=-b401ec038c8c3186 --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-4b498b44f6ed395c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-9cacceb32a7b1d45.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-63674b74f4ff7642.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-458831f7c6f75c26.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-709284257fea4e42.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c2c00b5f956a68ca.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-3c9ef161ee81d0de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36182026-09-06T04:34:11.397Z Running `/home/build/.rustup/toolchains/1.97.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=1cce129a4d9f338a -C extra-filename=-078f3d711412c373 --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-1dbc576d48949507.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-a424b183ae7c3acf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-2d8929add2261eed.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-3bda0f66eeae37d9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36192026-09-06T04:34:11.506Z Compiling postgres-types v0.2.12
36202026-09-06T04:34:11.510Z Compiling hostname v0.3.1
36212026-09-06T04:34:11.510Z Running `/home/build/.rustup/toolchains/1.97.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=f049f4539e4a8bc7 -C extra-filename=-9ddfc7fdd943ec11 --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-2377fbc6037379d7.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36222026-09-06T04:34:11.668Z Compiling snafu v0.8.9
36232026-09-06T04:34:11.672Z Compiling serde_spanned v1.1.1
36242026-09-06T04:34:11.672Z Compiling multer v3.1.0
36252026-09-06T04:34:11.672Z Compiling compression-core v0.4.31
36262026-09-06T04:34:11.672Z Running `/home/build/.rustup/toolchains/1.97.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=8d5a4fd0cb4486da -C extra-filename=-744bae1eb03ba021 --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-58156453bb55ad4a.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-85a8b4ffe8a3f976.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-b21cbdb27cce8226.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-22cd1c92ad71623d.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36272026-09-06T04:34:11.672Z Running `/home/build/.rustup/toolchains/1.97.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=43120838582a0759 -C extra-filename=-51fb5096cba22e18 --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-34de0cd9290266be.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-fbc51eb7503e0e14.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36282026-09-06T04:34:11.863Z Compiling toml_writer v1.1.1+spec-1.1.0
36292026-09-06T04:34:11.863Z Compiling async-stream-impl v0.3.6
36302026-09-06T04:34:11.867Z Compiling dropshot v0.17.1
36312026-09-06T04:34:11.867Z Compiling rustls-pemfile v2.2.0
36322026-09-06T04:34:11.867Z Running `/home/build/.rustup/toolchains/1.97.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=a2fdbdde3438a1aa -C extra-filename=-c8797f81a95745de --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-a1cdf1d4d5c11804.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-64e35ac9baf45057.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-13877f5cf4469163.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36332026-09-06T04:34:11.867Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-7b294c2e2faf637b/build-script-build`
36342026-09-06T04:34:11.867Z Running `/home/build/.rustup/toolchains/1.97.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=317c959f1ff120cd -C extra-filename=-ad05bf822fd7c0b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:34:11.867Z Running `/home/build/.rustup/toolchains/1.97.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=a824d3e38b325342 -C extra-filename=-d24cfe68db28428a --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-d24cfe68db28428a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36362026-09-06T04:34:11.867Z Running `/home/build/.rustup/toolchains/1.97.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=2c7b5296b8e7742d -C extra-filename=-41cc605f1d41fceb --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-22cd1c92ad71623d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36372026-09-06T04:34:12.016Z Compiling slog-bunyan v2.5.0
36382026-09-06T04:34:12.016Z Compiling compression-codecs v0.4.37
36392026-09-06T04:34:12.019Z Compiling dropshot_endpoint v0.17.1
36402026-09-06T04:34:12.019Z Compiling waitgroup v0.1.2
36412026-09-06T04:34:12.019Z Compiling hostname v0.4.2
36422026-09-06T04:34:12.019Z Compiling atomicwrites v0.4.4
36432026-09-06T04:34:12.019Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
36442026-09-06T04:34:12.019Z Compiling serde_tokenstream v0.3.0
36452026-09-06T04:34:12.019Z Compiling macaddr v1.0.1
36462026-09-06T04:34:12.020Z Compiling regress v0.10.5
36472026-09-06T04:34:12.020Z Running `/home/build/.rustup/toolchains/1.97.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=810b366126df894b -C extra-filename=-0aaa482e0f219b35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36482026-09-06T04:34:12.020Z Running `/home/build/.rustup/toolchains/1.97.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=bd9a6f2f81c89b6a -C extra-filename=-864a0b1cdf85cb0b --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-dd3e90bf5b9450bf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36492026-09-06T04:34:12.020Z Running `/home/build/.rustup/toolchains/1.97.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=d81e3b04a2ec0579 -C extra-filename=-e329542ecfd8f9d4 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-e329542ecfd8f9d4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36502026-09-06T04:34:12.020Z Running `/home/build/.rustup/toolchains/1.97.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=23ad6637e20caebc -C extra-filename=-70cbc4ee64b2c41b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36512026-09-06T04:34:12.129Z Running `/home/build/.rustup/toolchains/1.97.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=0e38372bbd5614e7 -C extra-filename=-c2901919ee2e8ca8 --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-51fb5096cba22e18.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-ee201dfac22951b0.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36522026-09-06T04:34:12.132Z Compiling tokio-postgres v0.7.16
36532026-09-06T04:34:12.165Z Compiling instant v0.1.13
36542026-09-06T04:34:12.201Z Running `/home/build/.rustup/toolchains/1.97.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=5503c17f22015cdf -C extra-filename=-1f6b2d4c349cd1c3 --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-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36552026-09-06T04:34:12.205Z Running `/home/build/.rustup/toolchains/1.97.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=69b17b9ac9c5dac4 -C extra-filename=-54192d657c4b7a63 --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-36ecfb77bd7bffd6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36562026-09-06T04:34:12.205Z Running `/home/build/.rustup/toolchains/1.97.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=770a21759fbb662a -C extra-filename=-98fdf801ac83803a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cb8a1f65c38a6f10.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36572026-09-06T04:34:12.205Z Running `/home/build/.rustup/toolchains/1.97.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=a80156a294df23c6 -C extra-filename=-f31178dac20e8733 --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-e56f0e8a039ca63d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36582026-09-06T04:34:12.205Z Running `/home/build/.rustup/toolchains/1.97.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=407f822ae2614c2e -C extra-filename=-ff2cd690c65a174a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36592026-09-06T04:34:12.205Z Running `/home/build/.rustup/toolchains/1.97.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=9377a65b2d861c46 -C extra-filename=-5cd0b75c991b5f54 --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-4b088514dcb33952.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-67906e389b246647.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36602026-09-06T04:34:12.205Z Running `/home/build/.rustup/toolchains/1.97.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=3b51abb3cd8eee3f -C extra-filename=-8607a6018d10fd09 --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-4b498b44f6ed395c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36612026-09-06T04:34:12.205Z Running `/home/build/.rustup/toolchains/1.97.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=ad9a676b1cd39fc6 -C extra-filename=-61c1873ea966b24a --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-9177e43cb0714f73.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-dc409a536d2cf702.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622026-09-06T04:34:12.205Z Running `/home/build/.rustup/toolchains/1.97.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=09c8278b5f4438b0 -C extra-filename=-5b60970e8969e279 --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-ad05bf822fd7c0b3.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36632026-09-06T04:34:12.279Z Running `/home/build/.rustup/toolchains/1.97.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=4dbaf286e90fd95b -C extra-filename=-5dc39271ab6a26ff --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-99a1b43c74aa57d0.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-85a8b4ffe8a3f976.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-0ad384e843ec5952.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-b21cbdb27cce8226.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-744bae1eb03ba021.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-36bd17d1ea474799.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-4f889795fa374f72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36642026-09-06T04:34:12.345Z Compiling toml v1.1.2+spec-1.1.0
36652026-09-06T04:34:12.349Z Compiling parse-display-derive v0.10.0
36662026-09-06T04:34:12.349Z Compiling itertools v0.14.0
36672026-09-06T04:34:12.349Z Running `/home/build/.rustup/toolchains/1.97.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=f0e7f93bcbb21506 -C extra-filename=-976a791b09704962 --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-d8fbaa4fbac25e39.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36682026-09-06T04:34:12.349Z Running `/home/build/.rustup/toolchains/1.97.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=77ce13f2163f8dac -C extra-filename=-27245679587f67c7 --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-3ef3fbf3b793ce3b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-d9d65c47dae6b2a8.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-3bda0f66eeae37d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
36692026-09-06T04:34:12.605Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
36702026-09-06T04:34:12.608Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
36712026-09-06T04:34:12.608Z Compiling oxide-generation v0.1.3
36722026-09-06T04:34:12.608Z Compiling backon v1.6.0
36732026-09-06T04:34:12.680Z Running `/home/build/.rustup/toolchains/1.97.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=87d6955ba050571d -C extra-filename=-464f319bd5864d73 --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-22cd1c92ad71623d.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-41cc605f1d41fceb.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ac41bef38e3f356d.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-9110c4e405265507.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-0aaa482e0f219b35.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfaf08314bac8cdb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36742026-09-06T04:34:12.683Z Running `/home/build/.rustup/toolchains/1.97.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=ca27d4094af70595 -C extra-filename=-b384d457a273452c --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-017f930efaf3a116.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36752026-09-06T04:34:12.683Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-d24cfe68db28428a/build-script-build`
36762026-09-06T04:34:12.715Z Running `/home/build/.rustup/toolchains/1.97.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=d8eff8b963f151b5 -C extra-filename=-1005e91a4da86a23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-7a01241811fb8919.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36772026-09-06T04:34:12.832Z Compiling strum v0.27.2
36782026-09-06T04:34:12.832Z Compiling backoff v0.4.0
36792026-09-06T04:34:12.835Z Compiling humantime v2.3.0
36802026-09-06T04:34:12.835Z Compiling convert_case v0.4.0
36812026-09-06T04:34:12.835Z Compiling half v2.7.1
36822026-09-06T04:34:12.835Z Compiling ciborium-io v0.2.2
36832026-09-06T04:34:12.835Z Running `/home/build/.rustup/toolchains/1.97.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=4ad1b86282817328 -C extra-filename=-1a47a5a0db9c07c5 --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-bc9d8fbf105a8ad5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-cce3b6078ca3b033.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-e478f62a65fbf29c.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-826fbb1f06ba9549.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-7abaceda44bc0ff3.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-005b50cdeb71d655.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-6db3d1ab605be4b9.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-fc5b8b5ca4794a58.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-14b2c229b6613ed9.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-232b3b7d175167a3.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-1d7f474c3177f54a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0762409d2eb35a22.rmeta --cap-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-b5224bd7ae3b5054/out/lib`
36842026-09-06T04:34:12.836Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-e329542ecfd8f9d4/build-script-build`
36852026-09-06T04:34:12.836Z Running `/home/build/.rustup/toolchains/1.97.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=e0b03368117dce74 -C extra-filename=-6e7f0961644c17f0 --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-34305e796e1000e1.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2e4dd57d9d069e85.rmeta --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-2ad77b5035089002.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36862026-09-06T04:34:12.836Z Running `/home/build/.rustup/toolchains/1.97.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=a73b25d120fc3c39 -C extra-filename=-62f55d4c840c5c86 --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-34305e796e1000e1.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36872026-09-06T04:34:12.836Z Running `/home/build/.rustup/toolchains/1.97.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=8018af96e840f87c -C extra-filename=-3862f5034abeb9ab --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-b494c244eb06e72a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36882026-09-06T04:34:13.052Z Compiling hyper-util v0.1.20
36892026-09-06T04:34:13.056Z Compiling async-stream v0.3.6
36902026-09-06T04:34:13.056Z Compiling async-compression v0.4.41
36912026-09-06T04:34:13.056Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
36922026-09-06T04:34:13.056Z Compiling oxide-generation-macros v0.2.0
36932026-09-06T04:34:13.056Z Compiling secrecy v0.10.3
36942026-09-06T04:34:13.056Z Compiling indent_write v2.2.0
36952026-09-06T04:34:13.056Z Running `/home/build/.rustup/toolchains/1.97.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=f8f2ad6f9b8640b9 -C extra-filename=-bf5346cb2b09b2c1 --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-9ab4881faed55165.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36962026-09-06T04:34:13.085Z Running `/home/build/.rustup/toolchains/1.97.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=517e96601fe04bbf -C extra-filename=-f6f38ef7bd161859 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36972026-09-06T04:34:13.088Z Running `/home/build/.rustup/toolchains/1.97.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=6641929daf733ff6 -C extra-filename=-7e2037444cf8dcf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36982026-09-06T04:34:13.088Z Running `/home/build/.rustup/toolchains/1.97.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=67343f1376aebb6b -C extra-filename=-d837eb6ad325c10f --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-d8fbaa4fbac25e39.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36992026-09-06T04:34:13.088Z Running `/home/build/.rustup/toolchains/1.97.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=611db43e1ce95967 -C extra-filename=-ca9ef9ff4744380d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37002026-09-06T04:34:13.088Z Running `/home/build/.rustup/toolchains/1.97.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=108dcde15b024540 -C extra-filename=-66842ca924ea9165 --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-a1cdf1d4d5c11804.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-c6b4072429865da7.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-976a791b09704962.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37012026-09-06T04:34:13.268Z Running `/home/build/.rustup/toolchains/1.97.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=00cb0a55aaef477e -C extra-filename=-e86dda8690586feb --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-bf59ab279ffa544e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-63674b74f4ff7642.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1c0696c1a58eee79.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-09524617415398ef.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-594a4c0c3effa46d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37022026-09-06T04:34:13.271Z Running `/home/build/.rustup/toolchains/1.97.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=4b437288219c7912 -C extra-filename=-4882874038ac1ddb --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-58156453bb55ad4a.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-f77eb10c7bb25fa5.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-458831f7c6f75c26.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-cb9ce126b271012b.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6fde902a2eb58e5a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37032026-09-06T04:34:13.271Z Running `/home/build/.rustup/toolchains/1.97.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=9dfff25f748f16f7 -C extra-filename=-90b2da45a368f0d3 --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-5b60970e8969e279.rmeta --extern compression_core=/work/oxidecomputer/omicron/target/debug/deps/libcompression_core-ad05bf822fd7c0b3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042026-09-06T04:34:13.271Z Running `/home/build/.rustup/toolchains/1.97.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=1391de56ef504bbe -C extra-filename=-64d06e4bd46a1adc --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-70cbc4ee64b2c41b.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37052026-09-06T04:34:13.271Z Running `/home/build/.rustup/toolchains/1.97.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=a2b6ed580003ee4b -C extra-filename=-63f42b23f48a5b35 --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-0890a11f034e3732.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-ff2cd690c65a174a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37062026-09-06T04:34:13.271Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
37072026-09-06T04:34:13.271Z Compiling camino-tempfile v1.4.1
37082026-09-06T04:34:13.271Z Compiling crucible-workspace-hack v0.1.0
37092026-09-06T04:34:13.302Z Compiling inout v0.1.4
37102026-09-06T04:34:13.305Z Compiling regress v0.11.1
37112026-09-06T04:34:13.343Z Running `/home/build/.rustup/toolchains/1.97.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=5a6dd552998b586e -C extra-filename=-13854ae79d2ea11e --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-9177e43cb0714f73.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-98fdf801ac83803a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cb8a1f65c38a6f10.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37122026-09-06T04:34:13.378Z Running `/home/build/.rustup/toolchains/1.97.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=e828d377973761d4 -C extra-filename=-1dca3d02a133bc4d --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-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37132026-09-06T04:34:13.381Z Running `/home/build/.rustup/toolchains/1.97.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=2f0f2f63f445f418 -C extra-filename=-2bfdad985709c039 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37142026-09-06T04:34:13.527Z Running `/home/build/.rustup/toolchains/1.97.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=2435ae78a2158d59 -C extra-filename=-c294a792f9cb873f --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-068dfff8328f54ea.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-33eda3dfc011fb69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-e55b4a3d60362478.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-5a93d54c40a1773f.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-b9f7048eef22411f.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-9ab4881faed55165.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37152026-09-06T04:34:13.530Z Running `/home/build/.rustup/toolchains/1.97.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=319b05b961903fcb -C extra-filename=-95cb76ea30bf53b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-95cb76ea30bf53b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37162026-09-06T04:34:13.530Z Running `/home/build/.rustup/toolchains/1.97.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=11250414d2deddbf -C extra-filename=-c788f94cd99a92dd --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-fcf6eb9bf07b1215.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-67906e389b246647.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37172026-09-06T04:34:13.531Z Running `/home/build/.rustup/toolchains/1.97.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=a1b9a43d69c81fdb -C extra-filename=-b304802e4aa2c022 --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-56ba56fd0685d2ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37182026-09-06T04:34:13.531Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
37192026-09-06T04:34:13.531Z Compiling ciborium-ll v0.2.2
37202026-09-06T04:34:13.531Z Compiling universal-hash v0.5.1
37212026-09-06T04:34:13.531Z Compiling thiserror-impl-no-std v2.0.2
37222026-09-06T04:34:13.531Z Compiling opaque-debug v0.3.1
37232026-09-06T04:34:13.531Z Running `/home/build/.rustup/toolchains/1.97.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=976a8589657904f7 -C extra-filename=-aa99e2f39b1a2a39 --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-36ecfb77bd7bffd6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37242026-09-06T04:34:13.601Z Compiling derive_more v0.99.20
37252026-09-06T04:34:13.604Z Compiling aead v0.5.2
37262026-09-06T04:34:13.604Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4fb9bd57)
37272026-09-06T04:34:13.604Z Compiling blake2 v0.10.6
37282026-09-06T04:34:13.604Z Compiling password-hash v0.5.0
37292026-09-06T04:34:13.632Z Compiling unsafe-libyaml v0.2.11
37302026-09-06T04:34:13.635Z Running `/home/build/.rustup/toolchains/1.97.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=a82f0f8f80eb74be -C extra-filename=-bda3f106ab9df261 --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-6fccdabade519cfc.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1a47a5a0db9c07c5.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-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-b5224bd7ae3b5054/out/lib`
37312026-09-06T04:34:13.635Z Running `/home/build/.rustup/toolchains/1.97.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=be80538c11c5b55f -C extra-filename=-3f9037c21e5c3b31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37322026-09-06T04:34:13.635Z Running `/home/build/.rustup/toolchains/1.97.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=da40e3ac753d3ea4 -C extra-filename=-77cad356f5579589 --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-6e15412a797c7768.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37332026-09-06T04:34:13.635Z Running `/home/build/.rustup/toolchains/1.97.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=ede46ffd81524fa0 -C extra-filename=-04ca8e1b5811b8df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37342026-09-06T04:34:13.635Z Running `/home/build/.rustup/toolchains/1.97.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=193402f4f5842c0f -C extra-filename=-ff32e67c4edb3aa5 --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-7e2037444cf8dcf8.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-d837eb6ad325c10f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37352026-09-06T04:34:13.635Z Running `/home/build/.rustup/toolchains/1.97.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=cbf112f0f42db867 -C extra-filename=-c5993d8eeb7c8b71 --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-ca9ef9ff4744380d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37362026-09-06T04:34:13.668Z Running `/home/build/.rustup/toolchains/1.97.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=1e0c7e9a10f22bd6 -C extra-filename=-66de7847fad6bae5 --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-6e15412a797c7768.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-56ba56fd0685d2ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37372026-09-06T04:34:13.671Z Running `/home/build/.rustup/toolchains/1.97.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=b198d86bed61fd78 -C extra-filename=-2cecb661f64987f8 --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-4c5cc81598cfc878.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37382026-09-06T04:34:13.671Z Running `/home/build/.rustup/toolchains/1.97.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=e310c834ece7fd63 -C extra-filename=-c93042fe2bf79904 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37392026-09-06T04:34:13.671Z Running `/home/build/.rustup/toolchains/1.97.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=1db70f1bc13f509e -C extra-filename=-38f3cdefbd0ac132 --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-bc9d8fbf105a8ad5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37402026-09-06T04:34:13.708Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/4fb9bd5/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=b6280424a00786c1 -C extra-filename=-7fbc457fe65e6276 --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-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37412026-09-06T04:34:13.711Z Compiling cipher v0.4.4
37422026-09-06T04:34:13.778Z Running `/home/build/.rustup/toolchains/1.97.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=e8c3d172f179da97 -C extra-filename=-5e9666215569ef06 --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-6e15412a797c7768.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-b304802e4aa2c022.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37432026-09-06T04:34:13.781Z Compiling swrite v0.1.0
37442026-09-06T04:34:13.781Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-95cb76ea30bf53b6/build-script-build`
37452026-09-06T04:34:13.814Z Compiling ciborium v0.2.2
37462026-09-06T04:34:13.818Z Running `/home/build/.rustup/toolchains/1.97.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=94e4c0453a6c8809 -C extra-filename=-73507b11e79a4dbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37472026-09-06T04:34:13.853Z Running `/home/build/.rustup/toolchains/1.97.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=ee04f3775c72d43f -C extra-filename=-b0bbf1e339dfa3ca --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-7e2037444cf8dcf8.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-ff32e67c4edb3aa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37482026-09-06T04:34:13.856Z Compiling crossbeam-deque v0.8.6
37492026-09-06T04:34:13.885Z Running `/home/build/.rustup/toolchains/1.97.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=605754862748ea62 -C extra-filename=-573d31642eb2569b --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-4411b8b43effe66a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37502026-09-06T04:34:13.916Z Compiling rayon-core v1.13.0
37512026-09-06T04:34:13.919Z Running `/home/build/.rustup/toolchains/1.97.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=8ba319f71e826514 -C extra-filename=-c01283b8ccdba98f --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-c01283b8ccdba98f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37522026-09-06T04:34:13.954Z Compiling num-derive v0.4.2
37532026-09-06T04:34:13.991Z Running `/home/build/.rustup/toolchains/1.97.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=38412f759db2f583 -C extra-filename=-9ec64f7a44058afe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37542026-09-06T04:34:14.026Z Compiling glob v0.3.3
37552026-09-06T04:34:14.029Z Running `/home/build/.rustup/toolchains/1.97.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=71ee4fac03544968 -C extra-filename=-ea606c39d992acda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:34:14.127Z Compiling chacha20 v0.9.1
37572026-09-06T04:34:14.130Z Running `/home/build/.rustup/toolchains/1.97.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=1f4ffc5703ba6678 -C extra-filename=-bbd06af5b6659032 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:34:14.160Z Compiling toml_datetime v0.7.5+spec-1.1.0
37592026-09-06T04:34:14.163Z Running `/home/build/.rustup/toolchains/1.97.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=2a2d4b680da6d3f0 -C extra-filename=-e3d8807bc5bd01e4 --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-d8fbaa4fbac25e39.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5e9666215569ef06.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fd3cab9d4f7a24df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37602026-09-06T04:34:14.230Z Compiling argon2 v0.5.3
37612026-09-06T04:34:14.233Z Compiling proc-macro-error-attr v1.0.4
37622026-09-06T04:34:14.233Z Running `/home/build/.rustup/toolchains/1.97.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=1c910a618f9197a8 -C extra-filename=-6a9459185844555f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37632026-09-06T04:34:14.369Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
37642026-09-06T04:34:14.373Z Compiling poly1305 v0.8.0
37652026-09-06T04:34:14.373Z Compiling proc-macro-error v1.0.4
37662026-09-06T04:34:14.373Z Running `/home/build/.rustup/toolchains/1.97.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=b6c1d1cc7b23d56e -C extra-filename=-820dac235eef9c6f --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-4c5cc81598cfc878.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-38f3cdefbd0ac132.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fd3cab9d4f7a24df.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-2cecb661f64987f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37672026-09-06T04:34:14.373Z Running `/home/build/.rustup/toolchains/1.97.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=808af57c13eaf540 -C extra-filename=-57011ca35090ff1e --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-57011ca35090ff1e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37682026-09-06T04:34:14.481Z Compiling serde_yaml v0.9.34+deprecated
37692026-09-06T04:34:14.484Z Compiling tabwriter v1.4.1
37702026-09-06T04:34:14.484Z Compiling heapless v0.8.0
37712026-09-06T04:34:14.485Z Compiling illumos-nvpair-sys v0.2.0
37722026-09-06T04:34:14.485Z Running `/home/build/.rustup/toolchains/1.97.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=50b5949944fd5f4f -C extra-filename=-073d654b7a17cb95 --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-62f55d4c840c5c86.rmeta --extern oxide_generation_macros=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation_macros-13854ae79d2ea11e.so --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37732026-09-06T04:34:14.485Z Running `/home/build/.rustup/toolchains/1.97.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=3f0d19c4ac04e397 -C extra-filename=-d16e687f944d3577 --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-fd3cab9d4f7a24df.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-04ca8e1b5811b8df.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-77cad356f5579589.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37742026-09-06T04:34:14.485Z Running `/home/build/.rustup/toolchains/1.97.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=4470aa3e31dd610a -C extra-filename=-3ededf8acefdf945 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-3ededf8acefdf945 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37752026-09-06T04:34:14.598Z Running `/home/build/.rustup/toolchains/1.97.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=2f7d0aa033430604 -C extra-filename=-8ac9f7af0dcac38e --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-7887e98324075732.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c2c00b5f956a68ca.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3b311482eb74f2fa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-c93042fe2bf79904.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37762026-09-06T04:34:14.601Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-c01283b8ccdba98f/build-script-build`
37772026-09-06T04:34:14.601Z Running `/home/build/.rustup/toolchains/1.97.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=4e4c80f3fe073461 -C extra-filename=-64180aced6d0a84c --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-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37782026-09-06T04:34:14.601Z Compiling hyper-tls v0.6.0
37792026-09-06T04:34:14.601Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
37802026-09-06T04:34:14.601Z Compiling toml_edit v0.23.10+spec-1.0.0
37812026-09-06T04:34:14.631Z Running `/home/build/.rustup/toolchains/1.97.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=1cf0e6897fccfbbe -C extra-filename=-031cfbfbecc369bd --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-031cfbfbecc369bd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37822026-09-06T04:34:14.635Z Running `/home/build/.rustup/toolchains/1.97.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=7c84b56f72bc32db -C extra-filename=-b4b41ec24bc92657 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-nvpair-sys-b4b41ec24bc92657 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37832026-09-06T04:34:14.771Z Compiling ingot-macros v0.2.0
37842026-09-06T04:34:14.775Z Compiling hash32 v0.3.1
37852026-09-06T04:34:14.775Z Running `/home/build/.rustup/toolchains/1.97.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=0e06e5ba6266bccc -C extra-filename=-beb7bc18c73ee097 --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-58156453bb55ad4a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-e86dda8690586feb.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-de4f78fe2552099a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-70f22e5cbcdd5bb7.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-594a4c0c3effa46d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
37862026-09-06T04:34:14.775Z Running `/home/build/.rustup/toolchains/1.97.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=8f5ebcfcdeca09bb -C extra-filename=-25036e9e5d1003cd --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-bf59ab279ffa544e.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-ea606c39d992acda.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37872026-09-06T04:34:14.811Z Running `/home/build/.rustup/toolchains/1.97.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=c2757b23ef0537e5 -C extra-filename=-600be04b0161917e --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-7887e98324075732.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-6a9459185844555f.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-9110c4e405265507.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-175c937003a669b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37882026-09-06T04:34:14.894Z Compiling parse-display v0.10.0
37892026-09-06T04:34:14.894Z Compiling chacha20poly1305 v0.10.1
37902026-09-06T04:34:14.897Z Compiling smoltcp v0.11.0
37912026-09-06T04:34:14.996Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-57011ca35090ff1e/build-script-build`
37922026-09-06T04:34:15.000Z Running `/home/build/.rustup/toolchains/1.97.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=ab0de7b9743b1326 -C extra-filename=-6a3db1851432341c --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-77e50581376d5748.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bfdf9c0510cd7581.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37932026-09-06T04:34:15.038Z Running `/home/build/.rustup/toolchains/1.97.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=20ca44c792dfaa67 -C extra-filename=-8d17ff2391d1d9a1 --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-17ae1705427aeb7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37942026-09-06T04:34:15.042Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
37952026-09-06T04:34:15.045Z Compiling colored v3.1.1
37962026-09-06T04:34:15.045Z Compiling cobs v0.3.0
37972026-09-06T04:34:15.045Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
37982026-09-06T04:34:15.045Z Running `/home/build/.rustup/toolchains/1.97.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=e6b7e23e47da89d9 -C extra-filename=-9253579285580e0b --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-1005e91a4da86a23.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37992026-09-06T04:34:15.046Z Running `/home/build/.rustup/toolchains/1.97.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=5eb3dee6f57440b5 -C extra-filename=-d3d581b84ca1e842 --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-66de7847fad6bae5.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-e3d8807bc5bd01e4.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5e9666215569ef06.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-d16e687f944d3577.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38002026-09-06T04:34:15.046Z Running `/home/build/.rustup/toolchains/1.97.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=8e48859b71c99004 -C extra-filename=-c654da965748e743 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-c654da965748e743 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38012026-09-06T04:34:15.081Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-3ededf8acefdf945/build-script-build`
38022026-09-06T04:34:15.194Z Running `/home/build/.rustup/toolchains/1.97.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=6f8ccc561f0facbc -C extra-filename=-e41457fd61a35b2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-50be7308aaf1878c/out -l static=zstd`
38032026-09-06T04:34:15.197Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-nvpair-sys-b4b41ec24bc92657/build-script-build`
38042026-09-06T04:34:15.197Z Compiling reqwest v0.12.28
38052026-09-06T04:34:15.197Z Compiling typify-impl v0.6.2
38062026-09-06T04:34:15.197Z Running `/home/build/.rustup/toolchains/1.97.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=1da231b3fdf46e27 -C extra-filename=-a28b3bca7dd8309b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38072026-09-06T04:34:15.197Z Running `/home/build/.rustup/toolchains/1.97.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=cc3278cd6b0c0544 -C extra-filename=-7111f7c00b3ae43f --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-7111f7c00b3ae43f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38082026-09-06T04:34:15.198Z Running `/home/build/.rustup/toolchains/1.97.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=73f56a74fb574647 -C extra-filename=-c16e915ecd2bedb8 --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-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38092026-09-06T04:34:15.224Z Running `/home/build/.rustup/toolchains/1.97.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=d684b186b5160928 -C extra-filename=-33237d56c230cea5 --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-573d31642eb2569b.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38102026-09-06T04:34:15.227Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-d47b6dc1883b2bff/build-script-build`
38112026-09-06T04:34:15.227Z Running `/home/build/.rustup/toolchains/1.97.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=1a8cf74be3f40927 -C extra-filename=-9bcc2040c2bdc86b --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-9bcc2040c2bdc86b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38122026-09-06T04:34:15.227Z Running `/home/build/.rustup/toolchains/1.97.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=634c857ea978bdce -C extra-filename=-35229ed475fb5fdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38132026-09-06T04:34:15.333Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4fb9bd57)
38142026-09-06T04:34:15.336Z Compiling rand v0.10.1
38152026-09-06T04:34:15.336Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-031cfbfbecc369bd/build-script-build`
38162026-09-06T04:34:15.336Z Running `/home/build/.rustup/toolchains/1.97.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=e91b30d6b28d68f8 -C extra-filename=-04f3aa5be186a221 --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-bf59ab279ffa544e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-f77eb10c7bb25fa5.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-9cacceb32a7b1d45.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-63674b74f4ff7642.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-beb7bc18c73ee097.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-e86dda8690586feb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-cb9ce126b271012b.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-de4f78fe2552099a.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-dd3e90bf5b9450bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-83d6a52ae2cee461.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-9285e2cec1c30045.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-70f22e5cbcdd5bb7.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-9a3ec13da42a9aeb.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-6e5d51dae123fb20.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-594a4c0c3effa46d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
38172026-09-06T04:34:15.363Z Running `/home/build/.rustup/toolchains/1.97.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=a17b95fd4f601466 -C extra-filename=-568b95dc24621413 --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-9177e43cb0714f73.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-aa99e2f39b1a2a39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a102d7cd852100ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38182026-09-06T04:34:15.552Z Compiling proc-macro-crate v3.4.0
38192026-09-06T04:34:15.552Z Compiling proc-macro-crate v1.3.1
38202026-09-06T04:34:15.555Z Compiling foreign-types-macros v0.2.3
38212026-09-06T04:34:15.555Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
38222026-09-06T04:34:15.555Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
38232026-09-06T04:34:15.555Z Compiling foreign-types-shared v0.3.1
38242026-09-06T04:34:15.555Z Running `/home/build/.rustup/toolchains/1.97.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=6cda2b47a78c00b2 -C extra-filename=-8e1cf716106d1b4a --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-ffbacc6bf6aba88f.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-8ceb6120c38abc55.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38252026-09-06T04:34:15.555Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types_versions --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/4fb9bd5/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=79781b940250dacf -C extra-filename=-fecef3a08d40cd1e --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-25036e9e5d1003cd.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-7fbc457fe65e6276.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38262026-09-06T04:34:15.687Z Running `/home/build/.rustup/toolchains/1.97.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=849360ea2708be04 -C extra-filename=-2f31141ce0ba2479 --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-e41457fd61a35b2c.rmeta --cap-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-50be7308aaf1878c/out`
38272026-09-06T04:34:15.690Z Compiling thiserror-no-std v2.0.2
38282026-09-06T04:34:15.721Z Compiling postcard v1.1.3
38292026-09-06T04:34:15.724Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
38302026-09-06T04:34:15.724Z Running `/home/build/.rustup/toolchains/1.97.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=1839dd7b6dfb0645 -C extra-filename=-b03beee55792acff --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-600be04b0161917e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38312026-09-06T04:34:15.724Z Running `/home/build/.rustup/toolchains/1.97.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=11e6da657a585e6a -C extra-filename=-771f74eea011cd0f --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-e3465fe290c8da6d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-ca8c77f56f546c48.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38322026-09-06T04:34:15.725Z Running `/home/build/.rustup/toolchains/1.97.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=822ab51c77005c51 -C extra-filename=-ce8c1d9f4bb80b7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38332026-09-06T04:34:15.725Z Running `/home/build/.rustup/toolchains/1.97.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=0bf0da394da95a9c -C extra-filename=-224e970e4085a6e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-224e970e4085a6e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38342026-09-06T04:34:15.725Z Running `/home/build/.rustup/toolchains/1.97.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=b9cb35b3659a7e20 -C extra-filename=-7a50a0b707fafe01 --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-068dfff8328f54ea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352026-09-06T04:34:15.725Z Running `/home/build/.rustup/toolchains/1.97.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=17bd068086b80582 -C extra-filename=-ee5b78f13dec8cca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38362026-09-06T04:34:15.794Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
38372026-09-06T04:34:15.797Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-7111f7c00b3ae43f/build-script-build`
38382026-09-06T04:34:15.797Z Running `/home/build/.rustup/toolchains/1.97.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=3e503739a1b88f7e -C extra-filename=-48c5a9d697d2fbd4 --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-3f9037c21e5c3b31.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38392026-09-06T04:34:15.797Z Running `/home/build/.rustup/toolchains/1.97.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=873c53eeade641e0 -C extra-filename=-25c2bd9752e8fee6 --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-c16e915ecd2bedb8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38402026-09-06T04:34:15.797Z Running `/home/build/.rustup/toolchains/1.97.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=18c27a386aabbde2 -C extra-filename=-6e3d3a6dfa5b96c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
38412026-09-06T04:34:15.797Z Running `/home/build/.rustup/toolchains/1.97.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=671a33d976a02d04 -C extra-filename=-1356266990feac37 --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-8d17ff2391d1d9a1.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-112bf55ab051345c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38422026-09-06T04:34:15.797Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-c654da965748e743/build-script-build`
38432026-09-06T04:34:15.797Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-9bcc2040c2bdc86b/build-script-build`
38442026-09-06T04:34:15.828Z Running `/home/build/.rustup/toolchains/1.97.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=7c60ae2e80128ced -C extra-filename=-0d4e472825dc7ebb --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-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38452026-09-06T04:34:15.865Z Running `/home/build/.rustup/toolchains/1.97.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=27659863a6e61756 -C extra-filename=-a460c1050b8b0eac --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-35229ed475fb5fdf.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
38462026-09-06T04:34:15.869Z Running `/home/build/.rustup/toolchains/1.97.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=6bd8a3262c8d9b2c -C extra-filename=-983302c6c7826e58 --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-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38472026-09-06T04:34:15.938Z Compiling zstd v0.13.3
38482026-09-06T04:34:15.941Z Compiling rayon v1.11.0
38492026-09-06T04:34:16.110Z Compiling sigpipe v0.1.3
38502026-09-06T04:34:16.113Z Compiling cstr-argument v0.1.2
38512026-09-06T04:34:16.114Z Running `/home/build/.rustup/toolchains/1.97.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=2292bb6282b4a0e1 -C extra-filename=-30c5241e82c6e799 --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-2f31141ce0ba2479.rmeta --cap-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-50be7308aaf1878c/out`
38522026-09-06T04:34:16.114Z Running `/home/build/.rustup/toolchains/1.97.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=ef9a552b7832639f -C extra-filename=-f0ec5e2d11529ba7 --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-017f930efaf3a116.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-33237d56c230cea5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38532026-09-06T04:34:16.114Z Running `/home/build/.rustup/toolchains/1.97.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=afdd136e490b926a -C extra-filename=-92b15321e25f47a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
38542026-09-06T04:34:16.179Z Compiling illumos-nvpair v0.3.0
38552026-09-06T04:34:16.182Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
38562026-09-06T04:34:16.182Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
38572026-09-06T04:34:16.182Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-224e970e4085a6e1/build-script-build`
38582026-09-06T04:34:16.247Z Running `/home/build/.rustup/toolchains/1.97.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=4a713f691c7953c5 -C extra-filename=-9ae056fc6adc85f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
38592026-09-06T04:34:16.250Z Running `/home/build/.rustup/toolchains/1.97.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=b5812a2598f041cc -C extra-filename=-6c9985303e27f46f --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-d8fbaa4fbac25e39.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38602026-09-06T04:34:16.250Z Running `/home/build/.rustup/toolchains/1.97.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=6620e32b56f0d881 -C extra-filename=-a427c35112adb2ad --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-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38612026-09-06T04:34:16.284Z Compiling toml v0.8.23
38622026-09-06T04:34:16.287Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4fb9bd57)
38632026-09-06T04:34:16.287Z Compiling itertools v0.12.1
38642026-09-06T04:34:16.287Z Running `/home/build/.rustup/toolchains/1.97.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=6d6b6a9f89e8443b -C extra-filename=-d2d47117863a0312 --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-6e3d3a6dfa5b96c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38652026-09-06T04:34:16.288Z Running `/home/build/.rustup/toolchains/1.97.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=d90b3cd1708bfd4f -C extra-filename=-56124dc6eab6c8f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-56124dc6eab6c8f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38662026-09-06T04:34:16.288Z Running `/home/build/.rustup/toolchains/1.97.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=5fd128f8964224ee -C extra-filename=-2a144f6d32b8ed23 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-2a144f6d32b8ed23 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38672026-09-06T04:34:16.423Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/4fb9bd5/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=7bb4dc217590e878 -C extra-filename=-cc7ebb12bc97261e --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-34de0cd9290266be.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38682026-09-06T04:34:16.426Z Running `/home/build/.rustup/toolchains/1.97.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=0c4e673e9f2cb37a -C extra-filename=-6a7e3625dbef9b74 --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-017f930efaf3a116.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38692026-09-06T04:34:16.460Z Compiling zip v4.6.1
38702026-09-06T04:34:16.463Z Compiling vsss-rs v3.3.4
38712026-09-06T04:34:16.491Z Running `/home/build/.rustup/toolchains/1.97.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=253e6f51ea24e9f5 -C extra-filename=-35f1fa160e3ae0f4 --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-e56f0e8a039ca63d.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-92fd675e05daf18a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-7c67267be4119dab.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a92d0200c751d76.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38722026-09-06T04:34:16.707Z Compiling num_enum_derive v0.7.6
38732026-09-06T04:34:16.710Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
38742026-09-06T04:34:16.710Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
38752026-09-06T04:34:16.710Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38762026-09-06T04:34:16.710Z Compiling smf v0.2.3
38772026-09-06T04:34:16.710Z Compiling whoami v1.6.1
38782026-09-06T04:34:16.710Z Compiling usdt-attr-macro v0.5.0
38792026-09-06T04:34:16.710Z Compiling usdt-macro v0.5.0
38802026-09-06T04:34:16.710Z Compiling derive-where v1.6.0
38812026-09-06T04:34:16.710Z Running `/home/build/.rustup/toolchains/1.97.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=0dd7b3f6fac8230e -C extra-filename=-58a4d2926f7812b7 --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-9e13288182eb7ac8.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-18c3e50c227732f4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-4b778ed7c17d17c4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-47537408f76c54a0.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-30c5241e82c6e799.rmeta --cap-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-50be7308aaf1878c/out`
38822026-09-06T04:34:16.710Z Running `/home/build/.rustup/toolchains/1.97.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=8e9aee40f906f291 -C extra-filename=-dbefe2d37961bbfd --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-98c1d35ffadfca28.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8c395e49d1d76c83.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7bc99b808c509d91.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-48c5a9d697d2fbd4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38832026-09-06T04:34:16.710Z Running `/home/build/.rustup/toolchains/1.97.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=83684c790659c5e2 -C extra-filename=-0f32f8de29b8b008 --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-5bf4110dad6990d2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-1356266990feac37.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-83ba731ed86a99c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38842026-09-06T04:34:16.746Z Running `/home/build/.rustup/toolchains/1.97.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=3a5c707dc45ec90d -C extra-filename=-0ece6d068163a594 --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-b03beee55792acff.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38852026-09-06T04:34:16.749Z Running `/home/build/.rustup/toolchains/1.97.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=6afdbbc2544a4064 -C extra-filename=-8d18bd2a125dc400 --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-34de0cd9290266be.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-0d4e472825dc7ebb.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38862026-09-06T04:34:16.749Z Running `/home/build/.rustup/toolchains/1.97.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=c10789ad87995a7b -C extra-filename=-f3297e304c4634f2 --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-ea606c39d992acda.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-9ec64f7a44058afe.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38872026-09-06T04:34:16.749Z Running `/home/build/.rustup/toolchains/1.97.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=789e54cfc6fe984c -C extra-filename=-6a091e5c30a9a7d3 --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-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38882026-09-06T04:34:16.749Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4fb9bd57)
38892026-09-06T04:34:16.749Z Compiling memmap v0.7.0
38902026-09-06T04:34:16.777Z Running `/home/build/.rustup/toolchains/1.97.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=ceb71af4b88cd6da -C extra-filename=-c7b9ba2035881c61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38912026-09-06T04:34:16.781Z Running `/home/build/.rustup/toolchains/1.97.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=377ef4e682a58dc7 -C extra-filename=-d5b8ef731214d3d5 --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-cf21cafd72229ad9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-dc409a536d2cf702.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ea86a1779b557491.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38922026-09-06T04:34:16.781Z Running `/home/build/.rustup/toolchains/1.97.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=97b67d418d00fd9a -C extra-filename=-57dad7792e01b921 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-57dad7792e01b921 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38932026-09-06T04:34:16.813Z Running `/home/build/.rustup/toolchains/1.97.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=07fbcaae77e7a19b -C extra-filename=-de0083ceb1cb79e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38942026-09-06T04:34:16.816Z Running `/home/build/.rustup/toolchains/1.97.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=900824db7c9c23ce -C extra-filename=-1683fab574c132c3 --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-cf21cafd72229ad9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-dc409a536d2cf702.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ea86a1779b557491.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38952026-09-06T04:34:16.816Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/4fb9bd5/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=ff5ccf18a3a25114 -C extra-filename=-f851b7917f5eab5e --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-cc7ebb12bc97261e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38962026-09-06T04:34:16.852Z Running `/home/build/.rustup/toolchains/1.97.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=f866897f7bdb5f65 -C extra-filename=-53a96f178b54e91c --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-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38972026-09-06T04:34:16.915Z Compiling num_enum_derive v0.5.11
38982026-09-06T04:34:17.090Z Compiling foreign-types v0.5.0
38992026-09-06T04:34:17.093Z Compiling console v0.15.11
39002026-09-06T04:34:17.093Z Compiling newline-converter v0.3.0
39012026-09-06T04:34:17.093Z Running `/home/build/.rustup/toolchains/1.97.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=0126d63894fe772a -C extra-filename=-2c2a9bd3744d9dbd --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-771f74eea011cd0f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39022026-09-06T04:34:17.093Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-56124dc6eab6c8f0/build-script-build`
39032026-09-06T04:34:17.231Z Compiling zone_cfg_derive v0.3.1
39042026-09-06T04:34:17.234Z Compiling bytecount v0.6.9
39052026-09-06T04:34:17.234Z Compiling num-rational v0.4.2
39062026-09-06T04:34:17.234Z Compiling num-complex v0.4.6
39072026-09-06T04:34:17.234Z Running `/home/build/.rustup/toolchains/1.97.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=69497766c432d843 -C extra-filename=-ff4e6ef55dbb890c --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-ce8c1d9f4bb80b7a.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-ee5b78f13dec8cca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39082026-09-06T04:34:17.266Z Running `/home/build/.rustup/toolchains/1.97.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=d9afd3041b86c52f -C extra-filename=-68422ce0f8bf221e --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-3dee014ccd6c615d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39092026-09-06T04:34:17.269Z Running `/home/build/.rustup/toolchains/1.97.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=2626b5e5ec44fc44 -C extra-filename=-e334ab4a9a0d3340 --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-34de0cd9290266be.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39102026-09-06T04:34:17.269Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-2a144f6d32b8ed23/build-script-build`
39112026-09-06T04:34:17.412Z Compiling float-ord v0.3.2
39122026-09-06T04:34:17.415Z Compiling cancel-safe-futures v0.1.5
39132026-09-06T04:34:17.415Z Compiling gethostname v0.5.0
39142026-09-06T04:34:17.415Z Compiling linear-map v1.2.0
39152026-09-06T04:34:17.415Z Running `/home/build/.rustup/toolchains/1.97.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=894d923f2b4b8e79 -C extra-filename=-f79b44cbf70b1cdb --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-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39162026-09-06T04:34:17.415Z Running `/home/build/.rustup/toolchains/1.97.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=6328c67bcfe8c5e2 -C extra-filename=-74bdc424a94464fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39172026-09-06T04:34:17.415Z Running `/home/build/.rustup/toolchains/1.97.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=21630ffe92161b8a -C extra-filename=-3f78756ef73a2c0e --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-6c1a39cdac9eb0a1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-a460c1050b8b0eac.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39182026-09-06T04:34:17.415Z Running `/home/build/.rustup/toolchains/1.97.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=ece8e78ba91780cf -C extra-filename=-13786a4ea0eeba69 --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-d6e768b4a07484fb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39192026-09-06T04:34:17.539Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4fb9bd57)
39202026-09-06T04:34:17.542Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
39212026-09-06T04:34:17.542Z Compiling prettyplease v0.2.37
39222026-09-06T04:34:17.603Z Running `/home/build/.rustup/toolchains/1.97.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=cb15c491a57cfee6 -C extra-filename=-f7d66778cba9be8a --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-f7d66778cba9be8a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39232026-09-06T04:34:17.606Z Running `/home/build/.rustup/toolchains/1.97.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=e608d55bd39ae03b -C extra-filename=-79d3b7b3468d6e84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39242026-09-06T04:34:17.606Z Running `/home/build/.rustup/toolchains/1.97.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=9caa5cf8996189c9 -C extra-filename=-a56d8f6db8a882b5 --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-4b088514dcb33952.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39252026-09-06T04:34:17.606Z Running `/home/build/.rustup/toolchains/1.97.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=334c592693d82e57 -C extra-filename=-19a766c07024f5e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39262026-09-06T04:34:17.634Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/4fb9bd5/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=d5f69ae2401def01 -C extra-filename=-33c3a05658a36d80 --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-25036e9e5d1003cd.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-fecef3a08d40cd1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39272026-09-06T04:34:17.637Z Compiling expectorate v1.2.0
39282026-09-06T04:34:17.637Z Compiling resolv-conf v0.7.6
39292026-09-06T04:34:17.637Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-57dad7792e01b921/build-script-build`
39302026-09-06T04:34:17.667Z Running `/home/build/.rustup/toolchains/1.97.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=1d2a61b6aa131c76 -C extra-filename=-675807e4494cc841 --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-6c9985303e27f46f.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ff4e6ef55dbb890c.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-92b15321e25f47a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39312026-09-06T04:34:17.706Z Running `/home/build/.rustup/toolchains/1.97.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=ae7ac046cedeeddb -C extra-filename=-4dca313bba6f29aa --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-4dca313bba6f29aa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39322026-09-06T04:34:17.741Z Compiling papergrid v0.11.0
39332026-09-06T04:34:17.744Z Compiling tabled_derive v0.7.0
39342026-09-06T04:34:17.781Z Running `/home/build/.rustup/toolchains/1.97.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=b1b0a8cfc31644a0 -C extra-filename=-3492321b2b2c4486 --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-5cd0b75c991b5f54.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e334ab4a9a0d3340.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-68422ce0f8bf221e.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-09cdbd4e28a061ab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39352026-09-06T04:34:17.784Z Running `/home/build/.rustup/toolchains/1.97.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=60fe87fa34d6e3f5 -C extra-filename=-350c88071c567a04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39362026-09-06T04:34:17.861Z Compiling num v0.4.3
39372026-09-06T04:34:17.865Z Compiling slog-dtrace v0.3.0
39382026-09-06T04:34:17.865Z Running `/home/build/.rustup/toolchains/1.97.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=3959392dd002bf58 -C extra-filename=-5680f5db8db5ebf0 --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-74bdc424a94464fc.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-c2f3f257b63b1310.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39392026-09-06T04:34:17.865Z Running `/home/build/.rustup/toolchains/1.97.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=7d8b2e542437a902 -C extra-filename=-087c3b3c1dee3cdd --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-6c1a39cdac9eb0a1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-a460c1050b8b0eac.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39402026-09-06T04:34:17.980Z Compiling crossterm v0.29.0
39412026-09-06T04:34:17.980Z Compiling termtree v0.5.1
39422026-09-06T04:34:17.984Z Compiling fd-lock v4.0.4
39432026-09-06T04:34:17.984Z Compiling vte v0.14.1
39442026-09-06T04:34:17.984Z Compiling minimal-lexical v0.2.1
39452026-09-06T04:34:17.984Z Compiling linked-hash-map v0.5.6
39462026-09-06T04:34:17.984Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=zl%2Fddm-mcast#36e43651)
39472026-09-06T04:34:17.984Z Compiling hickory-proto v0.24.4
39482026-09-06T04:34:17.984Z Running `/home/build/.rustup/toolchains/1.97.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=70a188ef5731e9d7 -C extra-filename=-85d2d338b36aad00 --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-f79b44cbf70b1cdb.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-a88b8f4b883320f1.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-13786a4ea0eeba69.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39492026-09-06T04:34:17.984Z Running `/home/build/.rustup/toolchains/1.97.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=ec76d6c683c9b5dc -C extra-filename=-31e10c27af6ea0d3 --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-34305e796e1000e1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39502026-09-06T04:34:17.984Z Running `/home/build/.rustup/toolchains/1.97.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=0bc33f777651a4ea -C extra-filename=-782d71b8a944d0bf --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-782d71b8a944d0bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39512026-09-06T04:34:18.016Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-f7d66778cba9be8a/build-script-build`
39522026-09-06T04:34:18.019Z Running `/home/build/.rustup/toolchains/1.97.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=f28ba10d0f625197 -C extra-filename=-c47b3698c65ef3f8 --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-068dfff8328f54ea.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9ddfc7fdd943ec11.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-395485eff542c716.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c579f18f659a3e39.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b784691f215b8431.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-dc48db18361228ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39532026-09-06T04:34:18.019Z Running `/home/build/.rustup/toolchains/1.97.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=7e8c964c5f28b614 -C extra-filename=-2bbcb38d45330084 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39542026-09-06T04:34:18.019Z Compiling usdt v0.5.0
39552026-09-06T04:34:18.019Z Compiling unicode-xid v0.2.6
39562026-09-06T04:34:18.055Z Compiling nu-ansi-term v0.50.3
39572026-09-06T04:34:18.058Z Running `/home/build/.rustup/toolchains/1.97.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=0d16a35e88af4cd9 -C extra-filename=-478fc78c22963725 --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-d8fbaa4fbac25e39.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b784691f215b8431.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39582026-09-06T04:34:18.058Z Running `/home/build/.rustup/toolchains/1.97.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=77c353dfcc5313c8 -C extra-filename=-723cc87ec756a414 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39592026-09-06T04:34:18.058Z Running `/home/build/.rustup/toolchains/1.97.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=22ceeb76a4d3a521 -C extra-filename=-1e021693855244ff --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-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39602026-09-06T04:34:18.058Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name client_common --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/36e4365/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=62b06552b2796327 -C extra-filename=-e8eed1c9cc1738ab --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-26c50ce48f680bf3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39612026-09-06T04:34:18.058Z Running `/home/build/.rustup/toolchains/1.97.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=2b76cbb2b1e571cb -C extra-filename=-ca44444c300d89ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:34:18.058Z Running `/home/build/.rustup/toolchains/1.97.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=aebbe0504783e037 -C extra-filename=-3db9792b5956ce8b --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-99a1b43c74aa57d0.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-a822832449f6a1ca.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cf06d73c0c6d1edb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-471084262862a4ce.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-5d42d99600589ed1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39632026-09-06T04:34:18.122Z Compiling ar_archive_writer v0.5.1
39642026-09-06T04:34:18.125Z Compiling display-error-chain v0.2.2
39652026-09-06T04:34:18.125Z Running `/home/build/.rustup/toolchains/1.97.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=cfc95ae17a21cd3f -C extra-filename=-aacdcb2578fd543d --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-be52a432e28e1f4a.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-cf21cafd72229ad9.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-9369bbf1e562ab91.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-53a96f178b54e91c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-d5b8ef731214d3d5.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ea86a1779b557491.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-1683fab574c132c3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39662026-09-06T04:34:18.125Z Running `/home/build/.rustup/toolchains/1.97.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=8c93b950bffd2ca4 -C extra-filename=-ed273c50bb97bdef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:34:18.125Z Running `/home/build/.rustup/toolchains/1.97.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=736a8a05b10f1697 -C extra-filename=-d657756a74de3999 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:34:18.196Z Compiling ingot-types v0.2.0
39692026-09-06T04:34:18.199Z Running `/home/build/.rustup/toolchains/1.97.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=04a79018261b6889 -C extra-filename=-190405f3e3d3342e --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-506ef61930680291.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39702026-09-06T04:34:18.199Z Running `/home/build/.rustup/toolchains/1.97.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=fd3838fc32a23ba9 -C extra-filename=-041ee7be0cc632ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:34:18.230Z Running `/home/build/.rustup/toolchains/1.97.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=d7d553f17a8afd4f -C extra-filename=-ba71b91e36c19780 --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-6a3db1851432341c.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39722026-09-06T04:34:18.233Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-4dca313bba6f29aa/build-script-build`
39732026-09-06T04:34:18.233Z Running `/home/build/.rustup/toolchains/1.97.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=e41c1c878c419a68 -C extra-filename=-3702209a4bf1e0ab --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-31e10c27af6ea0d3.rmeta --extern oxide_generation_macros=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation_macros-13854ae79d2ea11e.so --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39742026-09-06T04:34:18.269Z Compiling stacker v0.1.23
39752026-09-06T04:34:18.312Z Running `/home/build/.rustup/toolchains/1.97.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=896d48a9538978b9 -C extra-filename=-7a13e54d75218f73 --out-dir /work/oxidecomputer/omicron/target/debug/build/stacker-7a13e54d75218f73 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39762026-09-06T04:34:18.315Z Compiling zone v0.3.1
39772026-09-06T04:34:18.315Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-782d71b8a944d0bf/build-script-build`
39782026-09-06T04:34:18.315Z Compiling num_enum v0.7.6
39792026-09-06T04:34:18.315Z Compiling strip-ansi-escapes v0.2.1
39802026-09-06T04:34:18.315Z Compiling lru-cache v0.1.2
39812026-09-06T04:34:18.319Z Running `/home/build/.rustup/toolchains/1.97.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=7e341a60749b19e6 -C extra-filename=-d38d1c5679f86662 --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-6a7e3625dbef9b74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-3f78756ef73a2c0e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39822026-09-06T04:34:18.319Z Running `/home/build/.rustup/toolchains/1.97.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=65c74789a3b928d5 -C extra-filename=-5be19309d34a6dcb --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-0ece6d068163a594.so --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39832026-09-06T04:34:18.319Z Running `/home/build/.rustup/toolchains/1.97.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=6286821937cbe034 -C extra-filename=-b04fadaa2393aa6a --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-1e021693855244ff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39842026-09-06T04:34:18.319Z Running `/home/build/.rustup/toolchains/1.97.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=6d2a069d62e9227f -C extra-filename=-713c6d63914c29e8 --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-ca44444c300d89ad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39852026-09-06T04:34:18.384Z Compiling csv-core v0.1.13
39862026-09-06T04:34:18.387Z Running `/home/build/.rustup/toolchains/1.97.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=90d32e44775c90de -C extra-filename=-fc081a5f48e5187e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.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)'`
39872026-09-06T04:34:18.418Z Running `/home/build/.rustup/toolchains/1.97.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=0b1329fdde521be7 -C extra-filename=-1cae0e2b6948dac0 --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-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39882026-09-06T04:34:18.454Z Compiling cfg_aliases v0.1.1
39892026-09-06T04:34:18.493Z Compiling oxide-update-engine-types v0.1.2
39902026-09-06T04:34:18.568Z Compiling semver v0.1.20
39912026-09-06T04:34:18.571Z Compiling highway v1.3.0
39922026-09-06T04:34:18.571Z Running `/home/build/.rustup/toolchains/1.97.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=1f747954b2a42dd7 -C extra-filename=-33368da4948e3d6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39932026-09-06T04:34:18.604Z Running `/home/build/.rustup/toolchains/1.97.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=0aa601fbf087e983 -C extra-filename=-6e1d74c43b2f2cd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2e4dd57d9d069e85.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3c25b49746f1e0c4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39942026-09-06T04:34:18.676Z Compiling nibble_vec v0.1.0
39952026-09-06T04:34:18.679Z Compiling endian-type v0.1.2
39962026-09-06T04:34:18.680Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
39972026-09-06T04:34:18.680Z Running `/home/build/.rustup/toolchains/1.97.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=87171a48cd5ff532 -C extra-filename=-6fc79ffb6fddb0eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39982026-09-06T04:34:18.680Z Running `/home/build/.rustup/toolchains/1.97.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=6d082ff5e74f9d94 -C extra-filename=-2b71e00ec99e58ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39992026-09-06T04:34:18.714Z Compiling ingot v0.2.1
40002026-09-06T04:34:18.786Z Running `/home/build/.rustup/toolchains/1.97.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=f3f4f539945ba2ed -C extra-filename=-399b1b8b72d8c188 --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-f356c0afc0f69c43.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40012026-09-06T04:34:18.789Z Running `/home/build/.rustup/toolchains/1.97.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=52c168bcfc9f1045 -C extra-filename=-19cab84ce4771760 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40022026-09-06T04:34:18.789Z Running `/home/build/.rustup/toolchains/1.97.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=78814e75e234d5c0 -C extra-filename=-09570ab164c3c0ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40032026-09-06T04:34:18.821Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
40042026-09-06T04:34:18.824Z Compiling num_enum v0.5.11
40052026-09-06T04:34:18.824Z Compiling phf_shared v0.12.1
40062026-09-06T04:34:18.824Z Running `/home/build/.rustup/toolchains/1.97.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=de8ab1d3eb4176b9 -C extra-filename=-1ddffdc24a1c35de --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-068dfff8328f54ea.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-6a3db1851432341c.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-ba71b91e36c19780.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40072026-09-06T04:34:18.857Z Compiling recursive-proc-macro-impl v0.1.1
40082026-09-06T04:34:18.895Z Running `/home/build/.rustup/toolchains/1.97.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=d91048c4ba0e23da -C extra-filename=-be54752399ac0d93 --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-2c2a9bd3744d9dbd.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40092026-09-06T04:34:18.898Z Running `/home/build/.rustup/toolchains/1.97.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=aeab20c10e411246 -C extra-filename=-c9312b25243a4192 --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-51d7ed7539801d34.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40102026-09-06T04:34:18.898Z Running `/home/build/.rustup/toolchains/1.97.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=313621f7b27ccc18 -C extra-filename=-81b6b63fa62b36f5 --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-34de0cd9290266be.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-9ae056fc6adc85f2.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5be19309d34a6dcb.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40112026-09-06T04:34:18.927Z Running `/home/build/.rustup/toolchains/1.97.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=577036554c3c1221 -C extra-filename=-eafef69070422ac2 --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-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40122026-09-06T04:34:18.930Z Running `/home/build/.rustup/toolchains/1.97.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=785f604e1057131a -C extra-filename=-f8457d0dcd58b8ab --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-a1cdf1d4d5c11804.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40132026-09-06T04:34:19.032Z Compiling nom v7.1.3
40142026-09-06T04:34:19.067Z Compiling tabled v0.15.0
40152026-09-06T04:34:19.070Z Running `/home/build/.rustup/toolchains/1.97.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=a07f7eb5c425f6f1 -C extra-filename=-8256226b95f39eec --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-de3a788940fe2e06.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-723cc87ec756a414.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40162026-09-06T04:34:19.214Z Compiling chrono-tz v0.10.4
40172026-09-06T04:34:19.218Z Compiling const_format_proc_macros v0.2.34
40182026-09-06T04:34:19.218Z Compiling peg-macros v0.8.5
40192026-09-06T04:34:19.218Z Running `/home/build/.rustup/toolchains/1.97.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=d2469b8e9d8b603f -C extra-filename=-954c3cbcdfd7c4ce --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-5680f5db8db5ebf0.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-087c3b3c1dee3cdd.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40202026-09-06T04:34:19.287Z Running `/work/oxidecomputer/omicron/target/debug/build/stacker-7a13e54d75218f73/build-script-build`
40212026-09-06T04:34:19.290Z Compiling tokio-dtrace v0.1.1
40222026-09-06T04:34:19.290Z Running `/home/build/.rustup/toolchains/1.97.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=56f0942d6c7c9654 -C extra-filename=-01db3c969981324d --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-01db3c969981324d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40232026-09-06T04:34:19.290Z Running `/home/build/.rustup/toolchains/1.97.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=8dfc67faee33df6b -C extra-filename=-81d0c91887221fb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-d657756a74de3999.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40242026-09-06T04:34:19.290Z Running `/home/build/.rustup/toolchains/1.97.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=a1d06285f8ae2710 -C extra-filename=-286b79918bc64c3c --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-180e248484d7639b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40252026-09-06T04:34:19.327Z Compiling reedline v0.40.0
40262026-09-06T04:34:19.330Z Compiling csv v1.4.0
40272026-09-06T04:34:19.426Z Running `/home/build/.rustup/toolchains/1.97.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=07b7b69eb6871ae6 -C extra-filename=-afad110b20cbc60a --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-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40282026-09-06T04:34:19.429Z Running `/home/build/.rustup/toolchains/1.97.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=bf7a06ffec848dd3 -C extra-filename=-9dbb6045bf882435 --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-1dbc576d48949507.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40292026-09-06T04:34:19.429Z Compiling rustc_version v0.1.7
40302026-09-06T04:34:19.429Z Compiling nix v0.28.0
40312026-09-06T04:34:19.455Z Running `/home/build/.rustup/toolchains/1.97.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=b94f2e46c68d0053 -C extra-filename=-184964ca2713f5e9 --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-1cae0e2b6948dac0.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c2c00b5f956a68ca.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3b311482eb74f2fa.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-22cd1c92ad71623d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40322026-09-06T04:34:19.492Z Running `/home/build/.rustup/toolchains/1.97.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=1a7df119b84075ce -C extra-filename=-9f3b96fd83c18269 --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-1dbc576d48949507.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ecba080b60497653.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-478fc78c22963725.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-ed273c50bb97bdef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-b04fadaa2393aa6a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-e9e86e22a5694422.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3dee014ccd6c615d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40332026-09-06T04:34:19.603Z Compiling radix_trie v0.2.1
40342026-09-06T04:34:19.607Z Compiling sqlparser_derive v0.5.0
40352026-09-06T04:34:19.607Z Compiling winnow v0.6.26
40362026-09-06T04:34:19.607Z Compiling unicode_categories v0.1.1
40372026-09-06T04:34:19.607Z Compiling home v0.5.12
40382026-09-06T04:34:19.607Z Running `/home/build/.rustup/toolchains/1.97.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=99caba875e4ac3d5 -C extra-filename=-fd6648c6218d83af --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-6fc79ffb6fddb0eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40392026-09-06T04:34:19.607Z Running `/home/build/.rustup/toolchains/1.97.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=6249362bcf789573 -C extra-filename=-95a928092ecc51dc --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-95a928092ecc51dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-33368da4948e3d6d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40402026-09-06T04:34:19.681Z Compiling oxide-tokio-rt v0.1.4
40412026-09-06T04:34:19.684Z Compiling oxide-update-engine v0.1.2
40422026-09-06T04:34:19.715Z Running `/home/build/.rustup/toolchains/1.97.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=dc41c2ef53f11d2f -C extra-filename=-2a2a4dd83a6671bb --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-19cab84ce4771760.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-399b1b8b72d8c188.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40432026-09-06T04:34:19.754Z Running `/home/build/.rustup/toolchains/1.97.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=80c762e35b949593 -C extra-filename=-76ea3c2caddec5cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40442026-09-06T04:34:19.758Z Running `/home/build/.rustup/toolchains/1.97.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=d2d4387398c23b96 -C extra-filename=-94eaa060c608a7ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40452026-09-06T04:34:19.758Z Running `/home/build/.rustup/toolchains/1.97.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=c769074ec81b8eb2 -C extra-filename=-38783718be7f2a58 --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-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40462026-09-06T04:34:19.758Z Running `/home/build/.rustup/toolchains/1.97.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=b2f0170148feb448 -C extra-filename=-5fe5de3874c092d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40472026-09-06T04:34:19.758Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
40482026-09-06T04:34:19.758Z Compiling bcs v0.1.6
40492026-09-06T04:34:19.828Z Running `/home/build/.rustup/toolchains/1.97.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=8af7ca03fe250f2e -C extra-filename=-fbe38ee2c5a8512b --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-f8457d0dcd58b8ab.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-19a766c07024f5e1.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40502026-09-06T04:34:19.832Z Running `/home/build/.rustup/toolchains/1.97.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=730f14b8f80b1a48 -C extra-filename=-48902e9f4d859168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-514a1c3556ddd554.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-afad110b20cbc60a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40512026-09-06T04:34:19.930Z Compiling psm v0.1.30
40522026-09-06T04:34:19.934Z Compiling phf v0.12.1
40532026-09-06T04:34:19.934Z Compiling nom v8.0.0
40542026-09-06T04:34:20.001Z Running `/home/build/.rustup/toolchains/1.97.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=50fde448e8d902cc -C extra-filename=-5c0ee7fa9585895d --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-e56f0e8a039ca63d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40552026-09-06T04:34:20.005Z Running `/home/build/.rustup/toolchains/1.97.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=c86b1b7a5cf3f14e -C extra-filename=-bb6e76809e071e38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-be54752399ac0d93.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40562026-09-06T04:34:20.202Z Compiling typify-macro v0.6.2
40572026-09-06T04:34:20.206Z Compiling newtype_derive v0.1.6
40582026-09-06T04:34:20.206Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
40592026-09-06T04:34:20.206Z Compiling sha1 v0.10.6
40602026-09-06T04:34:20.206Z Compiling filetime v0.2.27
40612026-09-06T04:34:20.206Z Compiling xattr v1.6.1
40622026-09-06T04:34:20.206Z Running `/home/build/.rustup/toolchains/1.97.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=fb2116e3ac03992b -C extra-filename=-bdf4e9316ab6d716 --out-dir /work/oxidecomputer/omicron/target/debug/build/psm-bdf4e9316ab6d716 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ar_archive_writer=/work/oxidecomputer/omicron/target/debug/deps/libar_archive_writer-190405f3e3d3342e.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40632026-09-06T04:34:20.238Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-01db3c969981324d/build-script-build`
40642026-09-06T04:34:20.242Z Running `/home/build/.rustup/toolchains/1.97.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=3577237437f49bd4 -C extra-filename=-e4edd62af49cfb1d --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-c9312b25243a4192.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40652026-09-06T04:34:20.242Z Running `/home/build/.rustup/toolchains/1.97.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=629ef29e9b63ca27 -C extra-filename=-049c741f7e204fbe --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-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40662026-09-06T04:34:20.308Z Running `/home/build/.rustup/toolchains/1.97.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=63dd1c4da49b9452 -C extra-filename=-16adefdb0fe82ab7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-dc409a536d2cf702.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-568b95dc24621413.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40672026-09-06T04:34:20.311Z Compiling hickory-resolver v0.24.4
40682026-09-06T04:34:20.311Z Running `/home/build/.rustup/toolchains/1.97.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=b5b43ca2b155b74c -C extra-filename=-836360e0e65006ac --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-d8fbaa4fbac25e39.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fd3cab9d4f7a24df.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bc9d8fbf105a8ad5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40692026-09-06T04:34:20.311Z Running `/home/build/.rustup/toolchains/1.97.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=dcc1c1aeaf29b3ed -C extra-filename=-1660e7efe415f875 --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-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40702026-09-06T04:34:20.311Z Running `/home/build/.rustup/toolchains/1.97.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=69b4aa562abccaab -C extra-filename=-5ed38a2d338361b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-a28b3bca7dd8309b.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-81b6b63fa62b36f5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5be19309d34a6dcb.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-675807e4494cc841.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-92b15321e25f47a9.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8e1cf716106d1b4a.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-8d18bd2a125dc400.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-36bd17d1ea474799.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfaf08314bac8cdb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
40712026-09-06T04:34:20.311Z Running `/home/build/.rustup/toolchains/1.97.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=0bfc7282a2480348 -C extra-filename=-a2a0247460c3e427 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40722026-09-06T04:34:20.311Z Running `/home/build/.rustup/toolchains/1.97.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=fe5ba75dc300bbc1 -C extra-filename=-65eec1a66a5bc00f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40732026-09-06T04:34:20.337Z Running `/home/build/.rustup/toolchains/1.97.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=7cdc6620d3e3d1d1 -C extra-filename=-c55380cd4b2540ca --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-c55380cd4b2540ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-fd6648c6218d83af.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40742026-09-06T04:34:20.483Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
40752026-09-06T04:34:20.487Z Compiling subprocess v0.2.15
40762026-09-06T04:34:20.487Z Compiling headers-core v0.3.0
40772026-09-06T04:34:20.487Z Compiling yasna v0.5.2
40782026-09-06T04:34:20.520Z Running `/home/build/.rustup/toolchains/1.97.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=2434532b7d806f49 -C extra-filename=-d91132846617bdad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-bb6e76809e071e38.rmeta --cap-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-4931290bf34554db/out -l static=pci`
40792026-09-06T04:34:20.558Z Running `/home/build/.rustup/toolchains/1.97.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=7afe732269bc1890 -C extra-filename=-815fcde630518159 --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-d8fbaa4fbac25e39.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3db9792b5956ce8b.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-713c6d63914c29e8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-350c88071c567a04.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40802026-09-06T04:34:20.696Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
40812026-09-06T04:34:20.707Z Compiling const_format v0.2.35
40822026-09-06T04:34:20.707Z Compiling dropshot-api-manager-types v0.8.0
40832026-09-06T04:34:20.707Z Compiling port-file v0.1.0
40842026-09-06T04:34:20.707Z Running `/home/build/.rustup/toolchains/1.97.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=5e33bd95a52c02ee -C extra-filename=-ac8505c9b4bb0ba7 --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-fcf6eb9bf07b1215.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9ddfc7fdd943ec11.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40852026-09-06T04:34:20.730Z Running `/home/build/.rustup/toolchains/1.97.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=20bf67c1514fc961 -C extra-filename=-ab2848f1bdfe7d1a --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-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40862026-09-06T04:34:20.734Z Running `/home/build/.rustup/toolchains/1.97.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=dde3562174434c39 -C extra-filename=-759c22ecd7f217cb --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-9c1e3a946bc8722a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40872026-09-06T04:34:20.734Z Running `/home/build/.rustup/toolchains/1.97.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=a73793f812656ee6 -C extra-filename=-5419f21a287e45b1 --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-c58db70c3d796101.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40882026-09-06T04:34:20.877Z Compiling tar v0.4.46
40892026-09-06T04:34:20.880Z Compiling tagptr v0.2.0
40902026-09-06T04:34:20.880Z Compiling utf-8 v0.7.6
40912026-09-06T04:34:20.880Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-95a928092ecc51dc/build-script-build`
40922026-09-06T04:34:20.880Z Running `/home/build/.rustup/toolchains/1.97.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=f81d101c2bff43bd -C extra-filename=-c8e6391cb54e9cec --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-7a50a0b707fafe01.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-1ddffdc24a1c35de.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-25c2bd9752e8fee6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0f32f8de29b8b008.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40932026-09-06T04:34:20.909Z Running `/home/build/.rustup/toolchains/1.97.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=0ec80de14cbdfa44 -C extra-filename=-0beeb620f79039cd --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-1dbc576d48949507.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-e4edd62af49cfb1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40942026-09-06T04:34:20.912Z Running `/home/build/.rustup/toolchains/1.97.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=90b26c703ba9f7fe -C extra-filename=-faa086012f004c7e --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-5cd0b75c991b5f54.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40952026-09-06T04:34:20.912Z Running `/home/build/.rustup/toolchains/1.97.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=6a3d157b12dc09dd -C extra-filename=-3cfbb65f7b5fabe4 --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-81d0c91887221fb9.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40962026-09-06T04:34:20.912Z Running `/home/build/.rustup/toolchains/1.97.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=14c2067de8479d45 -C extra-filename=-aaef14c8fee31c85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40972026-09-06T04:34:21.089Z Compiling peg v0.8.5
40982026-09-06T04:34:21.092Z Compiling headers v0.4.1
40992026-09-06T04:34:21.093Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
41002026-09-06T04:34:21.093Z Compiling libefi-sys v0.1.0
41012026-09-06T04:34:21.093Z Compiling bitfield-struct v0.6.2
41022026-09-06T04:34:21.093Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
41032026-09-06T04:34:21.093Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-c55380cd4b2540ca/build-script-build`
41042026-09-06T04:34:21.093Z Running `/home/build/.rustup/toolchains/1.97.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=027e5ba72ea788cd -C extra-filename=-67bda872341f779a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41052026-09-06T04:34:21.093Z Running `/home/build/.rustup/toolchains/1.97.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=4683d5a8c9bc676b -C extra-filename=-a7827c34414be6ad --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-1660e7efe415f875.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-a2a0247460c3e427.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41062026-09-06T04:34:21.093Z Running `/home/build/.rustup/toolchains/1.97.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=075a62927d122a21 -C extra-filename=-f5662f5100af69f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41072026-09-06T04:34:21.203Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
41082026-09-06T04:34:21.206Z Compiling xshell-macros v0.2.7
41092026-09-06T04:34:21.237Z Running `/home/build/.rustup/toolchains/1.97.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=3c521c1dfe18758e -C extra-filename=-36194b25daf63336 --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-286b79918bc64c3c.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-180e248484d7639b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41102026-09-06T04:34:21.241Z Running `/home/build/.rustup/toolchains/1.97.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=123e79933f027782 -C extra-filename=-eb29bb7a1e50fc46 --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-bf59ab279ffa544e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-5419f21a287e45b1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-709284257fea4e42.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-cb9ce126b271012b.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-836360e0e65006ac.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41112026-09-06T04:34:21.241Z Running `/home/build/.rustup/toolchains/1.97.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=cfdd9f91317ddccf -C extra-filename=-3186560d67818c9c --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-3186560d67818c9c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41122026-09-06T04:34:21.241Z Running `/home/build/.rustup/toolchains/1.97.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=36c1fa83de89c791 -C extra-filename=-1957a6b0d9ecc753 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-1957a6b0d9ecc753 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41132026-09-06T04:34:21.241Z Running `/home/build/.rustup/toolchains/1.97.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=d8a12386936b0d53 -C extra-filename=-d708aa00c1185dba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41142026-09-06T04:34:21.241Z Running `/home/build/.rustup/toolchains/1.97.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=dda982b6bf58326e -C extra-filename=-001a92b6ae34a269 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41152026-09-06T04:34:21.313Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
41162026-09-06T04:34:21.316Z Compiling moka v0.12.13
41172026-09-06T04:34:21.316Z Compiling tungstenite v0.21.0
41182026-09-06T04:34:21.382Z Running `/home/build/.rustup/toolchains/1.97.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=e0e643cff40d7b28 -C extra-filename=-f8b7c3330ec25b90 --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-068dfff8328f54ea.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
41192026-09-06T04:34:21.415Z Running `/home/build/.rustup/toolchains/1.97.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=23a50fa2a9f12751 -C extra-filename=-9d2e095038a94622 --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`
41202026-09-06T04:34:21.418Z Running `/home/build/.rustup/toolchains/1.97.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=2511aabe5b3a77d4 -C extra-filename=-eb57260caa6a5abb --out-dir /work/oxidecomputer/omicron/target/debug/build/fmd-adm-sys-eb57260caa6a5abb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41212026-09-06T04:34:21.418Z Running `/home/build/.rustup/toolchains/1.97.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=97c417f48149342a -C extra-filename=-74f358ff666e107a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
41222026-09-06T04:34:21.521Z Compiling sqlformat v0.3.5
41232026-09-06T04:34:21.521Z Compiling half v1.8.3
41242026-09-06T04:34:21.525Z Compiling maplit v1.0.2
41252026-09-06T04:34:21.525Z Compiling libscf-sys v1.2.0
41262026-09-06T04:34:21.525Z Compiling papergrid v0.18.0
41272026-09-06T04:34:21.525Z Running `/home/build/.rustup/toolchains/1.97.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=06872067c7c19cf1 -C extra-filename=-0cc56f5e505b6609 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-0cc56f5e505b6609 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-8256226b95f39eec.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41282026-09-06T04:34:21.556Z Running `/home/build/.rustup/toolchains/1.97.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=b4549828a05f169e -C extra-filename=-0851b5548c3363f8 --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-3ef3fbf3b793ce3b.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4411b8b43effe66a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-21c1bc4ffa11cdcb.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cef88d9fac5ef585.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --extern tagptr=/work/oxidecomputer/omicron/target/debug/deps/libtagptr-67bda872341f779a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41292026-09-06T04:34:21.594Z Running `/home/build/.rustup/toolchains/1.97.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=7e722250e4b056be -C extra-filename=-1502716998759574 --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-17ae1705427aeb7a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-458831f7c6f75c26.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-836360e0e65006ac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-f5662f5100af69f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41302026-09-06T04:34:21.723Z Running `/work/oxidecomputer/omicron/target/debug/build/psm-bdf4e9316ab6d716/build-script-build`
41312026-09-06T04:34:21.726Z Compiling qorb v0.4.1
41322026-09-06T04:34:21.726Z Compiling steno v0.4.1
41332026-09-06T04:34:21.726Z Compiling sha2 v0.11.0
41342026-09-06T04:34:21.726Z Compiling unicase v2.9.0
41352026-09-06T04:34:21.726Z Running `/home/build/.rustup/toolchains/1.97.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=17525efcc5fb16aa -C extra-filename=-b2fa8947fafeaf5a --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-76ea3c2caddec5cb.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-38783718be7f2a58.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41362026-09-06T04:34:21.726Z Running `/home/build/.rustup/toolchains/1.97.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=510865126fbc5714 -C extra-filename=-b1f903606c109e1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41372026-09-06T04:34:21.726Z Running `/home/build/.rustup/toolchains/1.97.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=ce2b60949e8947b2 -C extra-filename=-973f04dd81d6de51 --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-74bdc424a94464fc.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-c2f3f257b63b1310.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41382026-09-06T04:34:21.726Z Running `/home/build/.rustup/toolchains/1.97.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=f2d49e34ecf4fae8 -C extra-filename=-0c9156cda3fda716 --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-34de0cd9290266be.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-9ec64f7a44058afe.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41392026-09-06T04:34:21.726Z Running `/home/build/.rustup/toolchains/1.97.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=36327755c2dbea85 -C extra-filename=-7f09ab7939bfed9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41402026-09-06T04:34:21.868Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41412026-09-06T04:34:21.871Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41422026-09-06T04:34:21.871Z Running `/home/build/.rustup/toolchains/1.97.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=6a698248152f18d9 -C extra-filename=-42c596e0b6620d32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-815fcde630518159.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41432026-09-06T04:34:21.871Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-1957a6b0d9ecc753/build-script-build`
41442026-09-06T04:34:21.871Z Running `/home/build/.rustup/toolchains/1.97.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=8efd127930b33395 -C extra-filename=-6b9e86dcc690177e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c61a3e1c936176b5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41452026-09-06T04:34:21.909Z Running `/home/build/.rustup/toolchains/1.97.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=c0f9fbfac8cb0172 -C extra-filename=-82e4c98081358b8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41462026-09-06T04:34:21.912Z Running `/home/build/.rustup/toolchains/1.97.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=3a9e50cc6108bb15 -C extra-filename=-48ec35b41f42ba59 --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-d8fbaa4fbac25e39.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-8141bf4b5f82237e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a413f0294aaf4ede.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41472026-09-06T04:34:21.983Z Compiling serde_cbor v0.11.2
41482026-09-06T04:34:21.987Z Running `/work/oxidecomputer/omicron/target/debug/build/fmd-adm-sys-eb57260caa6a5abb/build-script-build`
41492026-09-06T04:34:21.987Z Running `/home/build/.rustup/toolchains/1.97.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=f3ded5e431d97b4d -C extra-filename=-a6f360098a5ebb72 --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-068dfff8328f54ea.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-33eda3dfc011fb69.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41502026-09-06T04:34:21.987Z Running `/home/build/.rustup/toolchains/1.97.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=73231ab1dcf05642 -C extra-filename=-aeadea10f4b927a4 --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-aeadea10f4b927a4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41512026-09-06T04:34:22.062Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41522026-09-06T04:34:22.066Z Compiling fxhash v0.2.1
41532026-09-06T04:34:22.066Z Running `/home/build/.rustup/toolchains/1.97.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=ea2f31db5c2c98c1 -C extra-filename=-95cb7564f7a1f39c --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-068dfff8328f54ea.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-7a50a0b707fafe01.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-1ddffdc24a1c35de.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-983302c6c7826e58.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-c8e6391cb54e9cec.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-25c2bd9752e8fee6.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-64180aced6d0a84c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.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)'`
41542026-09-06T04:34:22.096Z Running `/home/build/.rustup/toolchains/1.97.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=603d43ddfb5d1e2d -C extra-filename=-c340f2999abf7c40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-2e34e159ee22401b/out -l static=psm_s --cfg asm --cfg link_asm --cfg switchable_stack --check-cfg 'cfg(switchable_stack,asm,link_asm)'`
41552026-09-06T04:34:22.131Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-3186560d67818c9c/build-script-build`
41562026-09-06T04:34:22.134Z Running `/home/build/.rustup/toolchains/1.97.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=ef72ceba120e891a -C extra-filename=-c4b7e7232c1aae44 --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-7f09ab7939bfed9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41572026-09-06T04:34:22.230Z Compiling hickory-resolver v0.25.2
41582026-09-06T04:34:22.234Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
41592026-09-06T04:34:22.234Z Compiling tokio-tungstenite v0.21.0
41602026-09-06T04:34:22.234Z Compiling xshell v0.2.7
41612026-09-06T04:34:22.304Z Running `/home/build/.rustup/toolchains/1.97.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=32f0e33288363d14 -C extra-filename=-3a613954e3e35499 --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-17ae1705427aeb7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41622026-09-06T04:34:22.339Z Running `/home/build/.rustup/toolchains/1.97.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=c9730192c7ade09e -C extra-filename=-0e135e95f843e9e0 --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-34de0cd9290266be.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-0c9156cda3fda716.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41632026-09-06T04:34:22.444Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-0cc56f5e505b6609/build-script-build`
41642026-09-06T04:34:22.448Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=zl%2Fddm-mcast#36e43651)
41652026-09-06T04:34:22.448Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
41662026-09-06T04:34:22.448Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
41672026-09-06T04:34:22.448Z Running `/home/build/.rustup/toolchains/1.97.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=3f79ac2d7cab62c4 -C extra-filename=-0ea774231774d5ce --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-c712c2a20c7ee4ef.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-1502716998759574.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41682026-09-06T04:34:22.448Z Running `/home/build/.rustup/toolchains/1.97.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=9bce269b0aad17b0 -C extra-filename=-1a2eaaf41e6bade2 --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-9d2e095038a94622.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41692026-09-06T04:34:22.482Z Running `/home/build/.rustup/toolchains/1.97.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=672141ec7aff6e08 -C extra-filename=-6dc697cd5a362331 --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-d8fbaa4fbac25e39.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a6266451580c1066.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-0851b5548c3363f8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-350c88071c567a04.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41702026-09-06T04:34:22.486Z Running `/home/build/.rustup/toolchains/1.97.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=99231e07b13da5e6 -C extra-filename=-2e4d8983a6c6b5fe --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-d708aa00c1185dba.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41712026-09-06T04:34:22.661Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_api_types_versions --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/36e4365/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", "proptest"))' -C metadata=aaa6fefcec5fa8ed -C extra-filename=-bfd1359b57903170 --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-1dbc576d48949507.rmeta --extern client_common=/work/oxidecomputer/omicron/target/debug/deps/libclient_common-e8eed1c9cc1738ab.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-049c741f7e204fbe.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5be19309d34a6dcb.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41722026-09-06T04:34:22.664Z Compiling crc8 v0.1.1
41732026-09-06T04:34:22.664Z Compiling darling_core v0.21.3
41742026-09-06T04:34:22.664Z Compiling vergen-lib v0.1.6
41752026-09-06T04:34:22.664Z Compiling diesel_derives v2.3.7
41762026-09-06T04:34:22.694Z Compiling diff v0.1.13
41772026-09-06T04:34:22.698Z Compiling diesel_table_macro_syntax v0.3.0
41782026-09-06T04:34:22.698Z Running `/home/build/.rustup/toolchains/1.97.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=20d559a6ddd585d3 -C extra-filename=-a80a009b87a3de9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
41792026-09-06T04:34:22.698Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-aeadea10f4b927a4/build-script-build`
41802026-09-06T04:34:22.698Z Running `/home/build/.rustup/toolchains/1.97.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=e3b11516f5943e95 -C extra-filename=-1315fe161e8975ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
41812026-09-06T04:34:22.698Z Running `/home/build/.rustup/toolchains/1.97.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=328f271572134a89 -C extra-filename=-48eda187a620b3a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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`
41822026-09-06T04:34:22.698Z Running `/home/build/.rustup/toolchains/1.97.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=93e9f0154462c353 -C extra-filename=-bc0d1f1fbf807eb5 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-bc0d1f1fbf807eb5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41832026-09-06T04:34:22.698Z Running `/home/build/.rustup/toolchains/1.97.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=9c704a892b48c597 -C extra-filename=-b3c4414193f344d3 --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-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --cap-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-b5224bd7ae3b5054/out/lib`
41842026-09-06T04:34:22.840Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
41852026-09-06T04:34:22.843Z Compiling rustyline v14.0.0
41862026-09-06T04:34:22.843Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
41872026-09-06T04:34:22.843Z Running `/home/build/.rustup/toolchains/1.97.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=dad16cddcb3b5ea4 -C extra-filename=-d6265944e926aa4d --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-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern psm=/work/oxidecomputer/omicron/target/debug/deps/libpsm-c340f2999abf7c40.rmeta --cap-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-2e34e159ee22401b/out`
41882026-09-06T04:34:22.843Z Running `/home/build/.rustup/toolchains/1.97.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=fabe6c156b323e6a -C extra-filename=-87293c3d1d16a1d0 --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-c2f3f257b63b1310.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-12bef6d549ef5d80.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a88c156fc99b7e6f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41892026-09-06T04:34:22.843Z Running `/home/build/.rustup/toolchains/1.97.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=67234440c9a240ae -C extra-filename=-5575017dc82cc4b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41902026-09-06T04:34:22.843Z Running `/home/build/.rustup/toolchains/1.97.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=c91633e751d6246e -C extra-filename=-0d1c6436640783d3 --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-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41912026-09-06T04:34:22.843Z Running `/home/build/.rustup/toolchains/1.97.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=b35a95768b57dbb5 -C extra-filename=-3d503e132c28cbc7 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-3d503e132c28cbc7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41922026-09-06T04:34:22.843Z Running `/home/build/.rustup/toolchains/1.97.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=dfb2a6a0da24d5ba -C extra-filename=-a039d34423c13086 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41932026-09-06T04:34:22.843Z Running `/home/build/.rustup/toolchains/1.97.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=710dba0841e6d0da -C extra-filename=-8a8ba252072ecaec --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel_derives-8a8ba252072ecaec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41942026-09-06T04:34:23.047Z Compiling typify v0.6.2
41952026-09-06T04:34:23.050Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
41962026-09-06T04:34:23.050Z Compiling tabled v0.21.0
41972026-09-06T04:34:23.050Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41982026-09-06T04:34:23.050Z Compiling scheduled-thread-pool v0.2.7
41992026-09-06T04:34:23.050Z Compiling vergen-gitcl v1.0.8
42002026-09-06T04:34:23.050Z Compiling downcast-rs v2.0.2
42012026-09-06T04:34:23.083Z Running `/home/build/.rustup/toolchains/1.97.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=6df187de12c22f54 -C extra-filename=-553a454e71cd2446 --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-2e4d8983a6c6b5fe.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-001a92b6ae34a269.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42022026-09-06T04:34:23.087Z Running `/home/build/.rustup/toolchains/1.97.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=0015c3a100f4ec7c -C extra-filename=-53aff28a8cc2bb44 --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-d8fbaa4fbac25e39.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-7a50a0b707fafe01.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-95cb7564f7a1f39c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-64180aced6d0a84c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42032026-09-06T04:34:23.087Z Running `/home/build/.rustup/toolchains/1.97.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=082d223086813fb8 -C extra-filename=-c2405faba874a528 --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-068dfff8328f54ea.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-478fc78c22963725.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-5fe5de3874c092d2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f8b7c3330ec25b90.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-2a2a4dd83a6671bb.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3dee014ccd6c615d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-931d1810162048c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42042026-09-06T04:34:23.263Z Running `/home/build/.rustup/toolchains/1.97.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=1925bcfe39413d94 -C extra-filename=-8b016b61d6da957e --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-568b95dc24621413.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-16adefdb0fe82ab7.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42052026-09-06T04:34:23.266Z Compiling recursive v0.1.1
42062026-09-06T04:34:23.266Z Compiling hashbrown v0.14.5
42072026-09-06T04:34:23.266Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=zl%2Fddm-mcast#36e43651)
42082026-09-06T04:34:23.266Z Compiling dirs-sys-next v0.1.2
42092026-09-06T04:34:23.266Z Compiling crunchy v0.2.4
42102026-09-06T04:34:23.297Z Compiling predicates-tree v1.0.13
42112026-09-06T04:34:23.300Z Compiling clang-sys v1.8.1
42122026-09-06T04:34:23.341Z Compiling git-stub v1.0.0
42132026-09-06T04:34:23.344Z Running `/home/build/.rustup/toolchains/1.97.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=04e165039ea5a70b -C extra-filename=-b6232f2ffc6504b0 --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-34de0cd9290266be.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-48eda187a620b3a6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42142026-09-06T04:34:23.344Z Running `/home/build/.rustup/toolchains/1.97.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=d92d1a134c76b759 -C extra-filename=-c3314b3e7243da04 --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-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-a6f360098a5ebb72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42152026-09-06T04:34:23.344Z Running `/home/build/.rustup/toolchains/1.97.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=1a45b840dc069521 -C extra-filename=-3428fca15950d83f --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-973f04dd81d6de51.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42162026-09-06T04:34:23.344Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-bc0d1f1fbf807eb5/build-script-build`
42172026-09-06T04:34:23.344Z Running `/home/build/.rustup/toolchains/1.97.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=0fecaefc1468f397 -C extra-filename=-66390a81747ae68d --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-66390a81747ae68d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42182026-09-06T04:34:23.344Z Running `/home/build/.rustup/toolchains/1.97.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=446105fe8f86ce05 -C extra-filename=-073ce5e0ad08445a --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-88ee9a8634adff45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42192026-09-06T04:34:23.344Z Running `/home/build/.rustup/toolchains/1.97.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=cdadefabcf1ea17a -C extra-filename=-ba39d5a7fef78854 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42202026-09-06T04:34:23.443Z Running `/home/build/.rustup/toolchains/1.97.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=c4e688c807636691 -C extra-filename=-8aefa57ae08e8573 --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-eafef69070422ac2.so --extern stacker=/work/oxidecomputer/omicron/target/debug/deps/libstacker-d6265944e926aa4d.rmeta --cap-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-2e34e159ee22401b/out`
42212026-09-06T04:34:23.446Z Running `/home/build/.rustup/toolchains/1.97.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=ebc96ff386bc6e3a -C extra-filename=-738d25bd16306a00 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-738d25bd16306a00 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42222026-09-06T04:34:23.446Z Running `/home/build/.rustup/toolchains/1.97.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=df9106f51658200d -C extra-filename=-3094e69e206e6e06 --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-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42232026-09-06T04:34:23.446Z Running `/home/build/.rustup/toolchains/1.97.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=920cc85236bf51a4 -C extra-filename=-c61d67dd999bce75 --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-2520c497304d26a8.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-2bbcb38d45330084.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42242026-09-06T04:34:23.478Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel_derives-8a8ba252072ecaec/build-script-build`
42252026-09-06T04:34:23.481Z Running `/home/build/.rustup/toolchains/1.97.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=c56829b1ed650708 -C extra-filename=-20dbf27803982f73 --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-c3cd73423833103c.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-ef9fa6a6c9a6a04c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42262026-09-06T04:34:23.514Z Compiling progenitor-impl v0.14.0
42272026-09-06T04:34:23.517Z Compiling r2d2 v0.8.10
42282026-09-06T04:34:23.517Z Compiling kstat-rs v0.2.5
42292026-09-06T04:34:23.517Z Compiling proc-macro-error-attr2 v2.0.0
42302026-09-06T04:34:23.548Z Running `/home/build/.rustup/toolchains/1.97.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=3a6e70532fbe578c -C extra-filename=-fd9e37c7b942ab19 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-fd9e37c7b942ab19 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42312026-09-06T04:34:23.552Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_protocol --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/36e4365/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=d19372fa76030d26 -C extra-filename=-0bd14f57e8b4bff8 --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-26c50ce48f680bf3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42322026-09-06T04:34:23.552Z Running `/home/build/.rustup/toolchains/1.97.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=320da5b60a4d4f5e -C extra-filename=-ba8bcbca3b55f620 --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-fcf6eb9bf07b1215.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42332026-09-06T04:34:23.650Z Running `/home/build/.rustup/toolchains/1.97.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=65e532d1f918d4de -C extra-filename=-6b800ccbe644b02e --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-9177e43cb0714f73.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-8b016b61d6da957e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a102d7cd852100ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42342026-09-06T04:34:23.653Z Compiling tiny-keccak v2.0.2
42352026-09-06T04:34:23.653Z Compiling git-stub-vcs v0.1.0
42362026-09-06T04:34:23.653Z Compiling rfc6979 v0.4.0
42372026-09-06T04:34:23.684Z Compiling anstyle-parse v0.2.7
42382026-09-06T04:34:23.688Z Running `/home/build/.rustup/toolchains/1.97.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=5e3c84d6f51420e4 -C extra-filename=-b22d28acae726c4d --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-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.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/`
42392026-09-06T04:34:23.688Z Running `/home/build/.rustup/toolchains/1.97.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=8ba51bd002f97d5a -C extra-filename=-b0a17b9368d8ca0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42402026-09-06T04:34:23.688Z Running `/home/build/.rustup/toolchains/1.97.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=90ec94be456966e3 -C extra-filename=-9ef3e5997f6d18f2 --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-34de0cd9290266be.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42412026-09-06T04:34:23.688Z Running `/home/build/.rustup/toolchains/1.97.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=674fc8341f0bab07 -C extra-filename=-58facdd86d1bfb6a --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-4944f5d298d5e7db.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-073ce5e0ad08445a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42422026-09-06T04:34:23.688Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-3d503e132c28cbc7/build-script-build`
42432026-09-06T04:34:23.723Z Running `/home/build/.rustup/toolchains/1.97.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=bf8fbe38a2bfdd2f -C extra-filename=-86584aebc2f30b3e --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-86584aebc2f30b3e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42442026-09-06T04:34:23.726Z Compiling sqlparser v0.61.0
42452026-09-06T04:34:23.726Z Running `/home/build/.rustup/toolchains/1.97.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=3099aceafcb547e7 -C extra-filename=-9c01a05b7f5e88d3 --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-5cd0b75c991b5f54.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-af4e1f320a1964c2.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-ba8bcbca3b55f620.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42462026-09-06T04:34:23.726Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-66390a81747ae68d/build-script-build`
42472026-09-06T04:34:23.726Z Running `/home/build/.rustup/toolchains/1.97.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=83b111e30e5759bd -C extra-filename=-d2b12469257de992 --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-1735f513b70e889a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42482026-09-06T04:34:23.759Z Running `/home/build/.rustup/toolchains/1.97.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=56a30b2a97a1e300 -C extra-filename=-d2a9afeb1976830c --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-931d1810162048c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42492026-09-06T04:34:23.762Z Compiling dirs-next v2.0.0
42502026-09-06T04:34:23.762Z Running `/home/build/.rustup/toolchains/1.97.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=8746b722844a49eb -C extra-filename=-335893ab24d2c117 --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-4944f5d298d5e7db.rmeta --extern recursive=/work/oxidecomputer/omicron/target/debug/deps/librecursive-8aefa57ae08e8573.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-94eaa060c608a7ea.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-2e34e159ee22401b/out`
42512026-09-06T04:34:23.797Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-738d25bd16306a00/build-script-build`
42522026-09-06T04:34:23.800Z Compiling bit-vec v0.6.3
42532026-09-06T04:34:23.800Z Running `/home/build/.rustup/toolchains/1.97.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=c707444227bf7999 -C extra-filename=-d2bc4bef84de7be1 --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-d8fbaa4fbac25e39.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-3094e69e206e6e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42542026-09-06T04:34:23.864Z Compiling salty v0.3.0
42552026-09-06T04:34:23.867Z Running `/home/build/.rustup/toolchains/1.97.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=64d6a47264269611 -C extra-filename=-38bad048002efc69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42562026-09-06T04:34:23.867Z Running `/home/build/.rustup/toolchains/1.97.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=a350708f83d32c41 -C extra-filename=-5fa6de7992aca748 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-5fa6de7992aca748 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42572026-09-06T04:34:23.900Z Compiling parking_lot_core v0.8.6
42582026-09-06T04:34:24.007Z Compiling primeorder v0.13.6
42592026-09-06T04:34:24.010Z Running `/home/build/.rustup/toolchains/1.97.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=4c71fddccd2acc1a -C extra-filename=-bfaea1a6d4440491 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-bfaea1a6d4440491 -L 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-06T04:34:24.079Z Compiling chumsky v0.9.3
42612026-09-06T04:34:24.082Z Compiling anstream v0.6.21
42622026-09-06T04:34:24.082Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-fd9e37c7b942ab19/build-script-build`
42632026-09-06T04:34:24.082Z Running `/home/build/.rustup/toolchains/1.97.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=64bd5f4792b0c67f -C extra-filename=-c49fb2688a404347 --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-8c395e49d1d76c83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42642026-09-06T04:34:24.148Z Running `/home/build/.rustup/toolchains/1.97.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=b3c68f78ecf39ba3 -C extra-filename=-ae1b6f264ede5d9b --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-20dbf27803982f73.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42652026-09-06T04:34:24.180Z Running `/home/build/.rustup/toolchains/1.97.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=839ddf6839c216ca -C extra-filename=-04d5bc741fc22ed0 --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-7655d3f0c6239f4f.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-d2a9afeb1976830c.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-aa78e190a8d89ff9.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-bba6e0cbd550b2a7.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-df6efca3affdadf3.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-931d1810162048c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42662026-09-06T04:34:24.183Z Compiling ecdsa v0.16.9
42672026-09-06T04:34:24.183Z Compiling itertools v0.10.5
42682026-09-06T04:34:24.184Z Compiling ena v0.14.4
42692026-09-06T04:34:24.215Z Running `/home/build/.rustup/toolchains/1.97.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=f60ce160c3c5d11a -C extra-filename=-6ef208959e34a891 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-42914c6a9dc15c4c.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)'`
42702026-09-06T04:34:24.219Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-86584aebc2f30b3e/build-script-build`
42712026-09-06T04:34:24.219Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42722026-09-06T04:34:24.248Z Running `/home/build/.rustup/toolchains/1.97.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=4ece76913609e9a4 -C extra-filename=-06432a1b3950f931 --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-017f930efaf3a116.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42732026-09-06T04:34:24.252Z Running `/home/build/.rustup/toolchains/1.97.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=63f146b36bfd8b8a -C extra-filename=-d15a80e13ebea703 --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-d62d3fd36671cf4c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bc9d8fbf105a8ad5.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8c395e49d1d76c83.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-d2b12469257de992.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-3309725e1fa85545.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d3cc4aedaf24528b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42742026-09-06T04:34:24.252Z Running `/home/build/.rustup/toolchains/1.97.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=6f60ef5e741de178 -C extra-filename=-ef01f200dc91d50c --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-4944f5d298d5e7db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42752026-09-06T04:34:24.252Z Running `/home/build/.rustup/toolchains/1.97.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=e3100576b1537ab4 -C extra-filename=-3eb1d87043273097 --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-34de0cd9290266be.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-5ed38a2d338361b7.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-95cb7564f7a1f39c.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-53aff28a8cc2bb44.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-25c2bd9752e8fee6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42762026-09-06T04:34:24.282Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=zl%2Fddm-mcast#36e43651)
42772026-09-06T04:34:24.353Z Compiling libloading v0.8.9
42782026-09-06T04:34:24.357Z Compiling bindgen v0.71.1
42792026-09-06T04:34:24.357Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_api_types_versions --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/36e4365/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=ac829ea86ce064dd -C extra-filename=-20811cfdde16c291 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern client_common=/work/oxidecomputer/omicron/target/debug/deps/libclient_common-e8eed1c9cc1738ab.rmeta --extern ddm_protocol=/work/oxidecomputer/omicron/target/debug/deps/libddm_protocol-0bd14f57e8b4bff8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-5a93d54c40a1773f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42802026-09-06T04:34:24.357Z Running `/home/build/.rustup/toolchains/1.97.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=f8442b3ab9c453f8 -C extra-filename=-6913f6eb7b7a552d --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-d8fbaa4fbac25e39.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42812026-09-06T04:34:24.425Z Running `/home/build/.rustup/toolchains/1.97.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=e456beba716c96d1 -C extra-filename=-25124a9817a4eb26 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-25124a9817a4eb26 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42822026-09-06T04:34:24.457Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-bfaea1a6d4440491/build-script-build`
42832026-09-06T04:34:24.493Z Compiling regex-syntax v0.6.29
42842026-09-06T04:34:24.497Z Compiling cexpr v0.6.0
42852026-09-06T04:34:24.497Z Running `/home/build/.rustup/toolchains/1.97.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=4531c79a2b15ffc4 -C extra-filename=-417987b67a87c595 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-42914c6a9dc15c4c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-513cc071da56ff15.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-6ef208959e34a891.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)'`
42862026-09-06T04:34:24.528Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
42872026-09-06T04:34:24.532Z Running `/home/build/.rustup/toolchains/1.97.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=2d883a93563e912a -C extra-filename=-0f02ffb9819094db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:34:24.532Z Running `/home/build/.rustup/toolchains/1.97.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=5122ea713d360a0c -C extra-filename=-ca115f2ab20cdd5e --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-8256226b95f39eec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42892026-09-06T04:34:24.532Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-5fa6de7992aca748/build-script-build`
42902026-09-06T04:34:24.532Z Running `/home/build/.rustup/toolchains/1.97.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=2be1651e202c6dc9 -C extra-filename=-426d476df6ac5786 --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-b0bbf1e339dfa3ca.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-7e2037444cf8dcf8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42912026-09-06T04:34:24.596Z Compiling term v0.7.0
42922026-09-06T04:34:24.631Z Running `/home/build/.rustup/toolchains/1.97.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=787e8e6fd4e66303 -C extra-filename=-9cd9de7b332b51ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42932026-09-06T04:34:24.660Z Compiling proc-macro-error2 v2.0.1
42942026-09-06T04:34:24.663Z Compiling bit-set v0.5.3
42952026-09-06T04:34:24.663Z Compiling ignore v0.4.25
42962026-09-06T04:34:24.663Z Running `/home/build/.rustup/toolchains/1.97.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=dd3a8294b74c9fcb -C extra-filename=-552d575f49541a91 --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-d2bc4bef84de7be1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42972026-09-06T04:34:24.663Z Compiling rustc-hash v2.1.1
42982026-09-06T04:34:24.734Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42992026-09-06T04:34:24.740Z Running `/home/build/.rustup/toolchains/1.97.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=3361ba2acbaa7515 -C extra-filename=-82fb29797a03887c --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-573d31642eb2569b.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-6719a3ea0b10aec6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5a1cb615d1ac708d.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-45fb0cb65fbdc451.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43002026-09-06T04:34:24.740Z Running `/home/build/.rustup/toolchains/1.97.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=e48949f7d3190372 -C extra-filename=-ded52002b4e89cf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43012026-09-06T04:34:24.740Z Running `/home/build/.rustup/toolchains/1.97.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=e94c1eab2fd56092 -C extra-filename=-8e341c576152a424 --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-b0a17b9368d8ca0a.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43022026-09-06T04:34:24.740Z Running `/home/build/.rustup/toolchains/1.97.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=6b5ca5f78386b0df -C extra-filename=-6bfad4b6a0347c6b --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-38bad048002efc69.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43032026-09-06T04:34:24.740Z Running `/home/build/.rustup/toolchains/1.97.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=7a5b54d666d90fcb -C extra-filename=-5ac3b663279abe4a --out-dir /work/oxidecomputer/omicron/target/debug/build/dns-server-5ac3b663279abe4a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-9c01a05b7f5e88d3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43042026-09-06T04:34:24.763Z Compiling prefix-trie v0.7.0
43052026-09-06T04:34:24.766Z Running `/home/build/.rustup/toolchains/1.97.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=bb18019fcf84411f -C extra-filename=-a07b328c5b1794d0 --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-59401b81e5051c39.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43062026-09-06T04:34:24.800Z Compiling libxml v0.3.3
43072026-09-06T04:34:24.803Z Running `/home/build/.rustup/toolchains/1.97.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=26b5a1cb2139e13f -C extra-filename=-9d2906a400a6585d --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-9d2906a400a6585d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-16effc2d31631143.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43082026-09-06T04:34:24.867Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
43092026-09-06T04:34:24.870Z Running `/home/build/.rustup/toolchains/1.97.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=e3f5b309b535002d -C extra-filename=-66fdc3250a3f8b2f --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-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-1785eced8befb44b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43102026-09-06T04:34:24.932Z Running `/home/build/.rustup/toolchains/1.97.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=736ec6504dfd92e2 -C extra-filename=-6a3dee309af07e60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-33eda3dfc011fb69.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bfdf9c0510cd7581.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-514a1c3556ddd554.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3428fca15950d83f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-c3314b3e7243da04.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-a6f360098a5ebb72.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6517a2de646412f6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
43112026-09-06T04:34:24.935Z Running `/home/build/.rustup/toolchains/1.97.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=46a6134078b6234e -C extra-filename=-9ecb6a4aaecd63d4 --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-bbd06af5b6659032.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-6913f6eb7b7a552d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43122026-09-06T04:34:24.970Z Running `/home/build/.rustup/toolchains/1.97.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=a063b8a96e04a147 -C extra-filename=-e6cf33da7fac5a33 --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-d8fbaa4fbac25e39.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-976a791b09704962.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43132026-09-06T04:34:25.069Z Running `/home/build/.rustup/toolchains/1.97.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=e6c2626eee385690 -C extra-filename=-bb79fd1929a6ac0d --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-9cd9de7b332b51ab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43142026-09-06T04:34:25.099Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-25124a9817a4eb26/build-script-build`
43152026-09-06T04:34:25.132Z Compiling p384 v0.13.1
43162026-09-06T04:34:25.135Z Compiling strum_macros v0.24.3
43172026-09-06T04:34:25.135Z Running `/home/build/.rustup/toolchains/1.97.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=1cc7a626559fb4d8 -C extra-filename=-e6e14284d74592cd --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-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
43182026-09-06T04:34:25.135Z Compiling knus-derive v3.4.0
43192026-09-06T04:34:25.136Z Running `/home/build/.rustup/toolchains/1.97.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=049c32c33e43546d -C extra-filename=-8e8ca655dc7af992 --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-d15a80e13ebea703.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8c395e49d1d76c83.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-c49fb2688a404347.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43202026-09-06T04:34:25.136Z Running `/home/build/.rustup/toolchains/1.97.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=6345cbf2b5bcb744 -C extra-filename=-dad3cdbc0ba06992 --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-6c1a39cdac9eb0a1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43212026-09-06T04:34:25.167Z Running `/home/build/.rustup/toolchains/1.97.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=7d405fade19e3226 -C extra-filename=-84f4c7b35362f4d7 --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-9177e43cb0714f73.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-8e341c576152a424.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43222026-09-06T04:34:25.270Z Compiling nanorand v0.7.0
43232026-09-06T04:34:25.273Z Running `/home/build/.rustup/toolchains/1.97.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=205b37d5b1caf30a -C extra-filename=-91bc6faf68f6c095 --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-c6b4072429865da7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43242026-09-06T04:34:25.308Z Compiling indoc v1.0.9
43252026-09-06T04:34:25.310Z Running `/home/build/.rustup/toolchains/1.97.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=e81ecef12f427daf -C extra-filename=-cab12bb866bcd3b9 --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`
43262026-09-06T04:34:25.384Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43272026-09-06T04:34:25.387Z Compiling digest-io v0.1.0
43282026-09-06T04:34:25.419Z Running `/home/build/.rustup/toolchains/1.97.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=9fc6774c7d8c9675 -C extra-filename=-1fde5eea2c971ba2 --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-b0bbf1e339dfa3ca.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-7e2037444cf8dcf8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43292026-09-06T04:34:25.489Z Compiling darling_macro v0.21.3
43302026-09-06T04:34:25.492Z Compiling hickory-server v0.25.2
43312026-09-06T04:34:25.492Z Running `/home/build/.rustup/toolchains/1.97.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=3d65336b015ee01a -C extra-filename=-cf5f9d0b7475e869 --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-a413f0294aaf4ede.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43322026-09-06T04:34:25.524Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43332026-09-06T04:34:25.527Z Compiling quick-xml v0.37.5
43342026-09-06T04:34:25.527Z Compiling oso-derive v0.27.3
43352026-09-06T04:34:25.527Z Running `/home/build/.rustup/toolchains/1.97.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=6a5b7f5512dfa508 -C extra-filename=-b7603fd2aa7116e8 --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-87293c3d1d16a1d0.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43362026-09-06T04:34:25.527Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-9d2906a400a6585d/build-script-build`
43372026-09-06T04:34:25.527Z Running `/home/build/.rustup/toolchains/1.97.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=07b518ef939ca89a -C extra-filename=-5b0911c8cb91d577 --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-99a1b43c74aa57d0.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-a822832449f6a1ca.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a6266451580c1066.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-a07b328c5b1794d0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43382026-09-06T04:34:25.560Z Compiling impl-trait-for-tuples v0.2.3
43392026-09-06T04:34:25.563Z Running `/home/build/.rustup/toolchains/1.97.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=de04435107e4cb96 -C extra-filename=-a692e71cf965e32c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-git-version-a692e71cf965e32c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-417987b67a87c595.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43402026-09-06T04:34:25.563Z Running `/home/build/.rustup/toolchains/1.97.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=5d02fe597cd8c0c1 -C extra-filename=-c2584cfce2fd8f6d --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-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43412026-09-06T04:34:25.563Z Running `/home/build/.rustup/toolchains/1.97.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=881caab2c0c02983 -C extra-filename=-0221b9522fa7622a --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-de3a788940fe2e06.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43422026-09-06T04:34:25.595Z Running `/home/build/.rustup/toolchains/1.97.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=6ffdfc6f1bf0ef1e -C extra-filename=-3e57588f6c0bdb2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43432026-09-06T04:34:25.697Z Compiling ascii-canvas v3.0.0
43442026-09-06T04:34:25.700Z Running `/home/build/.rustup/toolchains/1.97.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=1da743296ffbdafb -C extra-filename=-08f8fa3aab8edeff --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-552d575f49541a91.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43452026-09-06T04:34:25.768Z Compiling parking_lot v0.11.2
43462026-09-06T04:34:25.771Z Running `/home/build/.rustup/toolchains/1.97.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=34cb9688a67f0d4e -C extra-filename=-b14cd864ebb9c421 --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-976a791b09704962.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-5c77632c1fe79449.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-e6cf33da7fac5a33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43472026-09-06T04:34:25.840Z Compiling globwalk v0.9.1
43482026-09-06T04:34:25.877Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
43492026-09-06T04:34:25.880Z Running `/home/build/.rustup/toolchains/1.97.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=003fd325d0974141 -C extra-filename=-146d3e55227ecd51 --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-068dfff8328f54ea.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-82fb29797a03887c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43502026-09-06T04:34:25.880Z Running `/home/build/.rustup/toolchains/1.97.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=ea7eb773dbf0adfd -C extra-filename=-a713b4fa3ffede6f --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-b217980bafa3a20c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-d62d3fd36671cf4c.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-8ceb6120c38abc55.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-33eda3dfc011fb69.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-426d476df6ac5786.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-e6e14284d74592cd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43512026-09-06T04:34:25.912Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
43522026-09-06T04:34:25.916Z Compiling flume v0.11.1
43532026-09-06T04:34:25.981Z Running `/home/build/.rustup/toolchains/1.97.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=658a7c4539b53a68 -C extra-filename=-4112bfb06edc7466 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-4112bfb06edc7466 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43542026-09-06T04:34:26.017Z Compiling openssl-probe v0.1.6
43552026-09-06T04:34:26.020Z Compiling rawzip v0.4.4
43562026-09-06T04:34:26.020Z Running `/home/build/.rustup/toolchains/1.97.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=3c93e19cf7559076 -C extra-filename=-71b5054738e3b2a0 --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-a1cdf1d4d5c11804.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-91bc6faf68f6c095.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-6fde902a2eb58e5a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43572026-09-06T04:34:26.055Z Compiling trait-variant v0.1.2
43582026-09-06T04:34:26.088Z Running `/home/build/.rustup/toolchains/1.97.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=b66c1bff2ed3aa23 -C extra-filename=-1ca26596e59e04be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:34:26.092Z Running `/home/build/.rustup/toolchains/1.97.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=62ab0abedab000f1 -C extra-filename=-06f5b8f7119bab3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43602026-09-06T04:34:26.153Z Compiling assert_matches v1.5.0
43612026-09-06T04:34:26.157Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
43622026-09-06T04:34:26.157Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
43632026-09-06T04:34:26.157Z Compiling corncobs v0.1.4
43642026-09-06T04:34:26.157Z Running `/work/oxidecomputer/omicron/target/debug/build/dns-server-5ac3b663279abe4a/build-script-build`
43652026-09-06T04:34:26.157Z Running `/home/build/.rustup/toolchains/1.97.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=51fa7e7a1a287906 -C extra-filename=-54d328873644484d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43662026-09-06T04:34:26.157Z Running `/home/build/.rustup/toolchains/1.97.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=c8628dfa27ff0e9e -C extra-filename=-9648e669395baa62 --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-34de0cd9290266be.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`
43672026-09-06T04:34:26.157Z Running `/home/build/.rustup/toolchains/1.97.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=877d150e66c14da3 -C extra-filename=-3f0d80e0d086e750 --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-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43682026-09-06T04:34:26.157Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/a233079/tls/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("attest-mock", "camino", "pki-playground", "unittest"))' -C metadata=2e485f63f33a6e39 -C extra-filename=-00f47e263ec3b1a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-00f47e263ec3b1a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43692026-09-06T04:34:26.188Z Running `/home/build/.rustup/toolchains/1.97.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=ac57709ec61cd379 -C extra-filename=-8f3bb317f9aee4b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43702026-09-06T04:34:26.191Z Running `/home/build/.rustup/toolchains/1.97.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=82c2e5a102fae461 -C extra-filename=-2c8235521dc4739c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43712026-09-06T04:34:26.222Z Compiling bb8 v0.8.6
43722026-09-06T04:34:26.225Z Running `/home/build/.rustup/toolchains/1.97.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=21ff6c219c346d95 -C extra-filename=-f0a5547367832b68 --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-99a1b43c74aa57d0.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43732026-09-06T04:34:26.322Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-4112bfb06edc7466/build-script-build`
43742026-09-06T04:34:26.423Z Compiling lalrpop v0.19.12
43752026-09-06T04:34:26.427Z Running `/home/build/.rustup/toolchains/1.97.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=1809ef7bfea48a2e -C extra-filename=-2f41bc24f760bf5a --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-08f8fa3aab8edeff.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-6bfad4b6a0347c6b.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-5575017dc82cc4b8.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-ef01f200dc91d50c.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-a424b183ae7c3acf.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-06432a1b3950f931.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-2d5dd7f0667631d7.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c61a3e1c936176b5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0f02ffb9819094db.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-8c9b6587621e06e4.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-552d575f49541a91.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-bb79fd1929a6ac0d.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-d657756a74de3999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43762026-09-06T04:34:26.493Z Compiling secrecy v0.8.0
43772026-09-06T04:34:26.529Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
43782026-09-06T04:34:26.532Z Compiling rand_seeder v0.4.0
43792026-09-06T04:34:26.532Z Running `/home/build/.rustup/toolchains/1.97.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=2452cec197a53bcb -C extra-filename=-f764d9bca7e6b572 --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-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43802026-09-06T04:34:26.532Z Compiling nonempty v0.12.0
43812026-09-06T04:34:26.562Z Running `/home/build/.rustup/toolchains/1.97.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=3428be7b740b537c -C extra-filename=-5e945bd05013491e --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-c2447f4027b03996.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43822026-09-06T04:34:26.588Z Running `/home/build/.rustup/toolchains/1.97.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=ca2352fb269ee710 -C extra-filename=-8c080fd52097df8e --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-b217980bafa3a20c.rmeta --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-2c8235521dc4739c.rmeta --extern dice_util_barcode=/work/oxidecomputer/omicron/target/debug/deps/libdice_util_barcode-3f0d80e0d086e750.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-33eda3dfc011fb69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-e55b4a3d60362478.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-232b3b7d175167a3.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43832026-09-06T04:34:26.588Z Running `/home/build/.rustup/toolchains/1.97.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=8e171e6895f0786d -C extra-filename=-699957af3676be70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43842026-09-06T04:34:26.635Z Compiling mime_guess v2.0.5
43852026-09-06T04:34:26.638Z Running `/home/build/.rustup/toolchains/1.97.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=6cdd17d846047dde -C extra-filename=-88123f43427ee2b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-88123f43427ee2b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-82e4c98081358b8b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43862026-09-06T04:34:26.744Z Compiling camino-tempfile-ext v0.3.3
43872026-09-06T04:34:26.747Z Running `/home/build/.rustup/toolchains/1.97.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=d0b7aa22c4b3b8c1 -C extra-filename=-ce3c88b3eb934864 --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-04d5bc741fc22ed0.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-146d3e55227ecd51.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-75dc4484a4e65dd6.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-2520c497304d26a8.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-c61d67dd999bce75.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43882026-09-06T04:34:26.782Z Compiling sled v0.34.7
43892026-09-06T04:34:26.818Z Running `/home/build/.rustup/toolchains/1.97.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=9e11dc62d569305d -C extra-filename=-ee3f894063ebfbaf --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-18c3e50c227732f4.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4411b8b43effe66a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-3a613954e3e35499.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b14cd864ebb9c421.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43902026-09-06T04:34:26.860Z Compiling http-range v0.1.5
43912026-09-06T04:34:26.863Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-00f47e263ec3b1a0/build-script-build`
43922026-09-06T04:34:26.935Z Compiling progenitor-macro v0.14.0
43932026-09-06T04:34:26.935Z Compiling darling v0.21.3
43942026-09-06T04:34:26.938Z Compiling signal-hook-tokio v0.3.1
43952026-09-06T04:34:26.938Z Compiling scuffle v0.1.0
43962026-09-06T04:34:26.938Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
43972026-09-06T04:34:26.938Z Running `/home/build/.rustup/toolchains/1.97.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=b09e67ca6c19a3dc -C extra-filename=-4d1df8f54fe14ef4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43982026-09-06T04:34:26.938Z Compiling tungstenite v0.23.0
43992026-09-06T04:34:26.938Z Compiling void v1.0.2
44002026-09-06T04:34:26.939Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44012026-09-06T04:34:26.973Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
44022026-09-06T04:34:26.976Z Running `/home/build/.rustup/toolchains/1.97.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=3849932af96d43e2 -C extra-filename=-9d9ae9a26cc66ebf --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-5dc4e3a45f880dc9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-6b800ccbe644b02e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-dc409a536d2cf702.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-8ac9f7af0dcac38e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44032026-09-06T04:34:26.976Z Running `/home/build/.rustup/toolchains/1.97.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=aa61280b10194ed5 -C extra-filename=-d2739a3c93bf2b21 --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-a1cdf1d4d5c11804.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44042026-09-06T04:34:26.976Z Running `/home/build/.rustup/toolchains/1.97.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=20c6d4d40a07e53a -C extra-filename=-3ce0da608c1854cf --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-b217980bafa3a20c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-d62d3fd36671cf4c.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5328d2372fb83eea.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-33eda3dfc011fb69.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-426d476df6ac5786.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-e6e14284d74592cd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44052026-09-06T04:34:26.976Z Running `/home/build/.rustup/toolchains/1.97.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=581cba1d59111d62 -C extra-filename=-3abafd398bee28b2 --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-068dfff8328f54ea.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-0c9156cda3fda716.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44062026-09-06T04:34:26.976Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-git-version-a692e71cf965e32c/build-script-build`
44072026-09-06T04:34:26.976Z Running `/home/build/.rustup/toolchains/1.97.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=17f29b5bdc81b4c3 -C extra-filename=-f8a2747c6f0e1354 --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-87293c3d1d16a1d0.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-b7603fd2aa7116e8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44082026-09-06T04:34:26.976Z Running `/home/build/.rustup/toolchains/1.97.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=e275811aaca59673 -C extra-filename=-0893e47fd96e5249 --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-068dfff8328f54ea.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-ca115f2ab20cdd5e.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-9ecb6a4aaecd63d4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-ded52002b4e89cf6.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-9b441c21bab2d477.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44092026-09-06T04:34:26.976Z Running `/home/build/.rustup/toolchains/1.97.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=3ee13eecc53a1c10 -C extra-filename=-c7dee2f5ef43958d --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-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.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/`
44102026-09-06T04:34:26.976Z Running `/home/build/.rustup/toolchains/1.97.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=c81cda056dfb7790 -C extra-filename=-ce92f6214458baad --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-17ae1705427aeb7a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-458831f7c6f75c26.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-836360e0e65006ac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-f5662f5100af69f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44112026-09-06T04:34:26.976Z Running `/home/build/.rustup/toolchains/1.97.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=2d6560bec9916c5b -C extra-filename=-95cb131a3887cb13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44122026-09-06T04:34:26.976Z Running `/home/build/.rustup/toolchains/1.97.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=885088133b27e9e6 -C extra-filename=-2f18a9c05847a72a --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-a80a009b87a3de9e.rmeta --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-d2d47117863a0312.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/fm/amd64`
44132026-09-06T04:34:27.009Z Running `/home/build/.rustup/toolchains/1.97.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=8ac12be7a395bbeb -C extra-filename=-5403dc00c1865766 --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-17ae1705427aeb7a.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-e5d2059d0b1b8041.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-1d7f474c3177f54a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44142026-09-06T04:34:27.043Z Compiling nix v0.27.1
44152026-09-06T04:34:27.080Z Compiling serde_bytes v0.11.19
44162026-09-06T04:34:27.083Z Running `/home/build/.rustup/toolchains/1.97.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=c6b2f25578d45413 -C extra-filename=-e635ab0b71079f70 --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-068dfff8328f54ea.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-a57e90af67e40809.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44172026-09-06T04:34:27.083Z Running `/home/build/.rustup/toolchains/1.97.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=37e39a4478e2d1e1 -C extra-filename=-d22620e467062729 --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-22cd1c92ad71623d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44182026-09-06T04:34:27.116Z Compiling yansi v1.0.1
44192026-09-06T04:34:27.119Z Running `/home/build/.rustup/toolchains/1.97.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=f9d1572b4f4e1ace -C extra-filename=-6b1fe9ff19937928 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44202026-09-06T04:34:27.181Z Compiling cpubits v0.1.1
44212026-09-06T04:34:27.217Z Compiling libz-sys v1.1.24
44222026-09-06T04:34:27.220Z Running `/home/build/.rustup/toolchains/1.97.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=b66bc483d2196658 -C extra-filename=-bc840c7d34ad64dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44232026-09-06T04:34:27.253Z Compiling pem-rfc7468 v1.0.0
44242026-09-06T04:34:27.287Z Running `/home/build/.rustup/toolchains/1.97.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=d47fbfe7092b1df8 -C extra-filename=-14cbca2eb1b3923d --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-14cbca2eb1b3923d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-16effc2d31631143.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-5fda4a1ad9b2bfce.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44252026-09-06T04:34:27.290Z Compiling libgit2-sys v0.18.3+1.9.2
44262026-09-06T04:34:27.325Z Running `/home/build/.rustup/toolchains/1.97.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=a5c7c171c2fd7bd3 -C extra-filename=-a21bae7ddb8014f4 --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-4c5cc81598cfc878.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44272026-09-06T04:34:27.328Z Compiling instability v0.3.11
44282026-09-06T04:34:27.357Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44292026-09-06T04:34:27.360Z Running `/home/build/.rustup/toolchains/1.97.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=9c45e9be7f913e32 -C extra-filename=-d3c9de40192883dd --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d3c9de40192883dd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-16effc2d31631143.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44302026-09-06T04:34:27.360Z Running `/home/build/.rustup/toolchains/1.97.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=25c3a82d89ba3d64 -C extra-filename=-ca3893b9c76a5c82 --out-dir /work/oxidecomputer/omicron/target/debug/build/instability-ca3893b9c76a5c82 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44312026-09-06T04:34:27.360Z Running `/home/build/.rustup/toolchains/1.97.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=7671a33969be6f28 -C extra-filename=-71bff03f4fc8434a --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-068dfff8328f54ea.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-33eda3dfc011fb69.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44322026-09-06T04:34:27.395Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=zl%2Fddm-mcast#36e43651)
44332026-09-06T04:34:27.464Z Compiling lzss v0.8.2
44342026-09-06T04:34:27.497Z Compiling hmac v0.13.0
44352026-09-06T04:34:27.500Z Compiling universal-hash v0.6.1
44362026-09-06T04:34:27.500Z Compiling castaway v0.2.4
44372026-09-06T04:34:27.534Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_api_types --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/36e4365/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", "proptest"))' -C metadata=11ec6a1a1cdd9e85 -C extra-filename=-090df685e7b2a59f --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-bfd1359b57903170.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44382026-09-06T04:34:27.564Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-88123f43427ee2b3/build-script-build`
44392026-09-06T04:34:27.568Z Running `/home/build/.rustup/toolchains/1.97.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=3820ee7b88fe8d6e -C extra-filename=-9f035c128eddf246 --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-95cb131a3887cb13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44402026-09-06T04:34:27.568Z Running `/home/build/.rustup/toolchains/1.97.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=0bea6e26c2655990 -C extra-filename=-5b4f9c768542ca83 --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-a413f0294aaf4ede.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44412026-09-06T04:34:27.568Z Compiling knus v3.4.0
44422026-09-06T04:34:27.568Z Compiling tokio-tungstenite v0.23.1
44432026-09-06T04:34:27.568Z Compiling pretty_assertions v1.4.1
44442026-09-06T04:34:27.568Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44452026-09-06T04:34:27.599Z Compiling indoc v2.0.7
44462026-09-06T04:34:27.602Z Running `/home/build/.rustup/toolchains/1.97.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=d36e9b18e7b88fa3 -C extra-filename=-fb8327d9975c1fe3 --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-489a3e86b67528ad.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44472026-09-06T04:34:27.602Z Running `/home/build/.rustup/toolchains/1.97.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=8374b4cae014d045 -C extra-filename=-dfccae270e0ce13c --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-b4b3669d5ded10cf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44482026-09-06T04:34:27.630Z Running `/home/build/.rustup/toolchains/1.97.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=e1706b46e0f86cbd -C extra-filename=-b8159150ade91720 --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-bf59ab279ffa544e.rmeta --extern chumsky=/work/oxidecomputer/omicron/target/debug/deps/libchumsky-ae1b6f264ede5d9b.rmeta --extern knus_derive=/work/oxidecomputer/omicron/target/debug/deps/libknus_derive-84f4c7b35362f4d7.so --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-c892faf842f430bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44492026-09-06T04:34:27.633Z Running `/home/build/.rustup/toolchains/1.97.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=0e784d1f888d0afc -C extra-filename=-17ef698d7a77d9d0 --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-c712c2a20c7ee4ef.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-ce92f6214458baad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44502026-09-06T04:34:27.633Z Compiling dsl_auto_type v0.2.0
44512026-09-06T04:34:27.633Z Running `/home/build/.rustup/toolchains/1.97.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=c2b0afb6e2d60790 -C extra-filename=-a26cc65e116ebe4a --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-5575017dc82cc4b8.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-6b1fe9ff19937928.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44522026-09-06T04:34:27.659Z Running `/home/build/.rustup/toolchains/1.97.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=4c5ee92e651d18df -C extra-filename=-e3ac4ce75cdb269d --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-e3ac4ce75cdb269d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44532026-09-06T04:34:27.664Z Running `/home/build/.rustup/toolchains/1.97.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=a3e716eda5d75e83 -C extra-filename=-c446c4a259cd1aa4 --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`
44542026-09-06T04:34:27.696Z Compiling progenitor-impl v0.13.0
44552026-09-06T04:34:27.699Z Running `/home/build/.rustup/toolchains/1.97.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=a2879fc46edf6065 -C extra-filename=-82264a4a7ff823a5 --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-f8a2747c6f0e1354.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44562026-09-06T04:34:27.731Z Compiling lru v0.12.5
44572026-09-06T04:34:27.734Z Running `/home/build/.rustup/toolchains/1.97.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=9f19efbc73e57d21 -C extra-filename=-851da0c8fc5f4fe6 --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-9177e43cb0714f73.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-8b016b61d6da957e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a102d7cd852100ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44582026-09-06T04:34:27.734Z Running `/work/oxidecomputer/omicron/target/debug/build/instability-ca3893b9c76a5c82/build-script-build`
44592026-09-06T04:34:27.761Z Running `/home/build/.rustup/toolchains/1.97.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=4cd982c3d348e497 -C extra-filename=-c253681444cd9f9a --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-26e41125ecc3049d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44602026-09-06T04:34:27.798Z Compiling unicode-truncate v1.1.0
44612026-09-06T04:34:27.801Z Running `/home/build/.rustup/toolchains/1.97.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=5af75769b5bf0e87 -C extra-filename=-4cc9a12eaf63adcf --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-c1a8baf1662daa76.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3dee014ccd6c615d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44622026-09-06T04:34:27.904Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
44632026-09-06T04:34:27.939Z Compiling compact_str v0.8.1
44642026-09-06T04:34:27.942Z Running `/home/build/.rustup/toolchains/1.97.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=0c8f1bca8b44218a -C extra-filename=-2c70e85fc4a707ac --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-3ce0da608c1854cf.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-11a858384f032b38.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-90d16be16b2e9986.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-33eda3dfc011fb69.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-c7dee2f5ef43958d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-8e8ca655dc7af992.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-426d476df6ac5786.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-67906e389b246647.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-232b3b7d175167a3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
44652026-09-06T04:34:27.973Z Running `/home/build/.rustup/toolchains/1.97.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=f9ce424305a9a702 -C extra-filename=-644f135b9c2ff0c8 --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-dfccae270e0ce13c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c2c00b5f956a68ca.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3b311482eb74f2fa.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44662026-09-06T04:34:27.976Z Running `/home/build/.rustup/toolchains/1.97.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=4eaa7242afd751f7 -C extra-filename=-ddc5469c79fceb8c --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-cb9ce126b271012b.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-82e4c98081358b8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44672026-09-06T04:34:28.011Z Compiling colored v2.2.0
44682026-09-06T04:34:28.014Z Compiling vergen-git2 v9.1.0
44692026-09-06T04:34:28.014Z Compiling cassowary v0.3.0
44702026-09-06T04:34:28.047Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
44712026-09-06T04:34:28.050Z Running `/home/build/.rustup/toolchains/1.97.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=203308e26d14efea -C extra-filename=-6ff1bf7789dd59c7 --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-512fc7f56fae351c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44722026-09-06T04:34:28.050Z Running `/home/build/.rustup/toolchains/1.97.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=dad726f682b44757 -C extra-filename=-3092e3ca8eadbf5d --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-git2-3092e3ca8eadbf5d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44732026-09-06T04:34:28.081Z Running `/home/build/.rustup/toolchains/1.97.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=6ed530db4445c09d -C extra-filename=-9c335754e96d62ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44742026-09-06T04:34:28.084Z Compiling polyval v0.7.1
44752026-09-06T04:34:28.084Z Compiling der v0.8.0
44762026-09-06T04:34:28.084Z Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
44772026-09-06T04:34:28.084Z Running `/home/build/.rustup/toolchains/1.97.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=51a71ff612652986 -C extra-filename=-d42f277c1948752e --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-99a1b43c74aa57d0.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-66842ca924ea9165.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-3a613954e3e35499.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-e9bf281b80a8ae2f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-33eda3dfc011fb69.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1a47a5a0db9c07c5.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-713c6d63914c29e8.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-9f035c128eddf246.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-e635ab0b71079f70.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-e55b4a3d60362478.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-d22620e467062729.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-c4b7e7232c1aae44.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-36bd17d1ea474799.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-8c9b6587621e06e4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-5403dc00c1865766.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0762409d2eb35a22.rmeta --cap-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-b5224bd7ae3b5054/out/lib`
44782026-09-06T04:34:28.084Z Running `/home/build/.rustup/toolchains/1.97.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=53eda3c9b87198cf -C extra-filename=-0919c0833d740531 --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-bc840c7d34ad64dd.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-8141bf4b5f82237e.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-fb8327d9975c1fe3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44792026-09-06T04:34:28.084Z Running `/home/build/.rustup/toolchains/1.97.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=69e5e4afb28d432f -C extra-filename=-9b79c10db95d8283 --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-e3c737eb9ca03877.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a21bae7ddb8014f4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44802026-09-06T04:34:28.120Z Running `/home/build/.rustup/toolchains/1.97.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=fcc30a1a611ebd23 -C extra-filename=-eac3f307fbee6531 --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-9177e43cb0714f73.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44812026-09-06T04:34:28.156Z Compiling petname v2.0.2
44822026-09-06T04:34:28.159Z Compiling arc-swap v1.8.2
44832026-09-06T04:34:28.159Z Running `/home/build/.rustup/toolchains/1.97.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=c0b4e2c4f734699a -C extra-filename=-ebd35365143bad9e --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-ebd35365143bad9e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44842026-09-06T04:34:28.191Z Running `/home/build/.rustup/toolchains/1.97.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=a617a8b76267d4b8 -C extra-filename=-92b1ce4304553b97 --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-b4b3669d5ded10cf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44852026-09-06T04:34:28.194Z Compiling pbkdf2 v0.13.0
44862026-09-06T04:34:28.258Z Running `/home/build/.rustup/toolchains/1.97.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=3f6702b6bb19a60f -C extra-filename=-77c9635779edbeab --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-a413f0294aaf4ede.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5b4f9c768542ca83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44872026-09-06T04:34:28.262Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-14cbca2eb1b3923d/build-script-build`
44882026-09-06T04:34:28.477Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44892026-09-06T04:34:28.480Z Running `/home/build/.rustup/toolchains/1.97.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=fd9b7d4ff0908d8e -C extra-filename=-63457b14aedc37b9 --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-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-71bff03f4fc8434a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44902026-09-06T04:34:28.577Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-e3ac4ce75cdb269d/build-script-build`
44912026-09-06T04:34:28.679Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-3092e3ca8eadbf5d/build-script-build`
44922026-09-06T04:34:28.682Z Running `/home/build/.rustup/toolchains/1.97.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=323b7ebd569d9d9a -C extra-filename=-e91fec689e1622b6 --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-34de0cd9290266be.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`
44932026-09-06T04:34:28.682Z Compiling crypto-bigint v0.7.5
44942026-09-06T04:34:28.682Z Compiling aes v0.9.1
44952026-09-06T04:34:28.682Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
44962026-09-06T04:34:28.717Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d3c9de40192883dd/build-script-build`
44972026-09-06T04:34:28.720Z Compiling hyper-staticfile v0.10.1
44982026-09-06T04:34:28.720Z Running `/home/build/.rustup/toolchains/1.97.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=d01fc1f349dbdb92 -C extra-filename=-dfbd9ed04e4905f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c2901919ee2e8ca8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0e135e95f843e9e0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44992026-09-06T04:34:28.720Z Running `/home/build/.rustup/toolchains/1.97.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=8e56b43cba24b0fe -C extra-filename=-70023f6c64ecb759 --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-5cb056e0e8f66d30.rmeta --extern cpubits=/work/oxidecomputer/omicron/target/debug/deps/libcpubits-bc840c7d34ad64dd.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-8141bf4b5f82237e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45002026-09-06T04:34:28.720Z Running `/home/build/.rustup/toolchains/1.97.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=0b1a3f72f89b47c7 -C extra-filename=-5628cae4533b603e --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-bc840c7d34ad64dd.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-8ceb6120c38abc55.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-861ef94b712e61a6.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45012026-09-06T04:34:28.720Z Running `/home/build/.rustup/toolchains/1.97.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=3c22eac517e34a2e -C extra-filename=-c36930d63073599b --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-77e50581376d5748.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-c446c4a259cd1aa4.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.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)'`
45022026-09-06T04:34:28.754Z Running `/home/build/.rustup/toolchains/1.97.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=9213c706f41a888a -C extra-filename=-7eeeaf6739a67736 --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-c712c2a20c7ee4ef.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-709284257fea4e42.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-ddc5469c79fceb8c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45032026-09-06T04:34:28.756Z Compiling ctr v0.10.1
45042026-09-06T04:34:28.784Z Running `/home/build/.rustup/toolchains/1.97.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=7b18b92f0dd65457 -C extra-filename=-e56ebd565abc3839 --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-0d1c6436640783d3.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-82264a4a7ff823a5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45052026-09-06T04:34:28.787Z Running `/home/build/.rustup/toolchains/1.97.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=a1f94333ae3c07c1 -C extra-filename=-1cd155bff797c038 --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-5cb056e0e8f66d30.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45062026-09-06T04:34:28.787Z Compiling aead v0.6.1
45072026-09-06T04:34:28.815Z Running `/home/build/.rustup/toolchains/1.97.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=09cb42c66f73475d -C extra-filename=-62a30bf0339f432e --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-489a3e86b67528ad.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-047e7fe790b98111.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45082026-09-06T04:34:28.886Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
45092026-09-06T04:34:28.921Z Compiling ghash v0.6.0
45102026-09-06T04:34:28.924Z Running `/home/build/.rustup/toolchains/1.97.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=5e95efb6ee0138f2 -C extra-filename=-609f2eb8bb6ea250 --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-0919c0833d740531.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45112026-09-06T04:34:28.924Z Running `/home/build/.rustup/toolchains/1.97.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=7ecd7c52f73d6d78 -C extra-filename=-d07aa8d6fc983680 --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-fcf6eb9bf07b1215.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-d62d3fd36671cf4c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bc9d8fbf105a8ad5.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-11a858384f032b38.rmeta --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-aec5e55fb051f8f0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rmeta --extern knus=/work/oxidecomputer/omicron/target/debug/deps/libknus-b8159150ade91720.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-c892faf842f430bb.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-8e8ca655dc7af992.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-7ec92288530f8f2c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-005b50cdeb71d655.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-836360e0e65006ac.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-3309725e1fa85545.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d3cc4aedaf24528b.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-232b3b7d175167a3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45122026-09-06T04:34:28.958Z Compiling slog-scope v4.4.1
45132026-09-06T04:34:28.963Z Running `/home/build/.rustup/toolchains/1.97.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=b19e3784bf68ed0c -C extra-filename=-9e259a75cc44fd92 --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-92b1ce4304553b97.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45142026-09-06T04:34:29.066Z Compiling console v0.16.2
45152026-09-06T04:34:29.097Z Compiling unit-prefix v0.5.2
45162026-09-06T04:34:29.100Z Running `/home/build/.rustup/toolchains/1.97.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=858fc33b78334a85 -C extra-filename=-9d1a33687efbaa6a --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-34de0cd9290266be.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45172026-09-06T04:34:29.131Z Compiling tokio-test v0.4.5
45182026-09-06T04:34:29.134Z Running `/home/build/.rustup/toolchains/1.97.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=92aff20057f3905c -C extra-filename=-98b8b93be0c019ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45192026-09-06T04:34:29.134Z Running `/home/build/.rustup/toolchains/1.97.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=b441f83a511e3f80 -C extra-filename=-78de19dd1fed8589 --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-a1cdf1d4d5c11804.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45202026-09-06T04:34:29.137Z Compiling libsw-core v0.3.2
45212026-09-06T04:34:29.200Z Compiling salsa20 v0.11.0
45222026-09-06T04:34:29.203Z Compiling sapling-renderdag v0.1.0
45232026-09-06T04:34:29.203Z Running `/home/build/.rustup/toolchains/1.97.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=380b28b0feeb2d18 -C extra-filename=-6f336e45ae19b192 --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-384623802a26b216.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45242026-09-06T04:34:29.236Z Running `/home/build/.rustup/toolchains/1.97.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=7a20194fc43e9e12 -C extra-filename=-a776a5423674913a --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-d8fbaa4fbac25e39.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5cb056e0e8f66d30.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45252026-09-06T04:34:29.239Z Compiling slog-stdlog v4.1.1
45262026-09-06T04:34:29.239Z Running `/home/build/.rustup/toolchains/1.97.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=868845722c597f15 -C extra-filename=-ab69c62315faed40 --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-068dfff8328f54ea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45272026-09-06T04:34:29.272Z Running `/home/build/.rustup/toolchains/1.97.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=465cc8b3c3bb8985 -C extra-filename=-411bc66ccbb21b46 --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-4944f5d298d5e7db.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-9e259a75cc44fd92.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45282026-09-06T04:34:29.275Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-ebd35365143bad9e/build-script-build`
45292026-09-06T04:34:29.374Z Compiling sync-ptr v0.1.4
45302026-09-06T04:34:29.377Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45312026-09-06T04:34:29.377Z Running `/home/build/.rustup/toolchains/1.97.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=eeaf63f387c83cd4 -C extra-filename=-a1c7f0f9f0cf8e0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45322026-09-06T04:34:29.377Z Running `/home/build/.rustup/toolchains/1.97.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=499757b6d9c85e78 -C extra-filename=-359d4b1e5bcf7504 --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-1dbc576d48949507.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-65eec1a66a5bc00f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45332026-09-06T04:34:29.441Z Compiling cbc v0.2.1
45342026-09-06T04:34:29.444Z Running `/home/build/.rustup/toolchains/1.97.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=1a54550028040528 -C extra-filename=-c732e2b2c75c9744 --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-5cb056e0e8f66d30.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45352026-09-06T04:34:29.478Z Compiling twox-hash v2.1.2
45362026-09-06T04:34:29.547Z Running `/home/build/.rustup/toolchains/1.97.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=e8c42e307e6df1ba -C extra-filename=-5415d43235a09986 --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-75c10f8693f224ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45372026-09-06T04:34:29.550Z Running `/home/build/.rustup/toolchains/1.97.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=3cba3c384ec7cbeb -C extra-filename=-10f8d19590dcdba7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-33eda3dfc011fb69.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bfdf9c0510cd7581.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-514a1c3556ddd554.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3428fca15950d83f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-63457b14aedc37b9.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-71bff03f4fc8434a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6517a2de646412f6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
45382026-09-06T04:34:29.577Z Compiling slog-envlogger v2.2.0
45392026-09-06T04:34:29.581Z Running `/home/build/.rustup/toolchains/1.97.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=daaa125acb19ea08 -C extra-filename=-1f6c90bfc99708c0 --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-bfdf9c0510cd7581.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45402026-09-06T04:34:29.581Z Running `/home/build/.rustup/toolchains/1.97.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=e569a170b433fe8d -C extra-filename=-674e0ef60c6203eb --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-4944f5d298d5e7db.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-9e259a75cc44fd92.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-411bc66ccbb21b46.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45412026-09-06T04:34:29.652Z Compiling spki v0.8.0
45422026-09-06T04:34:29.655Z Running `/home/build/.rustup/toolchains/1.97.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=c8e402b2f33617c0 -C extra-filename=-2d5457bb2333a42a --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-9b79c10db95d8283.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45432026-09-06T04:34:29.683Z Compiling aes-gcm v0.11.0
45442026-09-06T04:34:29.686Z Running `/home/build/.rustup/toolchains/1.97.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=2b2295ad781ef29d -C extra-filename=-6881fb4c03d7c82b --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-62a30bf0339f432e.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-70023f6c64ecb759.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5cb056e0e8f66d30.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-1cd155bff797c038.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-609f2eb8bb6ea250.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45452026-09-06T04:34:29.783Z Compiling libsw v3.5.0
45462026-09-06T04:34:29.792Z Running `/home/build/.rustup/toolchains/1.97.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=4c5d2902870d00c8 -C extra-filename=-c27943d2b09485f5 --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-6f336e45ae19b192.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45472026-09-06T04:34:29.818Z Compiling indicatif v0.18.4
45482026-09-06T04:34:29.822Z Compiling scrypt v0.12.0
45492026-09-06T04:34:29.822Z Compiling atty v0.2.14
45502026-09-06T04:34:29.822Z Running `/home/build/.rustup/toolchains/1.97.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=b8b70eaf7731090c -C extra-filename=-83b206d0eb3d22f9 --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-9d1a33687efbaa6a.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cef88d9fac5ef585.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --extern unit_prefix=/work/oxidecomputer/omicron/target/debug/deps/libunit_prefix-98b8b93be0c019ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45512026-09-06T04:34:29.822Z Running `/home/build/.rustup/toolchains/1.97.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=c2f1304087009d0f -C extra-filename=-7e32740eb8cdcd9d --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-d8fbaa4fbac25e39.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-77c9635779edbeab.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-a776a5423674913a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-48ec35b41f42ba59.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45522026-09-06T04:34:29.849Z Compiling fatfs v0.3.6
45532026-09-06T04:34:29.853Z Running `/home/build/.rustup/toolchains/1.97.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=043f838d1dca88e8 -C extra-filename=-3d1a2ea0338b9c15 --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-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45542026-09-06T04:34:29.853Z Running `/home/build/.rustup/toolchains/1.97.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=2f6c3efeb4153aa0 -C extra-filename=-5241763e0537959b --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-5bf4110dad6990d2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45552026-09-06T04:34:29.882Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
45562026-09-06T04:34:29.886Z Running `/home/build/.rustup/toolchains/1.97.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=f8028143c8f49cc0 -C extra-filename=-6a13fda83f39c472 --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-068dfff8328f54ea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45572026-09-06T04:34:30.086Z Compiling oxide-update-engine-display v0.1.2
45582026-09-06T04:34:30.088Z Compiling seq-macro v0.3.6
45592026-09-06T04:34:30.088Z Compiling ff v0.14.0
45602026-09-06T04:34:30.089Z Running `/home/build/.rustup/toolchains/1.97.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=4e35a599b2a3c65c -C extra-filename=-dbe9527fc093ad22 --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-1dbc576d48949507.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-c27943d2b09485f5.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45612026-09-06T04:34:30.092Z Running `/home/build/.rustup/toolchains/1.97.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=695548ca30f73b4a -C extra-filename=-c1ed1e2e48a1cb9c --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`
45622026-09-06T04:34:30.124Z Running `/home/build/.rustup/toolchains/1.97.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=e51488be129455c4 -C extra-filename=-9d6367a0ed58af30 --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-abbc589ab1b46aa3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45632026-09-06T04:34:30.128Z Compiling pkcs5 v0.8.1
45642026-09-06T04:34:30.159Z Compiling shell-words v1.1.1
45652026-09-06T04:34:30.162Z Compiling concurrent-queue v2.5.0
45662026-09-06T04:34:30.162Z Compiling parking v2.2.1
45672026-09-06T04:34:30.162Z Running `/home/build/.rustup/toolchains/1.97.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=6deaebd4df43745a -C extra-filename=-ba0afe4f408c24b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45682026-09-06T04:34:30.162Z Running `/home/build/.rustup/toolchains/1.97.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=74f49302248b91a7 -C extra-filename=-d4544c9446f820c1 --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-17edc68fd438fff3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45692026-09-06T04:34:30.162Z Running `/home/build/.rustup/toolchains/1.97.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=0db63aa8b3778ddd -C extra-filename=-4f7b8f7abcf666d8 --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-70023f6c64ecb759.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-6881fb4c03d7c82b.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-c732e2b2c75c9744.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9b79c10db95d8283.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-77c9635779edbeab.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-7e32740eb8cdcd9d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-48ec35b41f42ba59.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2d5457bb2333a42a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45702026-09-06T04:34:30.162Z Running `/home/build/.rustup/toolchains/1.97.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=70b90162a4444e84 -C extra-filename=-f4cdfff1819ac7a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45712026-09-06T04:34:30.162Z Compiling signature v3.0.0
45722026-09-06T04:34:30.197Z Running `/home/build/.rustup/toolchains/1.97.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=c2f8d3795762e675 -C extra-filename=-10f40dd27e44a586 --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-a413f0294aaf4ede.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45732026-09-06T04:34:30.230Z Compiling ratatui v0.29.0
45742026-09-06T04:34:30.265Z Running `/home/build/.rustup/toolchains/1.97.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=0c996f5ee2e542e2 -C extra-filename=-73fb02bbceceaf51 --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-068dfff8328f54ea.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-9c335754e96d62ab.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-644f135b9c2ff0c8.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ecba080b60497653.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-c446c4a259cd1aa4.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-c36930d63073599b.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-c253681444cd9f9a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3dee014ccd6c615d.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-4cc9a12eaf63adcf.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45752026-09-06T04:34:30.335Z Compiling plotters-backend v0.3.7
45762026-09-06T04:34:30.338Z Running `/home/build/.rustup/toolchains/1.97.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=80c3e787912dfb7f -C extra-filename=-93f2d6889fbc3e58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45772026-09-06T04:34:30.338Z Compiling constant_time_eq v0.4.2
45782026-09-06T04:34:30.338Z Running `/home/build/.rustup/toolchains/1.97.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=de62da1f6fb3c867 -C extra-filename=-92041cf10ad8a4da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45792026-09-06T04:34:30.408Z Compiling arrayref v0.3.9
45802026-09-06T04:34:30.411Z Running `/home/build/.rustup/toolchains/1.97.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=88ddf685dfa4f88b -C extra-filename=-c4ef532110be91b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45812026-09-06T04:34:30.447Z Compiling base16ct v1.0.0
45822026-09-06T04:34:30.456Z Compiling arrayvec v0.7.6
45832026-09-06T04:34:30.483Z Running `/home/build/.rustup/toolchains/1.97.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=c5913ee98aab9032 -C extra-filename=-0418e8e37623f229 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:34:30.483Z Running `/home/build/.rustup/toolchains/1.97.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=bd19fd6776505512 -C extra-filename=-9b68735a5c8dbbee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45852026-09-06T04:34:30.622Z Compiling pkcs8 v0.11.0
45862026-09-06T04:34:30.625Z Running `/home/build/.rustup/toolchains/1.97.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=43fb219288348380 -C extra-filename=-f80c27db0f92471f --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-9b79c10db95d8283.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-4f7b8f7abcf666d8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2d5457bb2333a42a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45872026-09-06T04:34:30.625Z Compiling event-listener v5.4.1
45882026-09-06T04:34:30.625Z Compiling plotters-svg v0.3.7
45892026-09-06T04:34:30.625Z Compiling hkdf v0.13.0
45902026-09-06T04:34:30.625Z Running `/home/build/.rustup/toolchains/1.97.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=090a94d36d4d9b5a -C extra-filename=-cf0e12f9a5085914 --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-d4544c9446f820c1.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-f4cdfff1819ac7a6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45912026-09-06T04:34:30.625Z Running `/home/build/.rustup/toolchains/1.97.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=c7d13808f6a3668c -C extra-filename=-11d9238255bdd200 --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-93f2d6889fbc3e58.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45922026-09-06T04:34:30.626Z Running `/home/build/.rustup/toolchains/1.97.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=a878193b36d7546c -C extra-filename=-5cdf7363ba57903c --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-5b4f9c768542ca83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45932026-09-06T04:34:30.689Z Compiling sec1 v0.8.1
45942026-09-06T04:34:30.693Z Running `/home/build/.rustup/toolchains/1.97.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=e4923b56cff62a2f -C extra-filename=-d9b68d081eecae49 --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-0418e8e37623f229.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9b79c10db95d8283.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-861ef94b712e61a6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45952026-09-06T04:34:30.693Z Compiling rtoolbox v0.0.3
45962026-09-06T04:34:30.693Z Compiling futures-timer v3.0.3
45972026-09-06T04:34:30.732Z Compiling progenitor-macro v0.13.0
45982026-09-06T04:34:30.732Z Compiling strsim v0.10.0
45992026-09-06T04:34:30.735Z Running `/home/build/.rustup/toolchains/1.97.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=fa1b6f8e38b9737d -C extra-filename=-abee244f6251c4e0 --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-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46002026-09-06T04:34:30.736Z Running `/home/build/.rustup/toolchains/1.97.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=04b56894243ed9ed -C extra-filename=-bc8745d015cb2294 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46012026-09-06T04:34:30.766Z Compiling group v0.14.0
46022026-09-06T04:34:30.796Z Compiling cast v0.3.0
46032026-09-06T04:34:30.799Z Running `/home/build/.rustup/toolchains/1.97.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=5dcc33337bed3f41 -C extra-filename=-7c7c62382c4239cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46042026-09-06T04:34:30.799Z Running `/home/build/.rustup/toolchains/1.97.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=cd2760abe5deb40a -C extra-filename=-9a074da57e320c15 --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-5dc4e3a45f880dc9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-851da0c8fc5f4fe6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-dc409a536d2cf702.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-8ac9f7af0dcac38e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46052026-09-06T04:34:30.829Z Running `/home/build/.rustup/toolchains/1.97.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=8c8bbc8ac6bc4bc0 -C extra-filename=-c5cdd9bba8b80461 --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-9d6367a0ed58af30.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46062026-09-06T04:34:30.833Z Running `/home/build/.rustup/toolchains/1.97.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=dd7030f5680983d5 -C extra-filename=-dc594de76e231d98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46072026-09-06T04:34:30.833Z Compiling tinytemplate v1.2.1
46082026-09-06T04:34:30.833Z Compiling plotters v0.3.7
46092026-09-06T04:34:30.833Z Compiling blake3 v1.8.5
46102026-09-06T04:34:30.833Z Compiling anes v0.1.6
46112026-09-06T04:34:30.859Z Running `/home/build/.rustup/toolchains/1.97.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=85a4bb2d43fc708e -C extra-filename=-39889d9893196233 --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-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46122026-09-06T04:34:30.863Z Compiling oorandom v11.1.5
46132026-09-06T04:34:30.863Z Running `/home/build/.rustup/toolchains/1.97.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=f9e0f5e5bfaf7094 -C extra-filename=-5286722496dda8df --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-a2877c7a0a732eb5.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-93f2d6889fbc3e58.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-11d9238255bdd200.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46142026-09-06T04:34:30.863Z Running `/home/build/.rustup/toolchains/1.97.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=cb31df8d7063429e -C extra-filename=-d164592c962257ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46152026-09-06T04:34:30.863Z Running `/home/build/.rustup/toolchains/1.97.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=23b5e363a29fac9c -C extra-filename=-818520486a4e41b7 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-818520486a4e41b7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46162026-09-06T04:34:30.896Z Running `/home/build/.rustup/toolchains/1.97.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=068a6c253b6919cd -C extra-filename=-849add97163c4f53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46172026-09-06T04:34:30.928Z Compiling rpassword v7.5.4
46182026-09-06T04:34:30.933Z Running `/home/build/.rustup/toolchains/1.97.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=072727e8264f6880 -C extra-filename=-fe4450499087510d --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-34de0cd9290266be.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-abee244f6251c4e0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46192026-09-06T04:34:30.959Z Compiling serde_regex v1.1.0
46202026-09-06T04:34:30.963Z Compiling assert-json-diff v2.0.2
46212026-09-06T04:34:30.963Z Running `/home/build/.rustup/toolchains/1.97.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=126d9de1f31986a9 -C extra-filename=-f564c505a05f6329 --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-7b2b1615a37a52ad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46222026-09-06T04:34:30.963Z Running `/home/build/.rustup/toolchains/1.97.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=ee99dab6a8b16f61 -C extra-filename=-3cb5cd4b12018ccf --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-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46232026-09-06T04:34:30.992Z Compiling path-tree v0.8.3
46242026-09-06T04:34:31.027Z Running `/home/build/.rustup/toolchains/1.97.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=6ff75f827e2fcb3d -C extra-filename=-58b9146155172640 --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-f356c0afc0f69c43.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46252026-09-06T04:34:31.030Z Compiling criterion-plot v0.6.0
46262026-09-06T04:34:31.060Z Running `/home/build/.rustup/toolchains/1.97.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=e4361fd8b133fb4f -C extra-filename=-b21112d0e8512c32 --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-dc594de76e231d98.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46272026-09-06T04:34:31.063Z Compiling target-lexicon v0.13.3
46282026-09-06T04:34:31.095Z Running `/home/build/.rustup/toolchains/1.97.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=231b3ad635b72e1d -C extra-filename=-440173ea5bb5fafe --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-440173ea5bb5fafe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46292026-09-06T04:34:31.129Z Compiling stringmetrics v2.2.2
46302026-09-06T04:34:31.133Z Running `/home/build/.rustup/toolchains/1.97.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=b3838745c171f77b -C extra-filename=-9b105a15eab4ccac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46312026-09-06T04:34:31.133Z Compiling curve25519-dalek v5.0.0
46322026-09-06T04:34:31.133Z Compiling topological-sort v0.2.2
46332026-09-06T04:34:31.133Z Running `/home/build/.rustup/toolchains/1.97.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=9ce4d2bb69b674cc -C extra-filename=-77486db453869a2c --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-77486db453869a2c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-b3c2d6d33276aa02.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46342026-09-06T04:34:31.165Z Running `/home/build/.rustup/toolchains/1.97.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=71a77761bc290f08 -C extra-filename=-7847605b4539d0e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46352026-09-06T04:34:31.235Z Compiling guppy-workspace-hack v0.1.0
46362026-09-06T04:34:31.238Z Running `/home/build/.rustup/toolchains/1.97.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=ab64d317fc636266 -C extra-filename=-4af2468b5c1434ee --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-4af2468b5c1434ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46372026-09-06T04:34:31.238Z Compiling hex-literal v0.4.1
46382026-09-06T04:34:31.269Z Running `/home/build/.rustup/toolchains/1.97.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=65a485b1e4385d23 -C extra-filename=-9490bed527800091 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46392026-09-06T04:34:31.305Z Compiling keccak v0.2.0
46402026-09-06T04:34:31.341Z Running `/home/build/.rustup/toolchains/1.97.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=5eb5f41700467ef0 -C extra-filename=-ebda17a1eb8f6328 --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-d8fbaa4fbac25e39.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46412026-09-06T04:34:31.345Z Compiling target-spec v3.5.7
46422026-09-06T04:34:31.374Z Running `/home/build/.rustup/toolchains/1.97.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=efea51d643eaa423 -C extra-filename=-bb78b905119137b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-bb78b905119137b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46432026-09-06T04:34:31.404Z Compiling ed25519 v3.0.0
46442026-09-06T04:34:31.408Z Compiling pkcs1 v0.8.0-rc.4
46452026-09-06T04:34:31.408Z Compiling poly1305 v0.9.0
46462026-09-06T04:34:31.408Z Running `/home/build/.rustup/toolchains/1.97.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=db2f8b203ed65d86 -C extra-filename=-0d2b87d242c1cedb --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-f80c27db0f92471f.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-10f40dd27e44a586.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46472026-09-06T04:34:31.408Z Running `/home/build/.rustup/toolchains/1.97.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=bff750b53df3e7eb -C extra-filename=-d6806d3abdae38c7 --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-9b79c10db95d8283.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2d5457bb2333a42a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46482026-09-06T04:34:31.443Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-818520486a4e41b7/build-script-build`
46492026-09-06T04:34:31.443Z Running `/home/build/.rustup/toolchains/1.97.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=c7f528b5184a911f -C extra-filename=-3ff6306671bc0312 --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-8141bf4b5f82237e.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-fb8327d9975c1fe3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46502026-09-06T04:34:31.479Z Compiling blowfish v0.10.0
46512026-09-06T04:34:31.509Z Running `/home/build/.rustup/toolchains/1.97.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=de3e474bcc297050 -C extra-filename=-72bd39920c48ae98 --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-17ae1705427aeb7a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5cb056e0e8f66d30.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46522026-09-06T04:34:31.513Z Compiling wnaf v0.14.0
46532026-09-06T04:34:31.543Z Running `/home/build/.rustup/toolchains/1.97.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=2b8b650028c2445a -C extra-filename=-b0008305d89f11c5 --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-9d6367a0ed58af30.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c5cdd9bba8b80461.rmeta --extern array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-861ef94b712e61a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46542026-09-06T04:34:31.611Z Compiling darling_core v0.13.4
46552026-09-06T04:34:31.646Z Running `/home/build/.rustup/toolchains/1.97.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=cc123caeec2418dd -C extra-filename=-e025eb9a0a3eca49 --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-c2f3f257b63b1310.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-12bef6d549ef5d80.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-7c7c62382c4239cc.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46562026-09-06T04:34:31.650Z Compiling elliptic-curve v0.14.1
46572026-09-06T04:34:31.683Z Compiling event-listener-strategy v0.5.4
46582026-09-06T04:34:31.686Z Running `/home/build/.rustup/toolchains/1.97.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=33f2c8ff9ad7c72a -C extra-filename=-766fabf25ad19dd8 --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-0418e8e37623f229.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-5628cae4533b603e.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-489a3e86b67528ad.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a413f0294aaf4ede.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9d6367a0ed58af30.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c5cdd9bba8b80461.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5cdf7363ba57903c.rmeta --extern array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-861ef94b712e61a6.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a21bae7ddb8014f4.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f80c27db0f92471f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-d9b68d081eecae49.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46592026-09-06T04:34:31.686Z Running `/home/build/.rustup/toolchains/1.97.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=cdf15354bfedc2d3 -C extra-filename=-51ba4abd38ad46f7 --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-cf0e12f9a5085914.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46602026-09-06T04:34:31.686Z Compiling criterion v0.7.0
46612026-09-06T04:34:31.722Z Compiling primefield v0.14.0
46622026-09-06T04:34:31.725Z Running `/home/build/.rustup/toolchains/1.97.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=e65c51031ddd2e4c -C extra-filename=-0481bc443d456d6a --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-d164592c962257ba.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-dc594de76e231d98.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b0bbf1e339dfa3ca.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-b21112d0e8512c32.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-849add97163c4f53.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-5286722496dda8df.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-39889d9893196233.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46632026-09-06T04:34:31.759Z Compiling rfc6979 v0.6.0
46642026-09-06T04:34:31.762Z Running `/home/build/.rustup/toolchains/1.97.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=5c6bd8f0d5059ef8 -C extra-filename=-303ff626e1c16efb --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-5628cae4533b603e.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-489a3e86b67528ad.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9d6367a0ed58af30.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46652026-09-06T04:34:31.797Z Running `/home/build/.rustup/toolchains/1.97.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=6b701d2c7f850594 -C extra-filename=-5dff6f83ad5c8f8b --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-5628cae4533b603e.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5b4f9c768542ca83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46662026-09-06T04:34:31.828Z Compiling ssh-encoding v0.3.0
46672026-09-06T04:34:31.831Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-440173ea5bb5fafe/build-script-build`
46682026-09-06T04:34:31.831Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-77486db453869a2c/build-script-build`
46692026-09-06T04:34:31.831Z Running `/home/build/.rustup/toolchains/1.97.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=88d7ce58498394f0 -C extra-filename=-e360efb93a0d7b0f --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-4c5cc81598cfc878.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-5628cae4533b603e.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a413f0294aaf4ede.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a21bae7ddb8014f4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46702026-09-06T04:34:31.859Z Compiling crypto-primes v0.7.2
46712026-09-06T04:34:31.863Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-bb78b905119137b9/build-script-build`
46722026-09-06T04:34:31.863Z Running `/home/build/.rustup/toolchains/1.97.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=1f5c4742b07b7e01 -C extra-filename=-5f6e392e39191d9c --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-5628cae4533b603e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46732026-09-06T04:34:31.897Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-4af2468b5c1434ee/build-script-build`
46742026-09-06T04:34:31.965Z Compiling async-lock v3.4.2
46752026-09-06T04:34:31.995Z Compiling tui-tree-widget v0.23.1
46762026-09-06T04:34:31.998Z Running `/home/build/.rustup/toolchains/1.97.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=c55d2f58b01a21ae -C extra-filename=-36a3a10bcfccbbbd --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-cf0e12f9a5085914.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-51ba4abd38ad46f7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46772026-09-06T04:34:31.998Z Running `/home/build/.rustup/toolchains/1.97.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=908f827f32ebfe0f -C extra-filename=-7ea9cfe65b45b97a --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-73fb02bbceceaf51.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46782026-09-06T04:34:31.998Z Running `/home/build/.rustup/toolchains/1.97.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=c759789ebb538e22 -C extra-filename=-5b884125ae28c168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"'`
46792026-09-06T04:34:32.096Z Compiling blake2 v0.11.0-rc.6
46802026-09-06T04:34:32.099Z Running `/home/build/.rustup/toolchains/1.97.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=ae8a57b0e065e2a2 -C extra-filename=-b9c92cef5bc6c377 --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-a413f0294aaf4ede.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46812026-09-06T04:34:32.167Z Compiling sha3 v0.11.0
46822026-09-06T04:34:32.170Z Compiling kem v0.3.0
46832026-09-06T04:34:32.170Z Running `/home/build/.rustup/toolchains/1.97.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=c83f6111c167300a -C extra-filename=-5d09665a11b4680f --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-a413f0294aaf4ede.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-ebda17a1eb8f6328.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46842026-09-06T04:34:32.170Z Compiling module-lattice v0.2.3
46852026-09-06T04:34:32.205Z Running `/home/build/.rustup/toolchains/1.97.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=6e0c5851f1d8f1ba -C extra-filename=-7f1c3f3af6b74bc2 --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-489a3e86b67528ad.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46862026-09-06T04:34:32.208Z Running `/home/build/.rustup/toolchains/1.97.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=639ede3ec1c11da8 -C extra-filename=-063fe771e6cbe0f7 --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-f9b7e9e847a09912.rmeta --extern array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-861ef94b712e61a6.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46872026-09-06T04:34:32.241Z Running `/home/build/.rustup/toolchains/1.97.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=143edf93552d3431 -C extra-filename=-df6c5a6d79b4ebd3 --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-c4ef532110be91b1.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-9b68735a5c8dbbee.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-92041cf10ad8a4da.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-8141bf4b5f82237e.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-724b318dd57041ea.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-33237d56c230cea5.rmeta --cap-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-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/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()))'`
46882026-09-06T04:34:32.271Z Compiling bcrypt-pbkdf v0.11.0
46892026-09-06T04:34:32.275Z Running `/home/build/.rustup/toolchains/1.97.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=c4518e6d165e8f0d -C extra-filename=-d722e1dcdb293b19 --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-72bd39920c48ae98.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-77c9635779edbeab.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-48ec35b41f42ba59.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46902026-09-06T04:34:32.306Z Running `/home/build/.rustup/toolchains/1.97.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=abf995519a6f0fe7 -C extra-filename=-d6dd042221199f4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46912026-09-06T04:34:32.338Z Compiling cfg-expr v0.20.6
46922026-09-06T04:34:32.374Z Running `/home/build/.rustup/toolchains/1.97.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=6fe2961f621e8947 -C extra-filename=-cda178e0510b5274 --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-f356c0afc0f69c43.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-5b884125ae28c168.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46932026-09-06T04:34:32.377Z Compiling pathdiff v0.2.3
46942026-09-06T04:34:32.409Z Running `/home/build/.rustup/toolchains/1.97.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=58d6d8266125169a -C extra-filename=-cab19b7e64f7ccf0 --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-fcf6eb9bf07b1215.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46952026-09-06T04:34:32.443Z Compiling ecdsa v0.17.0
46962026-09-06T04:34:32.446Z Running `/home/build/.rustup/toolchains/1.97.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=bd11faa9debdc93b -C extra-filename=-cf1fca746d2cde8b --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-9b79c10db95d8283.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a413f0294aaf4ede.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-766fabf25ad19dd8.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-5dff6f83ad5c8f8b.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-10f40dd27e44a586.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2d5457bb2333a42a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46972026-09-06T04:34:32.446Z Compiling primeorder v0.14.0
46982026-09-06T04:34:32.446Z Compiling argon2 v0.6.0-rc.8
46992026-09-06T04:34:32.478Z Compiling sponge-cursor v0.1.0
47002026-09-06T04:34:32.483Z Running `/home/build/.rustup/toolchains/1.97.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=b5d54325b5694c7c -C extra-filename=-23a284c7fd623248 --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-4c5cc81598cfc878.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-b9c92cef5bc6c377.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-8141bf4b5f82237e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47012026-09-06T04:34:32.483Z Running `/home/build/.rustup/toolchains/1.97.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=9a356d9a70e5ce63 -C extra-filename=-c062fc780e9d710a --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-766fabf25ad19dd8.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-303ff626e1c16efb.rmeta --extern wnaf=/work/oxidecomputer/omicron/target/debug/deps/libwnaf-b0008305d89f11c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47022026-09-06T04:34:32.483Z Compiling nested v0.1.1
47032026-09-06T04:34:32.483Z Running `/home/build/.rustup/toolchains/1.97.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=67e5a8dbf30fafc5 -C extra-filename=-93f08c56d802f90a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47042026-09-06T04:34:32.614Z Compiling async-object-pool v0.2.0
47052026-09-06T04:34:32.718Z Compiling ssh-cipher v0.3.0
47062026-09-06T04:34:32.723Z Compiling ml-kem v0.3.2
47072026-09-06T04:34:32.754Z Compiling russh-cryptovec v0.62.0
47082026-09-06T04:34:32.757Z Compiling sha3 v0.12.0
47092026-09-06T04:34:32.757Z Running `/home/build/.rustup/toolchains/1.97.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=38b3a2b344375219 -C extra-filename=-f24a0b9f2f989847 --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-4944f5d298d5e7db.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-514a1c3556ddd554.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-e360efb93a0d7b0f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47102026-09-06T04:34:32.757Z Running `/home/build/.rustup/toolchains/1.97.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=5bbd9132f622d230 -C extra-filename=-9747af8e5f7034c9 --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-861ef94b712e61a6.rmeta --extern kem=/work/oxidecomputer/omicron/target/debug/deps/libkem-7f1c3f3af6b74bc2.rmeta --extern module_lattice=/work/oxidecomputer/omicron/target/debug/deps/libmodule_lattice-063fe771e6cbe0f7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-5d09665a11b4680f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47112026-09-06T04:34:32.757Z Running `/home/build/.rustup/toolchains/1.97.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=9700a663228f8318 -C extra-filename=-297dcc589ae39d6a --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-62a30bf0339f432e.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-70023f6c64ecb759.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-6881fb4c03d7c82b.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-ffbacc6bf6aba88f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5cb056e0e8f66d30.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-3ff6306671bc0312.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-e360efb93a0d7b0f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47122026-09-06T04:34:32.757Z Running `/home/build/.rustup/toolchains/1.97.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=a63ca8a6ed67c355 -C extra-filename=-26ba55a55ac98328 --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-36a3a10bcfccbbbd.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-cf0e12f9a5085914.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47132026-09-06T04:34:32.757Z Running `/home/build/.rustup/toolchains/1.97.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=59baf210e5c6c384 -C extra-filename=-70d86f4fef49de78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47142026-09-06T04:34:32.787Z Running `/home/build/.rustup/toolchains/1.97.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=1c7a4526d97898f5 -C extra-filename=-98399ac7084cea0d --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-d8fbaa4fbac25e39.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-8141bf4b5f82237e.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-0918efa4cb1f85e3.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a413f0294aaf4ede.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.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"'`
47152026-09-06T04:34:32.787Z Running `/home/build/.rustup/toolchains/1.97.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=d7c537732c42c3ce -C extra-filename=-9e05361f17ac886a --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-a413f0294aaf4ede.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-ebda17a1eb8f6328.rmeta --extern sponge_cursor=/work/oxidecomputer/omicron/target/debug/deps/libsponge_cursor-93f08c56d802f90a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47162026-09-06T04:34:32.825Z Compiling internal-russh-num-bigint v0.5.0
47172026-09-06T04:34:32.828Z Running `/home/build/.rustup/toolchains/1.97.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=8bc4eb7cf7193164 -C extra-filename=-3419e03842f463ff --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-d6e768b4a07484fb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern rand_0_10=/work/oxidecomputer/omicron/target/debug/deps/librand-8e1cf716106d1b4a.rmeta --extern rand_core_0_10=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47182026-09-06T04:34:32.862Z Compiling httptest v0.16.4
47192026-09-06T04:34:32.865Z Compiling russh-util v0.52.0
47202026-09-06T04:34:32.894Z Running `/home/build/.rustup/toolchains/1.97.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=ad63941f5684a463 -C extra-filename=-6eaa54c3e2d63491 --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-384623802a26b216.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47212026-09-06T04:34:32.897Z Running `/home/build/.rustup/toolchains/1.97.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=db7f0b3dadf41418 -C extra-filename=-38988309ba28d459 --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-7778b2c120dae7c9.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-3ef3fbf3b793ce3b.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-e86dda8690586feb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-83d6a52ae2cee461.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47222026-09-06T04:34:32.897Z Compiling generic-array v1.4.3
47232026-09-06T04:34:32.897Z Compiling delegate v0.13.5
47242026-09-06T04:34:32.932Z Running `/home/build/.rustup/toolchains/1.97.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=9bc1277edfc7ba81 -C extra-filename=-c9ec3479dbd34f9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47252026-09-06T04:34:32.937Z Running `/home/build/.rustup/toolchains/1.97.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=dd8b6f891b447968 -C extra-filename=-60ffdcd63fa37810 --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-56ba56fd0685d2ba.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47262026-09-06T04:34:32.965Z Compiling httpmock v0.8.3
47272026-09-06T04:34:32.999Z Running `/home/build/.rustup/toolchains/1.97.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=8a96e3bcda8555e2 -C extra-filename=-097a85ab0a0b0e4b --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-3cb5cd4b12018ccf.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-26ba55a55ac98328.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-bc8745d015cb2294.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-eb29bb7a1e50fc46.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-e86dda8690586feb.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-58b9146155172640.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-f564c505a05f6329.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-09cdbd4e28a061ab.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-9b105a15eab4ccac.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-64180aced6d0a84c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47282026-09-06T04:34:33.002Z Compiling enum_dispatch v0.3.13
47292026-09-06T04:34:33.002Z Compiling num-bigint v0.4.6
47302026-09-06T04:34:33.035Z Running `/home/build/.rustup/toolchains/1.97.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=491240081ee81544 -C extra-filename=-2101efc5a5e9b05e --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-d6e768b4a07484fb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47312026-09-06T04:34:33.038Z Running `/home/build/.rustup/toolchains/1.97.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=a4903a2cebf901d4 -C extra-filename=-3b29401c30aa152a --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-e3465fe290c8da6d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47322026-09-06T04:34:33.108Z Running `/home/build/.rustup/toolchains/1.97.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=645d0974adef1ac8 -C extra-filename=-ad3e7b02a70916ca --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-cda178e0510b5274.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-d6dd042221199f4f.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-5b884125ae28c168.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47332026-09-06T04:34:33.112Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47342026-09-06T04:34:33.177Z Compiling hex-literal v1.1.0
47352026-09-06T04:34:33.180Z Running `/home/build/.rustup/toolchains/1.97.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=69fac3d7e8369034 -C extra-filename=-8eb5c35ae20b76d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47362026-09-06T04:34:33.180Z Running `/home/build/.rustup/toolchains/1.97.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=97ca0b0f7a2e4b24 -C extra-filename=-b3be55050b78286d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47372026-09-06T04:34:33.243Z Compiling p384 v0.14.0
47382026-09-06T04:34:33.274Z Compiling p521 v0.14.0
47392026-09-06T04:34:33.278Z Running `/home/build/.rustup/toolchains/1.97.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=8ca0216c9b4f9e08 -C extra-filename=-52b93e5297e57fb1 --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-cf1fca746d2cde8b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-766fabf25ad19dd8.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-303ff626e1c16efb.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-c062fc780e9d710a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-48ec35b41f42ba59.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47402026-09-06T04:34:33.278Z Running `/home/build/.rustup/toolchains/1.97.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=fa3e6f7d65eff967 -C extra-filename=-b39319a2c2cbd9b3 --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-0418e8e37623f229.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-cf1fca746d2cde8b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-766fabf25ad19dd8.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-303ff626e1c16efb.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-c062fc780e9d710a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-48ec35b41f42ba59.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47412026-09-06T04:34:33.278Z Compiling p256 v0.14.0
47422026-09-06T04:34:33.334Z Running `/home/build/.rustup/toolchains/1.97.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=acd9f872b91d0ceb -C extra-filename=-9d98c9955679d68a --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-cf1fca746d2cde8b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-766fabf25ad19dd8.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-303ff626e1c16efb.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-c062fc780e9d710a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-48ec35b41f42ba59.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47432026-09-06T04:34:33.377Z Compiling md5 v0.8.0
47442026-09-06T04:34:33.410Z Running `/home/build/.rustup/toolchains/1.97.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=d03f1c661e3f12a8 -C extra-filename=-770b7b5bf23f475d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-06T04:34:33.445Z Compiling rsa v0.10.0-rc.18
47462026-09-06T04:34:33.479Z Running `/home/build/.rustup/toolchains/1.97.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=b375f6f215032985 -C extra-filename=-78c5e08be75fad65 --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-e3c737eb9ca03877.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-5628cae4533b603e.rmeta --extern crypto_primes=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_primes-5f6e392e39191d9c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a413f0294aaf4ede.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-d6806d3abdae38c7.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f80c27db0f92471f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-48ec35b41f42ba59.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-10f40dd27e44a586.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2d5457bb2333a42a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47472026-09-06T04:34:33.584Z Compiling guppy v0.17.25
47482026-09-06T04:34:33.587Z Compiling hickory-client v0.25.2
47492026-09-06T04:34:33.587Z Running `/home/build/.rustup/toolchains/1.97.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=968bd49c0ee3c9af -C extra-filename=-3a7ec40eb5524455 --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-c3cd73423833103c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0d045b05607e7973.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-9b651c92d8f268ac.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-d6dd042221199f4f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-70d86f4fef49de78.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-cab19b7e64f7ccf0.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3c25b49746f1e0c4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-ad3e7b02a70916ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47502026-09-06T04:34:33.587Z Running `/home/build/.rustup/toolchains/1.97.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=e5fb15f5958db622 -C extra-filename=-05349bbbc7f1d43d --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-d8fbaa4fbac25e39.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a6266451580c1066.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-2a2a4dd83a6671bb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47512026-09-06T04:34:33.693Z Compiling similar-asserts v1.7.0
47522026-09-06T04:34:33.696Z Running `/home/build/.rustup/toolchains/1.97.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=021c2882aadb9e62 -C extra-filename=-6331658d236cc073 --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-e334ab4a9a0d3340.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-09cdbd4e28a061ab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47532026-09-06T04:34:33.696Z Compiling supports-hyperlinks v2.1.0
47542026-09-06T04:34:33.730Z Running `/home/build/.rustup/toolchains/1.97.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=a709935d618854bb -C extra-filename=-ffaddbc27423dafd --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-a424b183ae7c3acf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47552026-09-06T04:34:33.733Z Compiling supports-color v2.1.0
47562026-09-06T04:34:33.734Z Compiling supports-unicode v2.1.0
47572026-09-06T04:34:33.734Z Running `/home/build/.rustup/toolchains/1.97.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=6ccad1f4828009ed -C extra-filename=-cffee9f170b9bf3e --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-a424b183ae7c3acf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47582026-09-06T04:34:33.769Z Running `/home/build/.rustup/toolchains/1.97.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=5b890a42f3bef188 -C extra-filename=-c43284e9452966c3 --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-a424b183ae7c3acf.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-b2c12bae6908caed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47592026-09-06T04:34:33.844Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47602026-09-06T04:34:33.847Z Running `/home/build/.rustup/toolchains/1.97.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=c364de2f179de9d3 -C extra-filename=-b9e3a20e0ee67658 --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-8eb5c35ae20b76d0.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3db9792b5956ce8b.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47612026-09-06T04:34:33.847Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47622026-09-06T04:34:33.884Z Running `/home/build/.rustup/toolchains/1.97.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=91e00443094a34e0 -C extra-filename=-e2834e9bfcd4c06c --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-e56f0e8a039ca63d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47632026-09-06T04:34:33.924Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47642026-09-06T04:34:33.927Z Compiling darling_macro v0.13.4
47652026-09-06T04:34:33.927Z Running `/home/build/.rustup/toolchains/1.97.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=330362b94010e7de -C extra-filename=-2bd43c5573fcec64 --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-e025eb9a0a3eca49.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47662026-09-06T04:34:33.927Z Running `/home/build/.rustup/toolchains/1.97.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=88ec47bc14e0abc3 -C extra-filename=-e32fa9fec41207e4 --out-dir /work/oxidecomputer/omicron/target/debug/build/dice-verifier-e32fa9fec41207e4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern pki_playground=/work/oxidecomputer/omicron/target/debug/deps/libpki_playground-d07aa8d6fc983680.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47672026-09-06T04:34:34.005Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
47682026-09-06T04:34:34.008Z Compiling textwrap v0.15.2
47692026-09-06T04:34:34.008Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
47702026-09-06T04:34:34.008Z Running `/home/build/.rustup/toolchains/1.97.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=07ed3bec0914fa94 -C extra-filename=-9f43d251fd38fac6 --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-fcf6eb9bf07b1215.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47712026-09-06T04:34:34.008Z Running `/home/build/.rustup/toolchains/1.97.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=c2956860b22e11fc -C extra-filename=-c52f01d474975ac3 --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-45c997e26c20bf7d.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-e9fd8a748f972b5c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47722026-09-06T04:34:34.008Z Compiling miette-derive v5.10.0
47732026-09-06T04:34:34.008Z Running `/home/build/.rustup/toolchains/1.97.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=7d8c5c65aa80b23d -C extra-filename=-ff43f9217400daa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47742026-09-06T04:34:34.077Z Running `/home/build/.rustup/toolchains/1.97.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=ae9a459326721bd6 -C extra-filename=-9cc71c311d1067a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47752026-09-06T04:34:34.148Z Compiling ed25519-dalek v3.0.0
47762026-09-06T04:34:34.151Z Running `/home/build/.rustup/toolchains/1.97.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=42fab355bfb4eaf4 -C extra-filename=-753a999cb336c5e0 --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-98399ac7084cea0d.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-0d2b87d242c1cedb.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-48ec35b41f42ba59.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-10f40dd27e44a586.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47772026-09-06T04:34:34.151Z Compiling terminal_size v0.1.17
47782026-09-06T04:34:34.184Z Running `/home/build/.rustup/toolchains/1.97.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=8a1c4194c154d2e1 -C extra-filename=-d160fd39b1cdcb81 --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-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47792026-09-06T04:34:34.219Z Compiling owo-colors v3.5.0
47802026-09-06T04:34:34.221Z Running `/home/build/.rustup/toolchains/1.97.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=61ff1f0564216da1 -C extra-filename=-ccdd5375eda13644 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47812026-09-06T04:34:34.258Z Compiling internet-checksum v0.2.1
47822026-09-06T04:34:34.261Z Running `/home/build/.rustup/toolchains/1.97.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=3c0d0a4e5d42356c -C extra-filename=-5b9751ce9dbeac6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47832026-09-06T04:34:34.297Z Compiling escape8259 v0.5.3
47842026-09-06T04:34:34.300Z Running `/home/build/.rustup/toolchains/1.97.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=2aa95b9dd0ef917b -C extra-filename=-27efae1387b7fa25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47852026-09-06T04:34:34.342Z Compiling assert_cmd v2.1.2
47862026-09-06T04:34:34.345Z Running `/home/build/.rustup/toolchains/1.97.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=a210d50b3f37c882 -C extra-filename=-81e180b810c384f1 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-81e180b810c384f1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47872026-09-06T04:34:34.377Z Compiling target-triple v1.0.0
47882026-09-06T04:34:34.380Z Running `/home/build/.rustup/toolchains/1.97.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=ca123542a0a3af92 -C extra-filename=-62c438f7fa2861f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-62c438f7fa2861f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47892026-09-06T04:34:34.411Z Compiling support-bundle-viewer v0.1.2
47902026-09-06T04:34:34.414Z Running `/home/build/.rustup/toolchains/1.97.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=6e702f3ec54dff26 -C extra-filename=-62b1d927b545741d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ecba080b60497653.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-73fb02bbceceaf51.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rmeta --cap-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-50be7308aaf1878c/out`
47912026-09-06T04:34:34.471Z Compiling libtest-mimic v0.8.1
47922026-09-06T04:34:34.475Z Running `/home/build/.rustup/toolchains/1.97.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=038526c6077cc69e -C extra-filename=-576256ab634e4aa3 --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-04d5bc741fc22ed0.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-27efae1387b7fa25.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47932026-09-06T04:34:34.503Z Compiling knuffel-derive v3.2.0
47942026-09-06T04:34:34.507Z Running `/home/build/.rustup/toolchains/1.97.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=8a369ba07918c4e8 -C extra-filename=-37a7db5adedce612 --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-6c1a39cdac9eb0a1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-a460c1050b8b0eac.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47952026-09-06T04:34:34.541Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
47962026-09-06T04:34:34.544Z Running `/home/build/.rustup/toolchains/1.97.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=1b68c1d291077234 -C extra-filename=-73dba12fcda11482 --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-bf59ab279ffa544e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-22cd1c92ad71623d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47972026-09-06T04:34:34.588Z Compiling multimap v0.10.1
47982026-09-06T04:34:34.588Z Running `/home/build/.rustup/toolchains/1.97.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=7c1eaddfa6270faa -C extra-filename=-28bf86fdf984a7a0 --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-e56f0e8a039ca63d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47992026-09-06T04:34:34.611Z Compiling fancy-regex v0.14.0
48002026-09-06T04:34:34.646Z Compiling diesel v2.3.7
48012026-09-06T04:34:34.649Z Running `/home/build/.rustup/toolchains/1.97.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=a598a696f2affa96 -C extra-filename=-820c58e8d0e44b43 --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-baf9c933219c4874.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5a1cb615d1ac708d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48022026-09-06T04:34:34.649Z Running `/home/build/.rustup/toolchains/1.97.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=14d21c124357d735 -C extra-filename=-4faab88579d4cf74 --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-068dfff8328f54ea.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e56ebd565abc3839.so --extern downcast_rs=/work/oxidecomputer/omicron/target/debug/deps/libdowncast_rs-ba39d5a7fef78854.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c2c00b5f956a68ca.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-58facdd86d1bfb6a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
48032026-09-06T04:34:34.695Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
48042026-09-06T04:34:34.698Z Running `/home/build/.rustup/toolchains/1.97.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=22f9f65e0658376a -C extra-filename=-0eaf431b688c8eea --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-0890a11f034e3732.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-ff43f9217400daa6.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48052026-09-06T04:34:34.727Z Compiling darling v0.13.4
48062026-09-06T04:34:34.730Z Running `/home/build/.rustup/toolchains/1.97.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=74d85ab04234233b -C extra-filename=-c8540123bbacdf7b --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-e025eb9a0a3eca49.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-2bd43c5573fcec64.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48072026-09-06T04:34:34.731Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-81e180b810c384f1/build-script-build`
48082026-09-06T04:34:34.800Z Compiling rstest_macros v0.25.0
48092026-09-06T04:34:34.800Z Compiling fs-err v2.11.0
48102026-09-06T04:34:34.803Z Running `/home/build/.rustup/toolchains/1.97.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=986fcd07666fa582 -C extra-filename=-60c3cbdc2124ed9b --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-60c3cbdc2124ed9b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-b3c2d6d33276aa02.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48112026-09-06T04:34:34.803Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-62c438f7fa2861f7/build-script-build`
48122026-09-06T04:34:34.803Z Running `/home/build/.rustup/toolchains/1.97.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=d2efa100a1c77ad0 -C extra-filename=-6907d044ff4d6da5 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-6907d044ff4d6da5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-42e7c7869e9e0bb3.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48132026-09-06T04:34:34.900Z Compiling linkme-impl v0.3.35
48142026-09-06T04:34:34.903Z Compiling serde_with_macros v1.5.2
48152026-09-06T04:34:34.903Z Running `/home/build/.rustup/toolchains/1.97.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=fe036e9c29e956a5 -C extra-filename=-01d8a62eb1848a1b --out-dir /work/oxidecomputer/omicron/target/debug/build/linkme-impl-01d8a62eb1848a1b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48162026-09-06T04:34:34.903Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
48172026-09-06T04:34:34.903Z Running `/home/build/.rustup/toolchains/1.97.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=cceb8a2ff504cd29 -C extra-filename=-4515cb23f8af215b --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-7655d3f0c6239f4f.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7778b2c120dae7c9.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-75dc4484a4e65dd6.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-2520c497304d26a8.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-c61d67dd999bce75.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-1a72a5fb657fb8c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48182026-09-06T04:34:34.903Z Running `/home/build/.rustup/toolchains/1.97.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=e5d6bbed5b619116 -C extra-filename=-2b0e26735b423457 --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-c8540123bbacdf7b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48192026-09-06T04:34:34.936Z Running `/home/build/.rustup/toolchains/1.97.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=da5bc27312f09c35 -C extra-filename=-74a6a2e509703bdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-a713b4fa3ffede6f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-33eda3dfc011fb69.rmeta --extern knus=/work/oxidecomputer/omicron/target/debug/deps/libknus-b8159150ade91720.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-426d476df6ac5786.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-0eaf431b688c8eea.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48202026-09-06T04:34:35.003Z Running `/home/build/.rustup/toolchains/1.97.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=bc23551b0a48101b -C extra-filename=-11c2b2a5a5c71eac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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"))'`
48212026-09-06T04:34:35.038Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48222026-09-06T04:34:35.041Z Running `/home/build/.rustup/toolchains/1.97.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=8e47302064a7eafc -C extra-filename=-aa2f2a50be7c2c9f --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-34305e796e1000e1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-73dba12fcda11482.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48232026-09-06T04:34:35.192Z Compiling datatest-stable v0.3.3
48242026-09-06T04:34:35.195Z Running `/home/build/.rustup/toolchains/1.97.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=1260c9567224fbfd -C extra-filename=-76c1d37dcf39f241 --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-fcf6eb9bf07b1215.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-820c58e8d0e44b43.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-576256ab634e4aa3.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48252026-09-06T04:34:35.224Z Compiling approx v0.5.1
48262026-09-06T04:34:35.224Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-6907d044ff4d6da5/build-script-build`
48272026-09-06T04:34:35.227Z Running `/home/build/.rustup/toolchains/1.97.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=9b93f620ea6e5d4c -C extra-filename=-bae629aae9bb55a7 --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-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48282026-09-06T04:34:35.287Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-60c3cbdc2124ed9b/build-script-build`
48292026-09-06T04:34:35.290Z Compiling uzers v0.12.2
48302026-09-06T04:34:35.351Z Running `/home/build/.rustup/toolchains/1.97.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=d733277f3a26c311 -C extra-filename=-e09c365e457db999 --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-34de0cd9290266be.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48312026-09-06T04:34:35.354Z Compiling relative-path v1.9.3
48322026-09-06T04:34:35.354Z Running `/home/build/.rustup/toolchains/1.97.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=a380df1c4a86ecb4 -C extra-filename=-5b8eb83516bfc368 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48332026-09-06T04:34:35.354Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-impl-01d8a62eb1848a1b/build-script-build`
48342026-09-06T04:34:35.427Z Compiling linkme v0.3.35
48352026-09-06T04:34:35.430Z Compiling termcolor v1.4.1
48362026-09-06T04:34:35.430Z Running `/home/build/.rustup/toolchains/1.97.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=32ef977d47820c6e -C extra-filename=-b84237b6b640aa92 --out-dir /work/oxidecomputer/omicron/target/debug/build/linkme-b84237b6b640aa92 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48372026-09-06T04:34:35.430Z Running `/home/build/.rustup/toolchains/1.97.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=6dcd0011a2dde969 -C extra-filename=-dbf8146b2030218f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48382026-09-06T04:34:35.499Z Running `/home/build/.rustup/toolchains/1.97.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=cc9fae6e7437e0ec -C extra-filename=-fc253522a518cbd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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)'`
48392026-09-06T04:34:35.502Z Compiling miette v5.10.0
48402026-09-06T04:34:35.535Z Running `/home/build/.rustup/toolchains/1.97.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=133d7070c277ff84 -C extra-filename=-6b577da81b40bcc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.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)'`
48412026-09-06T04:34:35.537Z Running `/home/build/.rustup/toolchains/1.97.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=e8ac29ee03bc1d6e -C extra-filename=-0d2238be261c838f --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-852aae69ae80241c.rmeta --extern backtrace_ext=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace_ext-951c044b39d5e82d.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-a424b183ae7c3acf.rmeta --extern miette_derive=/work/oxidecomputer/omicron/target/debug/deps/libmiette_derive-9cc71c311d1067a0.so --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ccdd5375eda13644.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-c43284e9452966c3.rmeta --extern supports_hyperlinks=/work/oxidecomputer/omicron/target/debug/deps/libsupports_hyperlinks-ffaddbc27423dafd.rmeta --extern supports_unicode=/work/oxidecomputer/omicron/target/debug/deps/libsupports_unicode-cffee9f170b9bf3e.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-d160fd39b1cdcb81.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c52f01d474975ac3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48422026-09-06T04:34:35.609Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48432026-09-06T04:34:35.612Z Compiling blake2b_simd v1.0.4
48442026-09-06T04:34:35.612Z Running `/home/build/.rustup/toolchains/1.97.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=e52d0edbc74554c3 -C extra-filename=-95de16f5712d942a --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-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-aa2f2a50be7c2c9f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48452026-09-06T04:34:35.612Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
48462026-09-06T04:34:35.645Z Running `/work/oxidecomputer/omicron/target/debug/build/dice-verifier-e32fa9fec41207e4/build-script-build`
48472026-09-06T04:34:35.648Z Running `/home/build/.rustup/toolchains/1.97.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=31885a677c3db713 -C extra-filename=-d9371c940a308172 --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-bc9d8fbf105a8ad5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-cce3b6078ca3b033.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-e478f62a65fbf29c.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-826fbb1f06ba9549.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-7abaceda44bc0ff3.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-005b50cdeb71d655.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-6db3d1ab605be4b9.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-fc5b8b5ca4794a58.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-14b2c229b6613ed9.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-232b3b7d175167a3.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-1d7f474c3177f54a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0762409d2eb35a22.rmeta --cap-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-b5224bd7ae3b5054/out/lib`
48482026-09-06T04:34:35.648Z Running `/home/build/.rustup/toolchains/1.97.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=9310f6fcff0447c6 -C extra-filename=-cc12d2cc769c68dc --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-c4ef532110be91b1.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-9b68735a5c8dbbee.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-92041cf10ad8a4da.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48492026-09-06T04:34:35.715Z Compiling partial-io v0.5.4
48502026-09-06T04:34:35.750Z Running `/home/build/.rustup/toolchains/1.97.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=cb8fd6f930e737c3 -C extra-filename=-af3e9e581cfef048 --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-d95926d93a71fc3c.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-64e35ac9baf45057.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48512026-09-06T04:34:35.787Z Compiling trybuild v1.0.116
48522026-09-06T04:34:35.790Z Running `/home/build/.rustup/toolchains/1.97.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=a9cfb710bf0f7be6 -C extra-filename=-0134490ff4e069b3 --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-bbd06af5b6659032.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b459bdf2264f5ff3.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-11c2b2a5a5c71eac.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-dbf8146b2030218f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-464f319bd5864d73.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48532026-09-06T04:34:35.790Z Running `/home/build/.rustup/toolchains/1.97.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=ba8b7586c42be15f -C extra-filename=-82e4fa53a5a967f1 --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-d8fbaa4fbac25e39.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-b03beee55792acff.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-5b8eb83516bfc368.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a102d7cd852100ed.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48542026-09-06T04:34:35.859Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-b84237b6b640aa92/build-script-build`
48552026-09-06T04:34:35.894Z Compiling rand_distr v0.5.1
48562026-09-06T04:34:35.897Z Compiling drift v0.2.0
48572026-09-06T04:34:35.897Z Running `/home/build/.rustup/toolchains/1.97.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=b9931d954654d51f -C extra-filename=-58796bcb6f0779ea --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-a2877c7a0a732eb5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48582026-09-06T04:34:35.897Z Running `/home/build/.rustup/toolchains/1.97.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=97e1f2d10d60a4fc -C extra-filename=-4278b33d686a3f03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48592026-09-06T04:34:35.931Z Running `/home/build/.rustup/toolchains/1.97.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=48bd872185d4cf79 -C extra-filename=-64b9457eeddf3d1e --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-99a1b43c74aa57d0.so --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-a713b4fa3ffede6f.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-11a858384f032b38.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-90d16be16b2e9986.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-33eda3dfc011fb69.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-c7dee2f5ef43958d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-8e8ca655dc7af992.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-426d476df6ac5786.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-67906e389b246647.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-232b3b7d175167a3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48602026-09-06T04:34:35.961Z Compiling parse-size v1.1.0
48612026-09-06T04:34:35.995Z Running `/home/build/.rustup/toolchains/1.97.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=21ba17dbdd6270fc -C extra-filename=-84a5b189f8358e75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48622026-09-06T04:34:36.031Z Compiling constant_time_eq v0.3.1
48632026-09-06T04:34:36.035Z Compiling cargo_toml v0.21.0
48642026-09-06T04:34:36.035Z Running `/home/build/.rustup/toolchains/1.97.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=0988cc8288d614a3 -C extra-filename=-cbeea32f1c8e85f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48652026-09-06T04:34:36.035Z Running `/home/build/.rustup/toolchains/1.97.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=cfef19c5f156505c -C extra-filename=-3b01dbb8c36548b8 --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-e56f0e8a039ca63d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48662026-09-06T04:34:36.101Z Compiling termios v0.3.3
48672026-09-06T04:34:36.104Z Compiling serde_with v1.14.0
48682026-09-06T04:34:36.104Z Running `/home/build/.rustup/toolchains/1.97.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=a63b34ec2def1702 -C extra-filename=-f247d7cf84322889 --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-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48692026-09-06T04:34:36.104Z Running `/home/build/.rustup/toolchains/1.97.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=773ad590646a2f6b -C extra-filename=-062fd6fa4a969916 --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-e56f0e8a039ca63d.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-2b0e26735b423457.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48702026-09-06T04:34:36.140Z Running `/home/build/.rustup/toolchains/1.97.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=04ca1775a9e174c9 -C extra-filename=-6b4965136842254c --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-34305e796e1000e1.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2e4dd57d9d069e85.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-2ad77b5035089002.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48712026-09-06T04:34:36.140Z Running `/home/build/.rustup/toolchains/1.97.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=4b3d01534bc4429c -C extra-filename=-47c606f3126a22f9 --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-62f55d4c840c5c86.rlib --extern oxide_generation_macros=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation_macros-13854ae79d2ea11e.so --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48722026-09-06T04:34:36.241Z Compiling rust-argon2 v2.1.0
48732026-09-06T04:34:36.244Z Running `/home/build/.rustup/toolchains/1.97.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=69927bdfb89b45ae -C extra-filename=-9896b4076d354df8 --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-ccddc8f7bf5f2a09.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-cc12d2cc769c68dc.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-cbeea32f1c8e85f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48742026-09-06T04:34:36.244Z Running `/home/build/.rustup/toolchains/1.97.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=7c058a8590f5a4fd -C extra-filename=-a49a4d92e145b098 --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-fcf6eb9bf07b1215.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48752026-09-06T04:34:36.306Z Compiling knuffel v3.2.0
48762026-09-06T04:34:36.309Z Running `/home/build/.rustup/toolchains/1.97.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=351c8ddeb4f31fd8 -C extra-filename=-d74b7a461af25ea3 --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-ccddc8f7bf5f2a09.rmeta --extern chumsky=/work/oxidecomputer/omicron/target/debug/deps/libchumsky-ae1b6f264ede5d9b.rmeta --extern knuffel_derive=/work/oxidecomputer/omicron/target/debug/deps/libknuffel_derive-37a7db5adedce612.so --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-0d2238be261c838f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48772026-09-06T04:34:36.583Z Running `/home/build/.rustup/toolchains/1.97.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=1738b39e3f4572d2 -C extra-filename=-6d12d2f24d7f6704 --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-6b577da81b40bcc4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48782026-09-06T04:34:36.721Z Compiling ssh-key v0.7.0-rc.11
48792026-09-06T04:34:36.724Z Running `/home/build/.rustup/toolchains/1.97.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=68693c6da4076f26 -C extra-filename=-f98f3146b81562dd --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-23a284c7fd623248.rmeta --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-d722e1dcdb293b19.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-753a999cb336c5e0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5b4f9c768542ca83.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-9d98c9955679d68a.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-52b93e5297e57fb1.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-b39319a2c2cbd9b3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-78c5e08be75fad65.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-d9b68d081eecae49.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3af93fe034f44535.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-48ec35b41f42ba59.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-10f40dd27e44a586.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-297dcc589ae39d6a.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-e360efb93a0d7b0f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48802026-09-06T04:34:37.058Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
48812026-09-06T04:34:37.061Z Running `/home/build/.rustup/toolchains/1.97.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=bd9956a607915b74 -C extra-filename=-25c6af6f83b9b01f --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-fcf6eb9bf07b1215.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-d62d3fd36671cf4c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bc9d8fbf105a8ad5.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-11a858384f032b38.rmeta --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-aec5e55fb051f8f0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-d74b7a461af25ea3.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-0d2238be261c838f.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-8e8ca655dc7af992.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-7ec92288530f8f2c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-005b50cdeb71d655.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-836360e0e65006ac.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-3309725e1fa85545.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d3cc4aedaf24528b.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-232b3b7d175167a3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48822026-09-06T04:34:37.356Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48832026-09-06T04:34:37.359Z Running `/home/build/.rustup/toolchains/1.97.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=ef230fa9d5c80b16 -C extra-filename=-5aee432846d91812 --out-dir /work/oxidecomputer/omicron/target/debug/build/pmbus-5aee432846d91812 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-ca9ef9ff4744380d.rlib --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-f01fe2517fe1d42a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-062fd6fa4a969916.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48842026-09-06T04:34:38.339Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48852026-09-06T04:34:38.343Z Running `/home/build/.rustup/toolchains/1.97.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=30b6c32c47ecacac -C extra-filename=-42fe3e9e5923cf89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0d045b05607e7973.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-3b01dbb8c36548b8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-9f43d251fd38fac6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-af4e1f320a1964c2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-1891fd5697b32062.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48862026-09-06T04:34:38.990Z Running `/work/oxidecomputer/omicron/target/debug/build/pmbus-5aee432846d91812/build-script-build`
48872026-09-06T04:34:39.092Z Running `/home/build/.rustup/toolchains/1.97.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=f82a4bea2dc465f2 -C extra-filename=-afdc721b912f7269 --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-63a9bca806118ba2.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-9ec64f7a44058afe.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48882026-09-06T04:34:39.124Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
48892026-09-06T04:34:39.127Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls_test_utils --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/a233079/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=d207c05cd06d8322 -C extra-filename=-54c775c3ffb4153e --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-fcf6eb9bf07b1215.rmeta --extern pki_playground=/work/oxidecomputer/omicron/target/debug/deps/libpki_playground-25c6af6f83b9b01f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48902026-09-06T04:34:39.635Z Compiling rstest v0.25.0
48912026-09-06T04:34:39.639Z Running `/home/build/.rustup/toolchains/1.97.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=d7149c5d02ea2e3d -C extra-filename=-3e99e4f8011c7e2d --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-bc8745d015cb2294.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-82e4fa53a5a967f1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48922026-09-06T04:34:42.305Z Compiling samael v0.0.19
48932026-09-06T04:34:42.308Z Running `/home/build/.rustup/toolchains/1.97.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=ff618a9c226fc329 -C extra-filename=-ffa90278ebb086ad --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-ffa90278ebb086ad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-0893e47fd96e5249.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-16effc2d31631143.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48942026-09-06T04:34:43.240Z Running `/home/build/.rustup/toolchains/1.97.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=67737a42748c4f2c -C extra-filename=-344846e5fc87710c --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-34de0cd9290266be.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-e91fec689e1622b6.rmeta --cap-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-a77e4499fe105ae5/out/build -L native=/usr/lib/amd64 -l static=git2 --cfg libgit2_vendored --check-cfg 'cfg(libgit2_vendored,)'`
48952026-09-06T04:34:43.601Z Compiling git2 v0.20.4
48962026-09-06T04:34:43.604Z Running `/home/build/.rustup/toolchains/1.97.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=c5e5ba6314e8bd0b -C extra-filename=-894c3b545ae4a32c --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-068dfff8328f54ea.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-344846e5fc87710c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rmeta --cap-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-a77e4499fe105ae5/out/build -L native=/usr/lib/amd64`
48972026-09-06T04:34:43.843Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-ffa90278ebb086ad/build-script-bindings`
48982026-09-06T04:34:44.484Z Compiling polar-core v0.27.3
48992026-09-06T04:34:44.487Z Running `/home/build/.rustup/toolchains/1.97.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=5524a219d69dac16 -C extra-filename=-8d0aece4fe1d7309 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-8d0aece4fe1d7309 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-2f41bc24f760bf5a.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b459bdf2264f5ff3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49002026-09-06T04:34:45.355Z Running `/home/build/.rustup/toolchains/1.97.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=00dc628d4ab614fd -C extra-filename=-671378e94da216c3 --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-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-42914c6a9dc15c4c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-9648e669395baa62.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-27ea8a765577bcba.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-1ca26596e59e04be.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-17d4091e1e0174a0.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-0221b9522fa7622a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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)'`
49012026-09-06T04:34:45.417Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-8d0aece4fe1d7309/build-script-build`
49022026-09-06T04:34:46.609Z Running `/home/build/.rustup/toolchains/1.97.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=7d2ede1a87eb7278 -C extra-filename=-096f5e7d1a414c26 --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-cab12bb866bcd3b9.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-2d5dd7f0667631d7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-dad3cdbc0ba06992.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49032026-09-06T04:34:46.641Z Running `/home/build/.rustup/toolchains/1.97.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=4d8bf6d4e5eba438 -C extra-filename=-f5420e64d78ef1fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-42914c6a9dc15c4c.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-894c3b545ae4a32c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-513cc071da56ff15.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-f48ee203236f5704.rmeta --cap-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-a77e4499fe105ae5/out/build -L native=/usr/lib/amd64 --check-cfg 'cfg(nightly)'`
49042026-09-06T04:34:47.184Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49052026-09-06T04:34:47.187Z Running `/home/build/.rustup/toolchains/1.97.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=3210735b9ff0385a -C extra-filename=-2c2859b287ff3886 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-2c2859b287ff3886 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-513cc071da56ff15.rlib --extern vergen_git2=/work/oxidecomputer/omicron/target/debug/deps/libvergen_git2-f5420e64d78ef1fc.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-a77e4499fe105ae5/out/build -L native=/usr/lib/amd64`
49062026-09-06T04:34:48.223Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-2c2859b287ff3886/build-script-build`
49072026-09-06T04:34:48.288Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-e5a3b75a8c49231d/build-script-build`
49082026-09-06T04:34:48.314Z Running `/home/build/.rustup/toolchains/1.97.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=934c3a0dbe68b0da -C extra-filename=-9cd689f69844f1e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-04167d9cdaa078f7/out -l static=aws_lc_0_40_0_crypto --cfg universal`
49092026-09-06T04:34:48.372Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-e4c54629b47eba27/build-script-build`
49102026-09-06T04:34:48.745Z Running `/home/build/.rustup/toolchains/1.97.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=a055c1ae1e301478 -C extra-filename=-d452ffa5c230b577 --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-9cd689f69844f1e3.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-ac164487c785deef.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-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-04167d9cdaa078f7/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
49112026-09-06T04:34:49.119Z Compiling diesel-dtrace v0.5.0
49122026-09-06T04:34:49.119Z Compiling async-bb8-diesel v0.2.1
49132026-09-06T04:34:49.122Z Running `/home/build/.rustup/toolchains/1.97.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=e9b8f9804f4c9af1 -C extra-filename=-416987f38c590dbd --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-4faab88579d4cf74.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6517a2de646412f6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
49142026-09-06T04:34:49.122Z Running `/home/build/.rustup/toolchains/1.97.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=fda6f03af59127b5 -C extra-filename=-87380c81a3160dfb --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-99a1b43c74aa57d0.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-f0a5547367832b68.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.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`
49152026-09-06T04:34:49.575Z Compiling rustls-webpki v0.103.13
49162026-09-06T04:34:49.575Z Compiling rcgen v0.12.1
49172026-09-06T04:34:49.575Z Compiling russh v0.62.4
49182026-09-06T04:34:49.579Z Running `/home/build/.rustup/toolchains/1.97.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=c3ba308126aefc53 -C extra-filename=-c72ab4b86963e656 --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-d452ffa5c230b577.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-dd3e90bf5b9450bf.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-6ffcdc72833e9553.rmeta --cap-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-04167d9cdaa078f7/out`
49192026-09-06T04:34:49.579Z Running `/home/build/.rustup/toolchains/1.97.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=cc8b5a582400a0a9 -C extra-filename=-0660e732d6f148f8 --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-d452ffa5c230b577.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-759c22ecd7f217cb.rmeta --cap-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-04167d9cdaa078f7/out`
49202026-09-06T04:34:49.579Z Running `/home/build/.rustup/toolchains/1.97.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=ce7024e78c7a9aa4 -C extra-filename=-e4282e7a3ec43651 --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-70023f6c64ecb759.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-d452ffa5c230b577.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-068dfff8328f54ea.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-19cf2eb236ced547.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-c732e2b2c75c9744.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5cb056e0e8f66d30.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-5628cae4533b603e.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-1cd155bff797c038.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-98399ac7084cea0d.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rmeta --extern delegate=/work/oxidecomputer/omicron/target/debug/deps/libdelegate-c9ec3479dbd34f9a.so --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9b79c10db95d8283.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a413f0294aaf4ede.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-cf1fca746d2cde8b.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-753a999cb336c5e0.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-766fabf25ad19dd8.rmeta --extern enum_dispatch=/work/oxidecomputer/omicron/target/debug/deps/libenum_dispatch-3b29401c30aa152a.so --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-60ffdcd63fa37810.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-8ceb6120c38abc55.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-609f2eb8bb6ea250.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b3be55050b78286d.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5b4f9c768542ca83.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-047e7fe790b98111.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libinternal_russh_num_bigint-3419e03842f463ff.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-ebda17a1eb8f6328.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-770b7b5bf23f475d.rmeta --extern ml_kem=/work/oxidecomputer/omicron/target/debug/deps/libml_kem-9747af8e5f7034c9.rmeta --extern module_lattice=/work/oxidecomputer/omicron/target/debug/deps/libmodule_lattice-063fe771e6cbe0f7.rmeta --extern num_bigint_0_4=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-2101efc5a5e9b05e.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-9d98c9955679d68a.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-52b93e5297e57fb1.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-b39319a2c2cbd9b3.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-77c9635779edbeab.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-d6806d3abdae38c7.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-4f7b8f7abcf666d8.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-f80c27db0f92471f.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-0919c0833d740531.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8e1cf716106d1b4a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-78c5e08be75fad65.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-f24a0b9f2f989847.rmeta --extern russh_util=/work/oxidecomputer/omicron/target/debug/deps/librussh_util-6eaa54c3e2d63491.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-a776a5423674913a.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-7e32740eb8cdcd9d.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-d9b68d081eecae49.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3af93fe034f44535.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-48ec35b41f42ba59.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-9e05361f17ac886a.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-10f40dd27e44a586.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2d5457bb2333a42a.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-e360efb93a0d7b0f.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-f98f3146b81562dd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-fb8327d9975c1fe3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-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-04167d9cdaa078f7/out`
49212026-09-06T04:34:50.010Z Running `/home/build/.rustup/toolchains/1.97.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=2353997769ac898f -C extra-filename=-9c5016636d373d10 --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-d452ffa5c230b577.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-dd3e90bf5b9450bf.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-c72ab4b86963e656.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-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-04167d9cdaa078f7/out`
49222026-09-06T04:34:50.176Z Compiling oso v0.27.3
49232026-09-06T04:34:50.179Z Running `/home/build/.rustup/toolchains/1.97.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=e4040690ec543934 -C extra-filename=-fb861e96c7b30b33 --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-3e57588f6c0bdb2c.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-c2584cfce2fd8f6d.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-096f5e7d1a414c26.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49242026-09-06T04:34:52.542Z Compiling tokio-rustls v0.26.4
49252026-09-06T04:34:52.542Z Compiling rustls-platform-verifier v0.6.2
49262026-09-06T04:34:52.547Z Compiling tough v0.22.0
49272026-09-06T04:34:52.547Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
49282026-09-06T04:34:52.547Z Running `/home/build/.rustup/toolchains/1.97.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=4c23f7f0cc79f264 -C extra-filename=-544fde5022a346b0 --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-9c5016636d373d10.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --cap-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-04167d9cdaa078f7/out`
49292026-09-06T04:34:52.547Z Running `/home/build/.rustup/toolchains/1.97.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=185c570f14c06842 -C extra-filename=-c4650d4307bbc6b1 --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-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-d452ffa5c230b577.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-6719a3ea0b10aec6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-3d3f71e1b56829c3.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-04f3aa5be186a221.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9c5016636d373d10.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-946aeda0b208f153.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-c8797f81a95745de.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-67906e389b246647.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-340edb1dfece61d6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-ac164487c785deef.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --cap-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-04167d9cdaa078f7/out -L native=/usr/lib/amd64`
49302026-09-06T04:34:52.547Z Running `/home/build/.rustup/toolchains/1.97.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=7c53402e64a57c56 -C extra-filename=-ada6ee5fa83f683e --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-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-d452ffa5c230b577.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-6719a3ea0b10aec6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-4b778ed7c17d17c4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-66fdc3250a3f8b2f.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9c5016636d373d10.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-946aeda0b208f153.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-c8797f81a95745de.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-67906e389b246647.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-340edb1dfece61d6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-ac164487c785deef.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --cap-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-04167d9cdaa078f7/out`
49312026-09-06T04:34:52.547Z Running `/home/build/.rustup/toolchains/1.97.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=068011b92296008b -C extra-filename=-21f621ab8d933786 --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-4944f5d298d5e7db.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9c5016636d373d10.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-c9a6a6a0568ca206.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-c72ab4b86963e656.rmeta --cap-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-04167d9cdaa078f7/out`
49322026-09-06T04:34:52.787Z Compiling hyper-rustls v0.27.7
49332026-09-06T04:34:52.791Z Running `/home/build/.rustup/toolchains/1.97.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=a01ff09178eef4f5 -C extra-filename=-08a83ca5341a4fd4 --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-c58db70c3d796101.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-e86dda8690586feb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9c5016636d373d10.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-c9a6a6a0568ca206.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-dd3e90bf5b9450bf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-544fde5022a346b0.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-594a4c0c3effa46d.rmeta --cap-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-04167d9cdaa078f7/out`
49342026-09-06T04:34:52.791Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/a233079/tls/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("attest-mock", "camino", "pki-playground", "unittest"))' -C metadata=703b7ecc26a86396 -C extra-filename=-b7fd3a5c5fc125f2 --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-a713b4fa3ffede6f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern dice_mfg_msgs=/work/oxidecomputer/omicron/target/debug/deps/libdice_mfg_msgs-8c080fd52097df8e.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-64b9457eeddf3d1e.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-11a858384f032b38.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-33eda3dfc011fb69.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-b22d28acae726c4d.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9c5016636d373d10.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-f764d9bca7e6b572.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-544fde5022a346b0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-232b3b7d175167a3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cap-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-04167d9cdaa078f7/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/`
49352026-09-06T04:34:52.791Z Running `/home/build/.rustup/toolchains/1.97.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=6a1b1bff6f35f213 -C extra-filename=-0e5422edd83f1644 --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-90b2da45a368f0d3.rmeta --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-64d06e4bd46a1adc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-61c1873ea966b24a.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-1f6b2d4c349cd1c3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-e86dda8690586feb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-4882874038ac1ddb.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9c5016636d373d10.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-864a0b1cdf85cb0b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-8b461af0822c810a.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-83d6a52ae2cee461.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3af93fe034f44535.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c2901919ee2e8ca8.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-ee201dfac22951b0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-544fde5022a346b0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-464f319bd5864d73.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6517a2de646412f6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-8607a6018d10fd09.rmeta --cap-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-04167d9cdaa078f7/out`
49362026-09-06T04:34:53.060Z Compiling reqwest v0.13.2
49372026-09-06T04:34:53.063Z Running `/home/build/.rustup/toolchains/1.97.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=44e74fbcd8bdbbcc -C extra-filename=-ac0bef6ca370fdef --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-bf59ab279ffa544e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-83039c60529b22b0.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-f77eb10c7bb25fa5.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-9cacceb32a7b1d45.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-63674b74f4ff7642.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-08a83ca5341a4fd4.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-e86dda8690586feb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-cb9ce126b271012b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9c5016636d373d10.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-dd3e90bf5b9450bf.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/omicron/target/debug/deps/librustls_platform_verifier-21f621ab8d933786.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-83d6a52ae2cee461.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-9285e2cec1c30045.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-544fde5022a346b0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-9a3ec13da42a9aeb.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-6e5d51dae123fb20.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-594a4c0c3effa46d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rmeta --cap-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-04167d9cdaa078f7/out`
49382026-09-06T04:34:54.424Z Compiling progenitor-client v0.14.0
49392026-09-06T04:34:54.424Z Compiling progenitor-client v0.13.0
49402026-09-06T04:34:54.424Z Compiling omicron-zone-package v0.12.3
49412026-09-06T04:34:54.428Z Running `/home/build/.rustup/toolchains/1.97.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=752c88111c2879c6 -C extra-filename=-f76d13c7ea65e2fc --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-58156453bb55ad4a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-83d6a52ae2cee461.rmeta --cap-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-04167d9cdaa078f7/out`
49422026-09-06T04:34:54.428Z Running `/home/build/.rustup/toolchains/1.97.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=894ee9c04f69751a -C extra-filename=-a2a3d0bfc9f3d363 --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-58156453bb55ad4a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-83d6a52ae2cee461.rmeta --cap-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-04167d9cdaa078f7/out`
49432026-09-06T04:34:54.428Z Running `/home/build/.rustup/toolchains/1.97.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=f55686ab756405e0 -C extra-filename=-31df7d7f74ccca7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-df6c5a6d79b4ebd3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1660e7efe415f875.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-b459bdf2264f5ff3.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-14b2c229b6613ed9.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-7847605b4539d0e5.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --cap-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-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49442026-09-06T04:34:54.686Z Compiling progenitor-extras v0.2.0
49452026-09-06T04:34:54.686Z Compiling progenitor v0.14.0
49462026-09-06T04:34:54.689Z Running `/home/build/.rustup/toolchains/1.97.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=343518199b76bcf6 -C extra-filename=-dfc3df3487d27210 --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-3862f5034abeb9ab.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f76d13c7ea65e2fc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --cap-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-04167d9cdaa078f7/out`
49472026-09-06T04:34:54.689Z Running `/home/build/.rustup/toolchains/1.97.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=789ce81f6de4d739 -C extra-filename=-66ee2b01811af7f8 --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-f76d13c7ea65e2fc.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-6b800ccbe644b02e.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-9d9ae9a26cc66ebf.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-04167d9cdaa078f7/out`
49482026-09-06T04:34:54.716Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
49492026-09-06T04:34:54.749Z Compiling progenitor v0.13.0
49502026-09-06T04:34:54.752Z Running `/home/build/.rustup/toolchains/1.97.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=dd2c0c0ebb317a64 -C extra-filename=-3f54d5bc532f3b5e --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-5cd0b75c991b5f54.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-d452ffa5c230b577.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b0bbf1e339dfa3ca.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rmeta --extern digest_io=/work/oxidecomputer/omicron/target/debug/deps/libdigest_io-cf5f9d0b7475e869.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1a47a5a0db9c07c5.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-4b778ed7c17d17c4.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-1fde5eea2c971ba2.rmeta --extern rawzip=/work/oxidecomputer/omicron/target/debug/deps/librawzip-06f5b8f7119bab3a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-48ec35b41f42ba59.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-ada6ee5fa83f683e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b3c4414193f344d3.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rmeta --cap-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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib`
49512026-09-06T04:34:54.752Z Running `/home/build/.rustup/toolchains/1.97.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=3e45c67cccd0afda -C extra-filename=-47612a7be855e6a4 --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-a2a3d0bfc9f3d363.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-851da0c8fc5f4fe6.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-9a074da57e320c15.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-04167d9cdaa078f7/out`
49522026-09-06T04:34:54.874Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=zl%2Fddm-mcast#36e43651)
49532026-09-06T04:34:54.874Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4fb9bd57)
49542026-09-06T04:34:54.874Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=zl%2Fddm-mcast#36e43651)
49552026-09-06T04:34:54.877Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49562026-09-06T04:34:54.877Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49572026-09-06T04:34:54.877Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/36e4365/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=c50d7571d1b8c509 -C extra-filename=-9dc9b3a45e3b5107 --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-1dbc576d48949507.rmeta --extern client_common=/work/oxidecomputer/omicron/target/debug/deps/libclient_common-e8eed1c9cc1738ab.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-a28b3bca7dd8309b.rmeta --extern mg_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types_versions-bfd1359b57903170.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-64180aced6d0a84c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cap-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-04167d9cdaa078f7/out`
49582026-09-06T04:34:54.877Z Running `/home/build/.rustup/toolchains/1.97.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=a51e1aeb9ee91102 -C extra-filename=-f4539e75f326c906 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-ea606c39d992acda.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --cap-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-04167d9cdaa078f7/out`
49592026-09-06T04:34:54.877Z Running `/home/build/.rustup/toolchains/1.97.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=267e5139991e760b -C extra-filename=-50b668b5a7d16314 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-ea606c39d992acda.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cap-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-04167d9cdaa078f7/out`
49602026-09-06T04:34:54.878Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/36e4365/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=28e0e11bf617f72c -C extra-filename=-e20c05f8a86049af --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-20811cfdde16c291.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cap-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-04167d9cdaa078f7/out`
49612026-09-06T04:34:54.878Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/4fb9bd5/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=6801ddcff64a4f45 -C extra-filename=-8b5e1eae61d347b3 --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-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ccddc8f7bf5f2a09.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-25036e9e5d1003cd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f76d13c7ea65e2fc.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-fecef3a08d40cd1e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0ea774231774d5ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cap-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-04167d9cdaa078f7/out`
49622026-09-06T04:34:54.907Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
49632026-09-06T04:34:54.936Z Running `/home/build/.rustup/toolchains/1.97.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=81165dc5e34ff930 -C extra-filename=-7039d4acc0f38a3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-d452ffa5c230b577.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-72c29cb0b9caf29f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fc253522a518cbd7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-d9371c940a308172.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-84a5b189f8358e75.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-8b461af0822c810a.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c4650d4307bbc6b1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-aa2f2a50be7c2c9f.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-95de16f5712d942a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rmeta --cap-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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49642026-09-06T04:34:54.970Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
49652026-09-06T04:34:55.003Z Running `/home/build/.rustup/toolchains/1.97.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=5fa515b57dc776ef -C extra-filename=-fc73257d11b6ebeb --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-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-dfbd9ed04e4905f2.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-a039d34423c13086.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-47612a7be855e6a4.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6a3dee309af07e60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cap-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-04167d9cdaa078f7/out`
49662026-09-06T04:34:55.437Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
49672026-09-06T04:34:55.441Z Running `/home/build/.rustup/toolchains/1.97.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=aaa891cf49b28a01 -C extra-filename=-8f5fcd42e9c079f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-8f5fcd42e9c079f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-c3cd73423833103c.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4d512d89878f7582.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-d452ffa5c230b577.rlib --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9cd689f69844f1e3.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2d39fdcb5ad29c9c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4c5cc81598cfc878.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5bf4110dad6990d2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-068dfff8328f54ea.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7778b2c120dae7c9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-72c29cb0b9caf29f.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-6fccdabade519cfc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-ffbacc6bf6aba88f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5cb056e0e8f66d30.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5bc1e6bcab7b1ef7.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4411b8b43effe66a.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ecba080b60497653.rlib --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-6e15412a797c7768.rlib --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-489a3e86b67528ad.rlib --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-98c1d35ffadfca28.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-d62d3fd36671cf4c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9ddfc7fdd943ec11.rlib --extern derive_more_impl=/work/oxidecomputer/omicron/target/debug/deps/libderive_more_impl-2377fbc6037379d7.so --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bc9d8fbf105a8ad5.rlib --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a413f0294aaf4ede.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-be52a432e28e1f4a.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-b3033433681ff1d6.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-11a858384f032b38.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8c395e49d1d76c83.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-90d16be16b2e9986.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-68f194859b7edcdf.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-de4a629348265e83.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-e629db66f6534af6.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-af4e1f320a1964c2.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-37780afbbf43cfe2.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-e9bf281b80a8ae2f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-56ba56fd0685d2ba.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-c6b4072429865da7.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-8ceb6120c38abc55.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d9efdf203d541fee.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-26e41125ecc3049d.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-36ecfb77bd7bffd6.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6c1a39cdac9eb0a1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a6266451580c1066.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1735f513b70e889a.rlib --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-861ef94b712e61a6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-08a83ca5341a4fd4.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-e86dda8690586feb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-471084262862a4ce.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-047e7fe790b98111.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rlib --extern itertools_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bfdf9c0510cd7581.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-4b778ed7c17d17c4.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-2d5dd7f0667631d7.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-83ba731ed86a99c8.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rlib --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-c892faf842f430bb.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-983b6e44ae6bc467.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c579f18f659a3e39.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2e4dd57d9d069e85.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-514a1c3556ddd554.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-6ce0507fed41c82e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-a88b8f4b883320f1.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-506ef61930680291.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-180e248484d7639b.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c61a3e1c936176b5.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3c25b49746f1e0c4.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cef88d9fac5ef585.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-744bae1eb03ba021.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-960b6961da679dd3.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-75dc4484a4e65dd6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7bc99b808c509d91.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c0aa426286529a06.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5a1cb615d1ac708d.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-04f3aa5be186a221.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-005b50cdeb71d655.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-4b088514dcb33952.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-b784691f215b8431.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9c5016636d373d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-22cd1c92ad71623d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-a28b6bc51e3bcf94.so --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fb9e1443cb408f12.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-09cdbd4e28a061ab.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f9aa91a12ebae5d8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6fde902a2eb58e5a.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d3cc4aedaf24528b.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-8c9b6587621e06e4.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern syn_7b89eefb6aaa9bf3=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cb8a1f65c38a6f10.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-1891fd5697b32062.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-4de5acab881f7c66.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-544fde5022a346b0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-14b2c229b6613ed9.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-7c67267be4119dab.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-ca8c77f56f546c48.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a92d0200c751d76.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-9110c4e405265507.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c4650d4307bbc6b1.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6517a2de646412f6.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ea86a1779b557491.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-89aa95606302e5ed.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-513cc071da56ff15.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-f48ee203236f5704.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfaf08314bac8cdb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-232b3b7d175167a3.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-0762409d2eb35a22.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49682026-09-06T04:34:55.508Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
49692026-09-06T04:34:55.508Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4fb9bd57)
49702026-09-06T04:34:55.511Z Compiling dropshot-api-manager v0.8.0
49712026-09-06T04:34:55.511Z Running `/home/build/.rustup/toolchains/1.97.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=287ca5f77ae65db9 -C extra-filename=-31cb6a071379b6dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern trait_variant=/work/oxidecomputer/omicron/target/debug/deps/libtrait_variant-54d328873644484d.so --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-82e4c98081358b8b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cap-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-04167d9cdaa078f7/out`
49722026-09-06T04:34:55.511Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/4fb9bd5/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=e5d7e07be2f34a67 -C extra-filename=-ba7f093ea5cfc914 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ccddc8f7bf5f2a09.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-fecef3a08d40cd1e.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-33c3a05658a36d80.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-7fbc457fe65e6276.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c2901919ee2e8ca8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-0ea774231774d5ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cap-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-04167d9cdaa078f7/out`
49732026-09-06T04:34:55.511Z Running `/home/build/.rustup/toolchains/1.97.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=8506668a91142ad2 -C extra-filename=-de0109e01db83833 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5cd0b75c991b5f54.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-4278b33d686a3f03.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-af4e1f320a1964c2.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-ba8bcbca3b55f620.rmeta --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-9c01a05b7f5e88d3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-09cdbd4e28a061ab.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-1891fd5697b32062.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-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-04167d9cdaa078f7/out`
49742026-09-06T04:34:55.511Z Running `/home/build/.rustup/toolchains/1.97.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=1fc36577f554380d -C extra-filename=-2707fd2b4d62d727 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-3d1a2ea0338b9c15.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-ea606c39d992acda.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-514a1c3556ddd554.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-864a0b1cdf85cb0b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c2901919ee2e8ca8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-67906e389b246647.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-544fde5022a346b0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-464f319bd5864d73.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-5415d43235a09986.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cap-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-04167d9cdaa078f7/out`
49752026-09-06T04:34:55.723Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-8f5fcd42e9c079f2/build-script-build`
49762026-09-06T04:34:55.770Z Running `/home/build/.rustup/toolchains/1.97.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=c68f6a332fed158b -C extra-filename=-60fa75a80b1a916e --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-c3cd73423833103c.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4d512d89878f7582.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-d452ffa5c230b577.rlib --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9cd689f69844f1e3.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2d39fdcb5ad29c9c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4c5cc81598cfc878.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5bf4110dad6990d2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-068dfff8328f54ea.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7778b2c120dae7c9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-72c29cb0b9caf29f.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-6fccdabade519cfc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-ffbacc6bf6aba88f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5cb056e0e8f66d30.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5bc1e6bcab7b1ef7.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4411b8b43effe66a.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ecba080b60497653.rlib --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-6e15412a797c7768.rlib --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-489a3e86b67528ad.rlib --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-98c1d35ffadfca28.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-d62d3fd36671cf4c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9ddfc7fdd943ec11.rlib --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bc9d8fbf105a8ad5.rlib --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a413f0294aaf4ede.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-be52a432e28e1f4a.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-b3033433681ff1d6.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-11a858384f032b38.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8c395e49d1d76c83.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-90d16be16b2e9986.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-68f194859b7edcdf.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-de4a629348265e83.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-e629db66f6534af6.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-af4e1f320a1964c2.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-37780afbbf43cfe2.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-e9bf281b80a8ae2f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-56ba56fd0685d2ba.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-c6b4072429865da7.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-8ceb6120c38abc55.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d9efdf203d541fee.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-26e41125ecc3049d.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-36ecfb77bd7bffd6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a6266451580c1066.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1735f513b70e889a.rlib --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-861ef94b712e61a6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-08a83ca5341a4fd4.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-e86dda8690586feb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-471084262862a4ce.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-047e7fe790b98111.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rlib --extern itertools_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bfdf9c0510cd7581.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-4b778ed7c17d17c4.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-2d5dd7f0667631d7.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-83ba731ed86a99c8.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rlib --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-c892faf842f430bb.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-983b6e44ae6bc467.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c579f18f659a3e39.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2e4dd57d9d069e85.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-514a1c3556ddd554.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-6ce0507fed41c82e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-a88b8f4b883320f1.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-506ef61930680291.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-180e248484d7639b.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c61a3e1c936176b5.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3c25b49746f1e0c4.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cef88d9fac5ef585.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-744bae1eb03ba021.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-960b6961da679dd3.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-75dc4484a4e65dd6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7bc99b808c509d91.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c0aa426286529a06.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5a1cb615d1ac708d.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-04f3aa5be186a221.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-005b50cdeb71d655.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-4b088514dcb33952.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-b784691f215b8431.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9c5016636d373d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-22cd1c92ad71623d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fb9e1443cb408f12.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-09cdbd4e28a061ab.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f9aa91a12ebae5d8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6fde902a2eb58e5a.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d3cc4aedaf24528b.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-8c9b6587621e06e4.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-1891fd5697b32062.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-544fde5022a346b0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-14b2c229b6613ed9.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-7c67267be4119dab.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-ca8c77f56f546c48.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a92d0200c751d76.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-9110c4e405265507.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c4650d4307bbc6b1.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6517a2de646412f6.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ea86a1779b557491.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-89aa95606302e5ed.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfaf08314bac8cdb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-232b3b7d175167a3.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-0762409d2eb35a22.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49772026-09-06T04:34:55.774Z Running `/home/build/.rustup/toolchains/1.97.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=ce9150d7ecd68f8d -C extra-filename=-f550030f77affb04 --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-c3cd73423833103c.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4d512d89878f7582.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-d452ffa5c230b577.rmeta --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9cd689f69844f1e3.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2d39fdcb5ad29c9c.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4c5cc81598cfc878.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5bf4110dad6990d2.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-068dfff8328f54ea.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7778b2c120dae7c9.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-72c29cb0b9caf29f.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-6fccdabade519cfc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-ffbacc6bf6aba88f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5cb056e0e8f66d30.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5bc1e6bcab7b1ef7.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4411b8b43effe66a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ecba080b60497653.rmeta --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-6e15412a797c7768.rmeta --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-489a3e86b67528ad.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-98c1d35ffadfca28.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-d62d3fd36671cf4c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9ddfc7fdd943ec11.rmeta --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bc9d8fbf105a8ad5.rmeta --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a413f0294aaf4ede.rmeta --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-be52a432e28e1f4a.rmeta --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-b3033433681ff1d6.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-11a858384f032b38.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8c395e49d1d76c83.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-90d16be16b2e9986.rmeta --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-68f194859b7edcdf.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-de4a629348265e83.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-e629db66f6534af6.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-af4e1f320a1964c2.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-37780afbbf43cfe2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-e9bf281b80a8ae2f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-56ba56fd0685d2ba.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-c6b4072429865da7.rmeta --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-8ceb6120c38abc55.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d9efdf203d541fee.rmeta --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-26e41125ecc3049d.rmeta --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-36ecfb77bd7bffd6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a6266451580c1066.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1735f513b70e889a.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-861ef94b712e61a6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-08a83ca5341a4fd4.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-e86dda8690586feb.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-471084262862a4ce.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-047e7fe790b98111.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rmeta --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rmeta --extern itertools_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bfdf9c0510cd7581.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-4b778ed7c17d17c4.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-2d5dd7f0667631d7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-83ba731ed86a99c8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-c892faf842f430bb.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-983b6e44ae6bc467.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c579f18f659a3e39.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2e4dd57d9d069e85.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-514a1c3556ddd554.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-6ce0507fed41c82e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-a88b8f4b883320f1.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-506ef61930680291.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-180e248484d7639b.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c61a3e1c936176b5.rmeta --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3c25b49746f1e0c4.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cef88d9fac5ef585.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-744bae1eb03ba021.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-960b6961da679dd3.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-75dc4484a4e65dd6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7bc99b808c509d91.rmeta --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c0aa426286529a06.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5a1cb615d1ac708d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rmeta --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-04f3aa5be186a221.rmeta --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-005b50cdeb71d655.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-4b088514dcb33952.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-b784691f215b8431.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9c5016636d373d10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-22cd1c92ad71623d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fb9e1443cb408f12.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-09cdbd4e28a061ab.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f9aa91a12ebae5d8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6fde902a2eb58e5a.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d3cc4aedaf24528b.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-8c9b6587621e06e4.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-1891fd5697b32062.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-544fde5022a346b0.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-14b2c229b6613ed9.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-7c67267be4119dab.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-ca8c77f56f546c48.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a92d0200c751d76.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-9110c4e405265507.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c4650d4307bbc6b1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6517a2de646412f6.rmeta --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ea86a1779b557491.rmeta --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-89aa95606302e5ed.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfaf08314bac8cdb.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-232b3b7d175167a3.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-0762409d2eb35a22.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49782026-09-06T04:34:55.866Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
49792026-09-06T04:34:55.866Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
49802026-09-06T04:34:55.869Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
49812026-09-06T04:34:55.869Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
49822026-09-06T04:34:55.869Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
49832026-09-06T04:34:55.869Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
49842026-09-06T04:34:55.869Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
49852026-09-06T04:34:55.869Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
49862026-09-06T04:34:55.869Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
49872026-09-06T04:34:55.869Z Running `/home/build/.rustup/toolchains/1.97.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=42e79377126b27ea -C extra-filename=-0c47d7aa48ef9e74 --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-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5cd0b75c991b5f54.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49882026-09-06T04:34:55.870Z Running `/home/build/.rustup/toolchains/1.97.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=dedabe7ccd2eeb35 -C extra-filename=-84b1382832e7ac68 --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-820dac235eef9c6f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49892026-09-06T04:34:55.870Z Running `/home/build/.rustup/toolchains/1.97.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=d9d5cb4ef86559dd -C extra-filename=-7a9b68eb753bfcf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rmeta --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-d2d47117863a0312.rmeta --extern illumos_nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair_sys-6e3d3a6dfa5b96c8.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-4b778ed7c17d17c4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a427c35112adb2ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49902026-09-06T04:34:55.870Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
49912026-09-06T04:34:55.870Z Running `/home/build/.rustup/toolchains/1.97.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=ac70cbdf8e783eab -C extra-filename=-90a403bdef30f529 --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-34305e796e1000e1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49922026-09-06T04:34:55.870Z Running `/home/build/.rustup/toolchains/1.97.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=fade11c527829333 -C extra-filename=-8ede2e89983ddf1f --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-0e5422edd83f1644.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49932026-09-06T04:34:55.898Z Running `/home/build/.rustup/toolchains/1.97.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=6afb23db46252a36 -C extra-filename=-c8de4607e72eed54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49942026-09-06T04:34:55.902Z Running `/home/build/.rustup/toolchains/1.97.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=9f63d72c967a461a -C extra-filename=-38e581315929c681 --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-f550030f77affb04.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49952026-09-06T04:34:55.933Z Running `/home/build/.rustup/toolchains/1.97.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=b8a93834c3fa2aad -C extra-filename=-2cac908b3a12a9f8 --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-1dbc576d48949507.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-184964ca2713f5e9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49962026-09-06T04:34:55.936Z Running `/home/build/.rustup/toolchains/1.97.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=3f567193924a79d5 -C extra-filename=-4edd88382825248b --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-bc9d8fbf105a8ad5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49972026-09-06T04:34:55.936Z Running `/home/build/.rustup/toolchains/1.97.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=8b0fc2780b333b88 -C extra-filename=-5e4c8460fdd411c5 --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-34305e796e1000e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49982026-09-06T04:34:55.936Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
49992026-09-06T04:34:55.967Z Running `/home/build/.rustup/toolchains/1.97.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=743056e29c118fa6 -C extra-filename=-016259344af6d2df --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-f550030f77affb04.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50002026-09-06T04:34:55.999Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
50012026-09-06T04:34:56.003Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
50022026-09-06T04:34:56.003Z Running `/home/build/.rustup/toolchains/1.97.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=fdef5632f57eb4aa -C extra-filename=-2643e4d549893588 --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-f550030f77affb04.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50032026-09-06T04:34:56.031Z Running `/home/build/.rustup/toolchains/1.97.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=f202d3b0a2e44687 -C extra-filename=-1fb702ad2d0af3d9 --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-1dbc576d48949507.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50042026-09-06T04:34:56.066Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
50052026-09-06T04:34:56.135Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
50062026-09-06T04:34:56.138Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
50072026-09-06T04:34:56.138Z Running `/home/build/.rustup/toolchains/1.97.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=9d8bc3dc513d8ac5 -C extra-filename=-a2a96e07d42b36af --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-1dbc576d48949507.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50082026-09-06T04:34:56.139Z Running `/home/build/.rustup/toolchains/1.97.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=fea56330a30afd77 -C extra-filename=-8d586310b8bcbf9d --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-f550030f77affb04.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50092026-09-06T04:34:56.139Z Running `/home/build/.rustup/toolchains/1.97.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=0d9bdff693335132 -C extra-filename=-d450d633f5f296f9 --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-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50102026-09-06T04:34:56.170Z Running `/home/build/.rustup/toolchains/1.97.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=84c03738439d5e83 -C extra-filename=-bdd2f0b3183278c0 --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-f550030f77affb04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50112026-09-06T04:34:56.240Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
50122026-09-06T04:34:56.243Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
50132026-09-06T04:34:56.313Z Running `/home/build/.rustup/toolchains/1.97.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=396086a30625ac84 -C extra-filename=-31c85b1d600d0fad --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-f550030f77affb04.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50142026-09-06T04:34:56.385Z Running `/home/build/.rustup/toolchains/1.97.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=7878e0e4365f4f0d -C extra-filename=-d51c57f9c262a3fc --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-2e4dd57d9d069e85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c2447f4027b03996.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-5e945bd05013491e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50152026-09-06T04:34:56.456Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
50162026-09-06T04:34:56.528Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
50172026-09-06T04:34:56.531Z Running `/home/build/.rustup/toolchains/1.97.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=84ea4b08b6723323 -C extra-filename=-c86f32427a6f0d90 --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-6fccdabade519cfc.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-4edd88382825248b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50182026-09-06T04:34:56.531Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
50192026-09-06T04:34:56.564Z Running `/home/build/.rustup/toolchains/1.97.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=fab598bb724a8c9c -C extra-filename=-b48bf31695346c76 --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-58156453bb55ad4a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d3d581b84ca1e842.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b0bbf1e339dfa3ca.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2c21c5483d90e20a.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-dbefe2d37961bbfd.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50202026-09-06T04:34:56.567Z Running `/home/build/.rustup/toolchains/1.97.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=e6eafbd9a3963abd -C extra-filename=-785a828ac739e272 --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-2cac908b3a12a9f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50212026-09-06T04:34:56.597Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
50222026-09-06T04:34:56.637Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
50232026-09-06T04:34:56.640Z Running `/home/build/.rustup/toolchains/1.97.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=01a48288547c941a -C extra-filename=-b775e5bb50598e14 --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-1dbc576d48949507.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c8de4607e72eed54.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50242026-09-06T04:34:56.716Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
50252026-09-06T04:34:56.719Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
50262026-09-06T04:34:56.719Z Running `/home/build/.rustup/toolchains/1.97.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=889081192b988de6 -C extra-filename=-db670d9fa1222da4 --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-1dbc576d48949507.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c8de4607e72eed54.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50272026-09-06T04:34:56.749Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
50282026-09-06T04:34:56.752Z Running `/home/build/.rustup/toolchains/1.97.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=8721c7ae5391d28f -C extra-filename=-c68ddfa123e400fc --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-58156453bb55ad4a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50292026-09-06T04:34:56.829Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
50302026-09-06T04:34:56.832Z Running `/home/build/.rustup/toolchains/1.97.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=b0d959fe1a24c2af -C extra-filename=-313dde0812a8d7b3 --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-0e5422edd83f1644.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50312026-09-06T04:34:56.866Z Running `/home/build/.rustup/toolchains/1.97.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=8f7fc34460783436 -C extra-filename=-a86609f096ace540 --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-b0bbf1e339dfa3ca.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-b22d28acae726c4d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50322026-09-06T04:34:56.871Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
50332026-09-06T04:34:56.874Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
50342026-09-06T04:34:56.874Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50352026-09-06T04:34:56.874Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
50362026-09-06T04:34:56.874Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50372026-09-06T04:34:56.874Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50382026-09-06T04:34:56.874Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
50392026-09-06T04:34:56.874Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
50402026-09-06T04:34:56.874Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50412026-09-06T04:34:56.874Z Running `/home/build/.rustup/toolchains/1.97.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=b1f0651c1de55a5a -C extra-filename=-d4a556f0be204d41 --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-f550030f77affb04.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50422026-09-06T04:34:56.874Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50432026-09-06T04:34:56.874Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
50442026-09-06T04:34:56.874Z Running `/home/build/.rustup/toolchains/1.97.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=2515ff31d2ce5d0f -C extra-filename=-f6c79ae6259a5610 --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-f550030f77affb04.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50452026-09-06T04:34:56.875Z Running `/home/build/.rustup/toolchains/1.97.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=2ba0f8eba8f08593 -C extra-filename=-eb4fc17ba5e072d3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-eb4fc17ba5e072d3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50462026-09-06T04:34:56.875Z Running `/home/build/.rustup/toolchains/1.97.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=a64e3858b3ad6d06 -C extra-filename=-b56dacfed73d00e5 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-inventory-b56dacfed73d00e5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50472026-09-06T04:34:56.875Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=1206cc64d24d3be5 -C extra-filename=-7da8b1c9a80e8169 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-7da8b1c9a80e8169 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50482026-09-06T04:34:56.875Z Running `/home/build/.rustup/toolchains/1.97.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=c6cd2da47872bb28 -C extra-filename=-b3da1132590d6223 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-sled-agent-b3da1132590d6223 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50492026-09-06T04:34:56.906Z Running `/home/build/.rustup/toolchains/1.97.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=4776743a03ab6cdd -C extra-filename=-35337d3b396e315a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-35337d3b396e315a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50502026-09-06T04:34:56.909Z Running `/home/build/.rustup/toolchains/1.97.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=795041bfc47b9bfa -C extra-filename=-93631b5dd78669ae --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-9177e43cb0714f73.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8d586310b8bcbf9d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-dc409a536d2cf702.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50512026-09-06T04:34:56.909Z Running `/home/build/.rustup/toolchains/1.97.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=c3df43cb03ba5251 -C extra-filename=-a811b80c04e1eb3f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-a811b80c04e1eb3f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50522026-09-06T04:34:56.909Z Running `/home/build/.rustup/toolchains/1.97.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=09dc92ffd652fe71 -C extra-filename=-6706188c2d608410 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-6706188c2d608410 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50532026-09-06T04:34:56.909Z Running `/home/build/.rustup/toolchains/1.97.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=eac83f82eca82ed8 -C extra-filename=-48ac084abdefba81 --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-9177e43cb0714f73.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8d586310b8bcbf9d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-dc409a536d2cf702.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50542026-09-06T04:34:56.942Z Running `/home/build/.rustup/toolchains/1.97.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=4088cda22001563f -C extra-filename=-8b1ca3e1cbc23292 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-8b1ca3e1cbc23292 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50552026-09-06T04:34:57.180Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
50562026-09-06T04:34:57.183Z Running `/home/build/.rustup/toolchains/1.97.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=4af4c04509f1a479 -C extra-filename=-bed4c6f13ac1ed92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1fb702ad2d0af3d9.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-785a828ac739e272.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2643e4d549893588.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50572026-09-06T04:34:57.291Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
50582026-09-06T04:34:57.294Z Running `/home/build/.rustup/toolchains/1.97.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=697ed388ae428a02 -C extra-filename=-ddc9825189137f45 --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-f550030f77affb04.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-c86f32427a6f0d90.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50592026-09-06T04:34:57.331Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
50602026-09-06T04:34:57.365Z Running `/home/build/.rustup/toolchains/1.97.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=5ef093342ef9d6a3 -C extra-filename=-02ba851bf7406913 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-02ba851bf7406913 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50612026-09-06T04:34:57.368Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
50622026-09-06T04:34:57.368Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-6706188c2d608410/build-script-build`
50632026-09-06T04:34:57.368Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-sled-agent-b3da1132590d6223/build-script-build`
50642026-09-06T04:34:57.368Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-a811b80c04e1eb3f/build-script-build`
50652026-09-06T04:34:57.368Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-8b1ca3e1cbc23292/build-script-build`
50662026-09-06T04:34:57.402Z Running `/home/build/.rustup/toolchains/1.97.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=51c864ede2d25ade -C extra-filename=-a0e05658594c162e --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-a0e05658594c162e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50672026-09-06T04:34:57.476Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50682026-09-06T04:34:57.479Z Running `/home/build/.rustup/toolchains/1.97.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=cf553fcb53af3009 -C extra-filename=-74a5ecf0bec4de8d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-networking-74a5ecf0bec4de8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50692026-09-06T04:34:57.515Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
50702026-09-06T04:34:57.518Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
50712026-09-06T04:34:57.554Z Running `/home/build/.rustup/toolchains/1.97.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=d4145caf81f19425 -C extra-filename=-73254a0bee1e7138 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-73254a0bee1e7138 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50722026-09-06T04:34:57.661Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
50732026-09-06T04:34:57.730Z Running `/home/build/.rustup/toolchains/1.97.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=a11287ed12202f4e -C extra-filename=-bb933ccd7306b65d --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-2cac908b3a12a9f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50742026-09-06T04:34:57.733Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
50752026-09-06T04:34:57.733Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50762026-09-06T04:34:57.733Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
50772026-09-06T04:34:57.733Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
50782026-09-06T04:34:57.733Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
50792026-09-06T04:34:57.733Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
50802026-09-06T04:34:57.733Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-7da8b1c9a80e8169/build-script-build`
50812026-09-06T04:34:57.764Z Running `/home/build/.rustup/toolchains/1.97.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=2fe90de8229bbb13 -C extra-filename=-2fb73707a35963fb --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-2fb73707a35963fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50822026-09-06T04:34:57.767Z Running `/home/build/.rustup/toolchains/1.97.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=9f197ea78b4f7d4e -C extra-filename=-133501764640a61b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d4a556f0be204d41.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-66842ca924ea9165.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-3862f5034abeb9ab.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f76d13c7ea65e2fc.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-dfc3df3487d27210.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50832026-09-06T04:34:57.767Z Running `/home/build/.rustup/toolchains/1.97.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=f91060315f325f93 -C extra-filename=-feffbc15b032cc1b --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-4faab88579d4cf74.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
50842026-09-06T04:34:57.801Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-02ba851bf7406913/build-script-build`
50852026-09-06T04:34:57.804Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
50862026-09-06T04:34:57.804Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
50872026-09-06T04:34:57.836Z Running `/home/build/.rustup/toolchains/1.97.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=71ce595ee0a3688a -C extra-filename=-0b220c7b8728257e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-0b220c7b8728257e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50882026-09-06T04:34:57.840Z Running `/home/build/.rustup/toolchains/1.97.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=aa5bcd21c77c58ba -C extra-filename=-f20e59591b96a373 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-fm-f20e59591b96a373 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50892026-09-06T04:34:57.840Z Running `/home/build/.rustup/toolchains/1.97.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=6c2af5fa61a4d435 -C extra-filename=-7d7c52ca8051f87d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-7d7c52ca8051f87d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50902026-09-06T04:34:57.840Z Running `/home/build/.rustup/toolchains/1.97.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=594726ab66b2613d -C extra-filename=-97ec9185754809db --out-dir /work/oxidecomputer/omicron/target/debug/build/support-bundle-collection-97ec9185754809db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50912026-09-06T04:34:57.840Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-inventory-b56dacfed73d00e5/build-script-build`
50922026-09-06T04:34:57.840Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-35337d3b396e315a/build-script-build`
50932026-09-06T04:34:57.840Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-eb4fc17ba5e072d3/build-script-build`
50942026-09-06T04:34:57.840Z Running `/home/build/.rustup/toolchains/1.97.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=2c8602a1a8ac3294 -C extra-filename=-6de9c7fac33d9197 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d4a556f0be204d41.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-66842ca924ea9165.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-3862f5034abeb9ab.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-3702209a4bf1e0ab.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f76d13c7ea65e2fc.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-dfc3df3487d27210.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50952026-09-06T04:34:57.840Z Running `/home/build/.rustup/toolchains/1.97.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=c7115d4489e67d30 -C extra-filename=-3de0ffb13dc8e1f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-3de0ffb13dc8e1f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50962026-09-06T04:34:57.874Z Running `/home/build/.rustup/toolchains/1.97.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=4c642dc7ae7291cc -C extra-filename=-dfc84866b3af536c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-dfc84866b3af536c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50972026-09-06T04:34:57.877Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50982026-09-06T04:34:57.877Z Running `/home/build/.rustup/toolchains/1.97.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=1961964dcb2ef087 -C extra-filename=-0e3f74d29900afe0 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-switch-config-preparation-0e3f74d29900afe0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50992026-09-06T04:34:57.907Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
51002026-09-06T04:34:57.910Z Running `/home/build/.rustup/toolchains/1.97.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' --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=a3692acf7686675a -C extra-filename=-ef9d6098111aada2 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-ef9d6098111aada2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51012026-09-06T04:34:57.945Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
51022026-09-06T04:34:57.948Z Running `/home/build/.rustup/toolchains/1.97.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=c962aa5c36207a5f -C extra-filename=-47273acb9a42b9b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-47273acb9a42b9b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51032026-09-06T04:34:57.948Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
51042026-09-06T04:34:57.979Z Running `/home/build/.rustup/toolchains/1.97.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=3ad6d91c448a8049 -C extra-filename=-1375009a88c839ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9f3b96fd83c18269.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51052026-09-06T04:34:57.983Z Running `/home/build/.rustup/toolchains/1.97.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=a049a500490c8f26 -C extra-filename=-1b8b571a35f8e338 --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-90a403bdef30f529.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51062026-09-06T04:34:58.014Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
51072026-09-06T04:34:58.050Z Running `/home/build/.rustup/toolchains/1.97.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=2363a57df469f59e -C extra-filename=-4a58b18546361f93 --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-0e5422edd83f1644.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-90a403bdef30f529.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51082026-09-06T04:34:58.053Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-a0e05658594c162e/build-script-build`
51092026-09-06T04:34:58.153Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-73254a0bee1e7138/build-script-build`
51102026-09-06T04:34:58.193Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-networking-74a5ecf0bec4de8d/build-script-build`
51112026-09-06T04:34:58.222Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-2fb73707a35963fb/build-script-build`
51122026-09-06T04:34:58.335Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
51132026-09-06T04:34:58.338Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
51142026-09-06T04:34:58.410Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-3de0ffb13dc8e1f6/build-script-build`
51152026-09-06T04:34:58.413Z Running `/home/build/.rustup/toolchains/1.97.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=8fab0724d877f402 -C extra-filename=-a096fb1e87e9cad9 --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-f550030f77affb04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-78de19dd1fed8589.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51162026-09-06T04:34:58.413Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
51172026-09-06T04:34:58.413Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
51182026-09-06T04:34:58.443Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
51192026-09-06T04:34:58.446Z Running `/home/build/.rustup/toolchains/1.97.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=2a30b077928ee128 -C extra-filename=-20b464a727b623cc --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-f550030f77affb04.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51202026-09-06T04:34:58.477Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
51212026-09-06T04:34:58.481Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
51222026-09-06T04:34:58.481Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-switch-config-preparation-0e3f74d29900afe0/build-script-build`
51232026-09-06T04:34:58.481Z Running `/home/build/.rustup/toolchains/1.97.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=e22e7db579fdfd50 -C extra-filename=-c892d145af9613d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f76d13c7ea65e2fc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51242026-09-06T04:34:58.481Z Running `/home/build/.rustup/toolchains/1.97.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=ae59f6f28f315ec9 -C extra-filename=-00a37dac445b635d --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-74f358ff666e107a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51252026-09-06T04:34:58.481Z Running `/home/build/.rustup/toolchains/1.97.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=74e42b8dce7e92c8 -C extra-filename=-d6c6cb057b1e8198 --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-f550030f77affb04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51262026-09-06T04:34:58.512Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-dfc84866b3af536c/build-script-build`
51272026-09-06T04:34:58.516Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-47273acb9a42b9b1/build-script-build`
51282026-09-06T04:34:58.516Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
51292026-09-06T04:34:58.516Z Running `/home/build/.rustup/toolchains/1.97.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=8c3b0e1e7aecb1a9 -C extra-filename=-714ee59b6cf5a604 --out-dir /work/oxidecomputer/omicron/target/debug/build/end-to-end-tests-714ee59b6cf5a604 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51302026-09-06T04:34:58.516Z Running `/home/build/.rustup/toolchains/1.97.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=72b2b1dd58afd165 -C extra-filename=-5180f14d1817881b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-d450d633f5f296f9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51312026-09-06T04:34:58.551Z Running `/work/oxidecomputer/omicron/target/debug/build/support-bundle-collection-97ec9185754809db/build-script-build`
51322026-09-06T04:34:58.554Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-ef9d6098111aada2/build-script-build`
51332026-09-06T04:34:58.554Z Running `/home/build/.rustup/toolchains/1.97.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=8938fb4b235a6040 -C extra-filename=-24d80fe873c1d2e1 --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-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51342026-09-06T04:34:58.585Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-fm-f20e59591b96a373/build-script-build`
51352026-09-06T04:34:58.623Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
51362026-09-06T04:34:58.627Z Running `/home/build/.rustup/toolchains/1.97.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' --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=44507b0afaba1fde -C extra-filename=-602e8c89097a0115 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-602e8c89097a0115 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51372026-09-06T04:34:58.659Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
51382026-09-06T04:34:58.662Z Running `/home/build/.rustup/toolchains/1.97.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=72f7450294cf4563 -C extra-filename=-5f831a1dcec0bf66 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-5f831a1dcec0bf66 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51392026-09-06T04:34:58.689Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
51402026-09-06T04:34:58.692Z Running `/home/build/.rustup/toolchains/1.97.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=0e9d520e4fb0a296 -C extra-filename=-79dfbbd944fcb9d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-79dfbbd944fcb9d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51412026-09-06T04:34:58.725Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
51422026-09-06T04:34:58.728Z Running `/home/build/.rustup/toolchains/1.97.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=ce91ce1cdc863bce -C extra-filename=-5069b33ed66a1cac --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-5069b33ed66a1cac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51432026-09-06T04:34:58.797Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-0b220c7b8728257e/build-script-build`
51442026-09-06T04:34:58.834Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
51452026-09-06T04:34:58.837Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-7d7c52ca8051f87d/build-script-build`
51462026-09-06T04:34:58.863Z Running `/home/build/.rustup/toolchains/1.97.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=fefb58f24e8ae2d0 -C extra-filename=-0476be090f36dca8 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-0476be090f36dca8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51472026-09-06T04:34:58.897Z Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
51482026-09-06T04:34:58.932Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
51492026-09-06T04:34:58.935Z Running `/home/build/.rustup/toolchains/1.97.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=678a24406ec98264 -C extra-filename=-246b5fd5aaff164e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-04f3aa5be186a221.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-31cb6a071379b6dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-82e4c98081358b8b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cap-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-04167d9cdaa078f7/out -L native=/usr/lib/amd64`
51502026-09-06T04:34:58.935Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
51512026-09-06T04:34:58.969Z Running `/home/build/.rustup/toolchains/1.97.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=84ad9bfe6a824c74 -C extra-filename=-41b6c0ffb73bb77e --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-41b6c0ffb73bb77e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51522026-09-06T04:34:58.972Z Running `/home/build/.rustup/toolchains/1.97.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=78c8e20329e6f384 -C extra-filename=-316b370c07586919 --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-f550030f77affb04.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51532026-09-06T04:34:59.003Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
51542026-09-06T04:34:59.006Z Running `/home/build/.rustup/toolchains/1.97.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=bd492dc0ae173425 -C extra-filename=-158134e83b6acaab --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-158134e83b6acaab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51552026-09-06T04:34:59.136Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-602e8c89097a0115/build-script-build`
51562026-09-06T04:34:59.173Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-79dfbbd944fcb9d5/build-script-build`
51572026-09-06T04:34:59.208Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-5f831a1dcec0bf66/build-script-build`
51582026-09-06T04:34:59.211Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-5069b33ed66a1cac/build-script-build`
51592026-09-06T04:34:59.211Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
51602026-09-06T04:34:59.241Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
51612026-09-06T04:34:59.275Z Running `/home/build/.rustup/toolchains/1.97.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=84c0f20e71216116 -C extra-filename=-cae29a79805bd0c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-cae29a79805bd0c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51622026-09-06T04:34:59.278Z Running `/home/build/.rustup/toolchains/1.97.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=5c45f314bca9662d -C extra-filename=-c8de8b6af94883b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/schema-c8de8b6af94883b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-016259344af6d2df.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51632026-09-06T04:34:59.278Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
51642026-09-06T04:34:59.278Z Running `/home/build/.rustup/toolchains/1.97.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=f68898b4173c11a1 -C extra-filename=-2de632e7474b8d49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51652026-09-06T04:34:59.311Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
51662026-09-06T04:34:59.341Z Running `/home/build/.rustup/toolchains/1.97.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=d3cd29d8825478ea -C extra-filename=-fafd0b142932c105 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0d045b05607e7973.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-af4e1f320a1964c2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a92d0200c751d76.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51672026-09-06T04:34:59.344Z Running `/work/oxidecomputer/omicron/target/debug/build/end-to-end-tests-714ee59b6cf5a604/build-script-build`
51682026-09-06T04:34:59.375Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-0476be090f36dca8/build-script-build`
51692026-09-06T04:34:59.406Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-158134e83b6acaab/build-script-build`
51702026-09-06T04:34:59.506Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
51712026-09-06T04:34:59.537Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
51722026-09-06T04:34:59.540Z Running `/home/build/.rustup/toolchains/1.97.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=dbbe951d7e06196b -C extra-filename=-a3166c2a9fe268d4 --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-bf59ab279ffa544e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51732026-09-06T04:34:59.540Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-41b6c0ffb73bb77e/build-script-build`
51742026-09-06T04:34:59.574Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
51752026-09-06T04:34:59.577Z Running `/home/build/.rustup/toolchains/1.97.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=5c5341ab98dcbadd -C extra-filename=-e9317d1dc2e663f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0d045b05607e7973.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rmeta --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-00a37dac445b635d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-31df7d7f74ccca7d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3c25b49746f1e0c4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/usr/lib/amd64`
51762026-09-06T04:34:59.577Z Running `/home/build/.rustup/toolchains/1.97.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=e6f2c4736419d84f -C extra-filename=-3a6cb7ac30601e9f --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-0e5422edd83f1644.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-d6c6cb057b1e8198.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51772026-09-06T04:34:59.577Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
51782026-09-06T04:34:59.610Z Running `/home/build/.rustup/toolchains/1.97.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=fa588d4794cab0be -C extra-filename=-53eed4aca374d749 --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-d6c6cb057b1e8198.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51792026-09-06T04:34:59.647Z Running `/home/build/.rustup/toolchains/1.97.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=e44930e4270b3a87 -C extra-filename=-6bea4bc832200c39 --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-0e5422edd83f1644.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-90a403bdef30f529.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51802026-09-06T04:34:59.742Z Running `/home/build/.rustup/toolchains/1.97.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=02f0b49fb4b3a1c0 -C extra-filename=-7f2cb65cf330b556 --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-90a403bdef30f529.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51812026-09-06T04:34:59.780Z Running `/home/build/.rustup/toolchains/1.97.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=e2636c8801dcbed6 -C extra-filename=-1dd9e9eb0b4dfcc1 --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-f550030f77affb04.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-c86f32427a6f0d90.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51822026-09-06T04:34:59.854Z Running `/home/build/.rustup/toolchains/1.97.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=515233168ee0ffc4 -C extra-filename=-0862e34562038014 --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-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51832026-09-06T04:34:59.857Z Running `/home/build/.rustup/toolchains/1.97.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=17a00cbba7529ac6 -C extra-filename=-30025125bbd0fb75 --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-d6c6cb057b1e8198.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51842026-09-06T04:34:59.882Z Running `/home/build/.rustup/toolchains/1.97.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=f1cb9a64bcbf44f2 -C extra-filename=-d343c77dd0d4374c --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-6fccdabade519cfc.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-4edd88382825248b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51852026-09-06T04:34:59.917Z Running `/home/build/.rustup/toolchains/1.97.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=f8340d170e82ca3e -C extra-filename=-078f6e136994ca23 --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-0e5422edd83f1644.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-d6c6cb057b1e8198.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51862026-09-06T04:34:59.953Z Running `/home/build/.rustup/toolchains/1.97.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=06bd9b02654d21bd -C extra-filename=-5b8829a122f6515a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1fb702ad2d0af3d9.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-785a828ac739e272.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2643e4d549893588.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51872026-09-06T04:34:59.956Z Running `/home/build/.rustup/toolchains/1.97.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=aef496d93ccfcfc1 -C extra-filename=-522cafebb031f7f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d4a556f0be204d41.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-66842ca924ea9165.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-3862f5034abeb9ab.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f76d13c7ea65e2fc.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-dfc3df3487d27210.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-83d6a52ae2cee461.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51882026-09-06T04:34:59.984Z Running `/home/build/.rustup/toolchains/1.97.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=737d50537be5385b -C extra-filename=-faba30f619d0404c --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-3492321b2b2c4486.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8d586310b8bcbf9d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-dc409a536d2cf702.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51892026-09-06T04:34:59.987Z Running `/home/build/.rustup/toolchains/1.97.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=e0d5d380fda555fe -C extra-filename=-e2bfea97a19645d5 --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-3492321b2b2c4486.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8d586310b8bcbf9d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-dc409a536d2cf702.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51902026-09-06T04:35:00.122Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
51912026-09-06T04:35:00.157Z Running `/home/build/.rustup/toolchains/1.97.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=643a18db158e5afd -C extra-filename=-7819c72d9fe497b5 --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-afdc721b912f7269.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
51922026-09-06T04:35:00.160Z Running `/work/oxidecomputer/omicron/target/debug/build/schema-c8de8b6af94883b5/build-script-build`
51932026-09-06T04:35:00.193Z Running `/home/build/.rustup/toolchains/1.97.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=14e327abbe79ec74 -C extra-filename=-c6fd0f9557b58c77 --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-1dbc576d48949507.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c8de4607e72eed54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51942026-09-06T04:35:00.196Z Running `/home/build/.rustup/toolchains/1.97.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=5d5ea75e15050d0e -C extra-filename=-33f3956c1e86c05b --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-2cac908b3a12a9f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51952026-09-06T04:35:00.196Z Running `/home/build/.rustup/toolchains/1.97.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=584d1c2ee6784f66 -C extra-filename=-c56a5f3fb32f7643 --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-1dbc576d48949507.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c8de4607e72eed54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51962026-09-06T04:35:00.269Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
51972026-09-06T04:35:00.272Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-cae29a79805bd0c1/build-script-build`
51982026-09-06T04:35:00.334Z Running `/home/build/.rustup/toolchains/1.97.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=622a125437aa572c -C extra-filename=-35137c95bada44cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-df6c5a6d79b4ebd3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0d045b05607e7973.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-9f43d251fd38fac6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-af4e1f320a1964c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-fafd0b142932c105.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-31df7d7f74ccca7d.rlib --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-1fde5eea2c971ba2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3f54d5bc532f3b5e.rlib --extern tufaceous_artifact_v1=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-aa2f2a50be7c2c9f.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern tufaceous_lib_v1=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-7039d4acc0f38a3e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51992026-09-06T04:35:00.440Z Running `/home/build/.rustup/toolchains/1.97.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=84ca061d306e1b5f -C extra-filename=-767c53f01bfa3d42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-d2d47117863a0312.rlib --extern illumos_nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair_sys-6e3d3a6dfa5b96c8.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-4b778ed7c17d17c4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-7a9b68eb753bfcf8.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a427c35112adb2ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52002026-09-06T04:35:00.443Z Running `/home/build/.rustup/toolchains/1.97.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=e96e70a7f2a7bd76 -C extra-filename=-bd5174906cb93e67 --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-2cac908b3a12a9f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52012026-09-06T04:35:00.443Z Running `/home/build/.rustup/toolchains/1.97.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=f1d7a5e950972268 -C extra-filename=-2a7a11503188cf7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-d450d633f5f296f9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52022026-09-06T04:35:00.508Z Running `/home/build/.rustup/toolchains/1.97.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=c566cc3c1b607a62 -C extra-filename=-88ccd54efa1809aa --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-f550030f77affb04.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52032026-09-06T04:35:00.615Z Running `/home/build/.rustup/toolchains/1.97.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=d22201efb387d1dc -C extra-filename=-69921ec7503ab312 --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-1dbc576d48949507.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-184964ca2713f5e9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52042026-09-06T04:35:00.832Z Running `/home/build/.rustup/toolchains/1.97.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=e0fc9bbb718d1796 -C extra-filename=-28b1180adfbc8f69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0d045b05607e7973.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-af4e1f320a1964c2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a92d0200c751d76.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52052026-09-06T04:35:00.907Z Running `/home/build/.rustup/toolchains/1.97.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=6bf5727362e4a7fd -C extra-filename=-a29bb80464c55208 --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-f550030f77affb04.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52062026-09-06T04:35:01.143Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
52072026-09-06T04:35:01.147Z Running `/home/build/.rustup/toolchains/1.97.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=f2727c17de75c402 -C extra-filename=-eb2d4ba4f2ea6d7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b48bf31695346c76.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-6fccdabade519cfc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-fecef3a08d40cd1e.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-33c3a05658a36d80.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-c86f32427a6f0d90.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52082026-09-06T04:35:01.228Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
52092026-09-06T04:35:01.231Z Running `/home/build/.rustup/toolchains/1.97.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=5acd7a9e5e93b091 -C extra-filename=-e03513e3337df9b6 --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-58156453bb55ad4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-79d3b7b3468d6e84.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52102026-09-06T04:35:01.384Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
52112026-09-06T04:35:01.388Z Running `/home/build/.rustup/toolchains/1.97.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=333ba18713424d87 -C extra-filename=-115b948740b8bd33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5cd0b75c991b5f54.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52122026-09-06T04:35:01.460Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
52132026-09-06T04:35:01.463Z Running `/home/build/.rustup/toolchains/1.97.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=e866d5175ab44728 -C extra-filename=-82d4ba3c4a593ca8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c8de4607e72eed54.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52142026-09-06T04:35:01.501Z Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=multicast-e2e#447aa04f)
52152026-09-06T04:35:01.504Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_types_versions --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/447aa04/dpd-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=4f41a4529460e742 -C extra-filename=-0804a40a3d9eb0c9 --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-1dbc576d48949507.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cap-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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52162026-09-06T04:35:01.561Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
52172026-09-06T04:35:01.565Z Running `/home/build/.rustup/toolchains/1.97.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=a642210d7b1f3c53 -C extra-filename=-403b7fdcc4d716fe --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-041ee7be0cc632ff.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-e9ff7f06b6c77ee5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-27ea8a765577bcba.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-17d4091e1e0174a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52182026-09-06T04:35:01.600Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
52192026-09-06T04:35:01.604Z Running `/home/build/.rustup/toolchains/1.97.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=01468210027c0405 -C extra-filename=-43b0e1a671b876a7 --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-7dad46870158de81.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52202026-09-06T04:35:01.638Z Running `/home/build/.rustup/toolchains/1.97.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=13ab1cf8807dfdf4 -C extra-filename=-08206a8e3fdb14bb --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-58156453bb55ad4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-79d3b7b3468d6e84.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6de9c7fac33d9197.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52212026-09-06T04:35:01.674Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
52222026-09-06T04:35:01.678Z Running `/home/build/.rustup/toolchains/1.97.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=90a66ea1c9218162 -C extra-filename=-03ed971c2daca7e8 --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-e20c05f8a86049af.rmeta --extern ddm_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libddm_api_types_versions-20811cfdde16c291.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f76d13c7ea65e2fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52232026-09-06T04:35:01.747Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
52242026-09-06T04:35:01.750Z Running `/home/build/.rustup/toolchains/1.97.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=a010e586239147ea -C extra-filename=-f1a057dc0ed01997 --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-1dbc576d48949507.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52252026-09-06T04:35:02.131Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
52262026-09-06T04:35:02.134Z Running `/home/build/.rustup/toolchains/1.97.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=a7653dfbc9f653f6 -C extra-filename=-9b331b1645a9ff32 --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-d95926d93a71fc3c.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a6266451580c1066.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52272026-09-06T04:35:02.168Z Running `/home/build/.rustup/toolchains/1.97.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=6be3e4962669f2d7 -C extra-filename=-9ff8d5d4a4e714f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-db670d9fa1222da4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a6266451580c1066.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5b0911c8cb91d577.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ee3f894063ebfbaf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52282026-09-06T04:35:02.200Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52292026-09-06T04:35:02.203Z Running `/home/build/.rustup/toolchains/1.97.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=f1f02c16133edc33 -C extra-filename=-0a56a4e4257020f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-fc73257d11b6ebeb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c2901919ee2e8ca8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-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-04167d9cdaa078f7/out`
52302026-09-06T04:35:02.233Z Running `/home/build/.rustup/toolchains/1.97.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=a8cad587fe5e5f60 -C extra-filename=-bae00d0034150154 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-3a6cb7ac30601e9f.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-53eed4aca374d749.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/fm/amd64 -L native=/usr/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`
52312026-09-06T04:35:02.308Z Running `/home/build/.rustup/toolchains/1.97.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=8597d50c6a9594a5 -C extra-filename=-9ab7057ddcfe16c0 --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-1dbc576d48949507.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52322026-09-06T04:35:02.338Z Running `/home/build/.rustup/toolchains/1.97.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=de6797220be9b4b3 -C extra-filename=-43701682633b0752 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-2de632e7474b8d49.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52332026-09-06T04:35:02.372Z Running `/home/build/.rustup/toolchains/1.97.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=3da4b932d3e61ac1 -C extra-filename=-5bc19a8cb400e248 --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-74f358ff666e107a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52342026-09-06T04:35:02.433Z Running `/home/build/.rustup/toolchains/1.97.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=47178ca4202fd219 -C extra-filename=-4e6ab5f742921c93 --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-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52352026-09-06T04:35:02.812Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52362026-09-06T04:35:02.815Z Running `/home/build/.rustup/toolchains/1.97.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=eb9fc4b0dc29e90e -C extra-filename=-fd344a606b99136f --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-1dbc576d48949507.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern lldpd_common=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_common-0a56a4e4257020f7.rmeta --extern lldpd_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_types_versions-359d4b1e5bcf7504.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-47612a7be855e6a4.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-65eec1a66a5bc00f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cap-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-04167d9cdaa078f7/out`
52372026-09-06T04:35:02.852Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
52382026-09-06T04:35:02.855Z Running `/home/build/.rustup/toolchains/1.97.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=ca52a159fbec79d7 -C extra-filename=-0ad7313ef0508e09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-674e0ef60c6203eb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52392026-09-06T04:35:02.926Z Running `/home/build/.rustup/toolchains/1.97.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=5679ebb5480e6da9 -C extra-filename=-54df91745c18b4d3 --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-7dad46870158de81.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52402026-09-06T04:35:02.962Z Running `/home/build/.rustup/toolchains/1.97.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=d83c30f95449f5a7 -C extra-filename=-1556191e57734d78 --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-bae629aae9bb55a7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-79d3b7b3468d6e84.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-3e99e4f8011c7e2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52412026-09-06T04:35:02.966Z Running `/home/build/.rustup/toolchains/1.97.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=407c16e430ef1338 -C extra-filename=-17cf091206c890d0 --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-1dbc576d48949507.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52422026-09-06T04:35:03.000Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
52432026-09-06T04:35:03.003Z Running `/home/build/.rustup/toolchains/1.97.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=4a7be9b699cbcb94 -C extra-filename=-c0b75181b10ee5ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-72c29cb0b9caf29f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-313dde0812a8d7b3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d2739a3c93bf2b21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3f54d5bc532f3b5e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52442026-09-06T04:35:03.067Z Running `/home/build/.rustup/toolchains/1.97.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=3f12cfd7924bb876 -C extra-filename=-c41c948ade82aed2 --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-e20c05f8a86049af.rlib --extern ddm_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libddm_api_types_versions-20811cfdde16c291.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f76d13c7ea65e2fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52452026-09-06T04:35:03.104Z Running `/home/build/.rustup/toolchains/1.97.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=d39ad1a6071cf65a -C extra-filename=-053fb1511af78adc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c8de4607e72eed54.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52462026-09-06T04:35:03.178Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
52472026-09-06T04:35:03.182Z Running `/home/build/.rustup/toolchains/1.97.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=30163260aae3eacd -C extra-filename=-60170afa28f07a2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5cd0b75c991b5f54.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52482026-09-06T04:35:03.182Z Running `/home/build/.rustup/toolchains/1.97.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=73efcfc199850f1f -C extra-filename=-3d8f93ae0bf55a2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-f247d7cf84322889.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-17ef698d7a77d9d0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52492026-09-06T04:35:03.216Z Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
52502026-09-06T04:35:03.216Z Running `/home/build/.rustup/toolchains/1.97.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=c7bd24efde090014 -C extra-filename=-3cf4a74d679aee15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52512026-09-06T04:35:03.292Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
52522026-09-06T04:35:03.295Z Running `/home/build/.rustup/toolchains/1.97.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=11569d7822f3193e -C extra-filename=-a04a155f57dc9dda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-0660e732d6f148f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52532026-09-06T04:35:03.565Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
52542026-09-06T04:35:03.569Z Running `/home/build/.rustup/toolchains/1.97.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=66176343c20d744d -C extra-filename=-6b5bf1bec9b7e321 --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-f550030f77affb04.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-e03513e3337df9b6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52552026-09-06T04:35:03.790Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
52562026-09-06T04:35:03.793Z Running `/home/build/.rustup/toolchains/1.97.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=0a4f3c1f89d7eb01 -C extra-filename=-93272a11526a4f93 --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-115b948740b8bd33.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52572026-09-06T04:35:03.854Z Running `/home/build/.rustup/toolchains/1.97.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=a6ad230a59d12bd4 -C extra-filename=-721f275fd8e4e8dd --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-f550030f77affb04.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-08206a8e3fdb14bb.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52582026-09-06T04:35:03.886Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
52592026-09-06T04:35:03.889Z Running `/home/build/.rustup/toolchains/1.97.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=009adc1f77d26c94 -C extra-filename=-f9273e9378fb10f7 --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-0e5422edd83f1644.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-e03513e3337df9b6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52602026-09-06T04:35:03.964Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
52612026-09-06T04:35:03.967Z Running `/home/build/.rustup/toolchains/1.97.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=c81397534d9301c3 -C extra-filename=-2961f3b4263f890a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b5bf1bec9b7e321.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52622026-09-06T04:35:04.027Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
52632026-09-06T04:35:04.030Z Running `/home/build/.rustup/toolchains/1.97.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=59c769ba00ccb8ae -C extra-filename=-dbacb0f2e27d4b9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-2b71e00ec99e58ba.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b5bf1bec9b7e321.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52642026-09-06T04:35:04.164Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
52652026-09-06T04:35:04.167Z Running `/home/build/.rustup/toolchains/1.97.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=3b3ef1ad901116f9 -C extra-filename=-1fcf2ea8a8849328 --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-1dbc576d48949507.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52662026-09-06T04:35:04.243Z Running `/home/build/.rustup/toolchains/1.97.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=44fb6462ed286e56 -C extra-filename=-ce375b42652af637 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-721f275fd8e4e8dd.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52672026-09-06T04:35:04.299Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
52682026-09-06T04:35:04.302Z Running `/home/build/.rustup/toolchains/1.97.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=cb5f076712e6bdcb -C extra-filename=-c08d06f2f10a90f9 --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-1dbc576d48949507.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52692026-09-06T04:35:04.355Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
52702026-09-06T04:35:04.360Z Running `/home/build/.rustup/toolchains/1.97.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=4a0f0276428193f9 -C extra-filename=-73dd7642e1e84148 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9ff8d5d4a4e714f8.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a6266451580c1066.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52712026-09-06T04:35:04.540Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
52722026-09-06T04:35:04.543Z Running `/home/build/.rustup/toolchains/1.97.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=895e6ed8b6e08456 -C extra-filename=-89c3e96ea2e045b8 --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-0e5422edd83f1644.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-e03513e3337df9b6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52732026-09-06T04:35:04.679Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
52742026-09-06T04:35:04.682Z Running `/home/build/.rustup/toolchains/1.97.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=479e7866abc9c1b9 -C extra-filename=-021772907a58f31c --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-1dbc576d48949507.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52752026-09-06T04:35:04.794Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
52762026-09-06T04:35:04.797Z Running `/home/build/.rustup/toolchains/1.97.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=d9723651137b2123 -C extra-filename=-144de05544749447 --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-115b948740b8bd33.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52772026-09-06T04:35:04.915Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
52782026-09-06T04:35:04.918Z Running `/home/build/.rustup/toolchains/1.97.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=6b3dfe3c13e71d40 -C extra-filename=-75fe505b988f038e --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-fcf6eb9bf07b1215.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-09570ab164c3c0ab.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52792026-09-06T04:35:04.988Z Running `/home/build/.rustup/toolchains/1.97.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=e47dcaec87eee363 -C extra-filename=-761a5437f795206b --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-bae629aae9bb55a7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0481bc443d456d6a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f6c79ae6259a5610.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b5bf1bec9b7e321.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-e03513e3337df9b6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-58796bcb6f0779ea.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-0134490ff4e069b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52802026-09-06T04:35:05.031Z Running `/home/build/.rustup/toolchains/1.97.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=ad0e65bef209bb13 -C extra-filename=-4439f08ea92ab6fc --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-bae629aae9bb55a7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0481bc443d456d6a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f6c79ae6259a5610.so --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-e03513e3337df9b6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-58796bcb6f0779ea.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-0134490ff4e069b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52812026-09-06T04:35:05.035Z Running `/home/build/.rustup/toolchains/1.97.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=79c932b0b9244fc2 -C extra-filename=-1266683c51c54122 --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-0e5422edd83f1644.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-e03513e3337df9b6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52822026-09-06T04:35:05.067Z Running `/home/build/.rustup/toolchains/1.97.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=aa60b9378205b1d4 -C extra-filename=-d0a9a9c6ce7dea99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b5bf1bec9b7e321.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52832026-09-06T04:35:05.101Z Running `/home/build/.rustup/toolchains/1.97.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=23146fccf5eb8514 -C extra-filename=-0d7d861964c31bb9 --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-0e5422edd83f1644.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-e03513e3337df9b6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52842026-09-06T04:35:05.429Z Running `/home/build/.rustup/toolchains/1.97.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=6417d0dd4da523de -C extra-filename=-8ab7ce2e73d23dc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-2b71e00ec99e58ba.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b5bf1bec9b7e321.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52852026-09-06T04:35:05.471Z Running `/home/build/.rustup/toolchains/1.97.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=967e4dc167b950cc -C extra-filename=-36e3909951043754 --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-1dbc576d48949507.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52862026-09-06T04:35:05.596Z Running `/home/build/.rustup/toolchains/1.97.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=36ad1616b07b6c39 -C extra-filename=-782fbb5d2da9d8e3 --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-fcf6eb9bf07b1215.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-09570ab164c3c0ab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52872026-09-06T04:35:05.693Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
52882026-09-06T04:35:05.698Z Running `/home/build/.rustup/toolchains/1.97.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=83592b8220aa0f35 -C extra-filename=-f1f08d0b0e06fdcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1fcf2ea8a8849328.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-73fb02bbceceaf51.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52892026-09-06T04:35:05.731Z Running `/home/build/.rustup/toolchains/1.97.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=751ed2bdd37b02a8 -C extra-filename=-587c495e7cc4c196 --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-1dbc576d48949507.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52902026-09-06T04:35:05.804Z Running `/home/build/.rustup/toolchains/1.97.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=f570c10bdb19cbb0 -C extra-filename=-bdf2633d2aa67cb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-2961f3b4263f890a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b5bf1bec9b7e321.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52912026-09-06T04:35:05.808Z Running `/home/build/.rustup/toolchains/1.97.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=4d2d2ca06622f725 -C extra-filename=-397405324f197385 --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-1dbc576d48949507.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52922026-09-06T04:35:06.007Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
52932026-09-06T04:35:06.010Z Running `/home/build/.rustup/toolchains/1.97.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=e9f75bc13ab619dc -C extra-filename=-8c2850e3de13eb80 --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-f550030f77affb04.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ce375b42652af637.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-721f275fd8e4e8dd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52942026-09-06T04:35:06.102Z Running `/home/build/.rustup/toolchains/1.97.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=6e9a5c43a726c83a -C extra-filename=-83c7cdee67131159 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1fcf2ea8a8849328.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-73fb02bbceceaf51.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52952026-09-06T04:35:06.145Z Running `/home/build/.rustup/toolchains/1.97.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=910c16d323fc250d -C extra-filename=-a8ed28f62f393358 --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-f550030f77affb04.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ce375b42652af637.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-721f275fd8e4e8dd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52962026-09-06T04:35:06.149Z Running `/home/build/.rustup/toolchains/1.97.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=e7aeb7c42ecf6f61 -C extra-filename=-1778d3629c07ef37 --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-115b948740b8bd33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52972026-09-06T04:35:06.149Z Running `/home/build/.rustup/toolchains/1.97.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=2f198e9f9444e108 -C extra-filename=-1a41cdcab14b11a0 --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-115b948740b8bd33.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52982026-09-06T04:35:06.573Z Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=multicast-e2e#447aa04f)
52992026-09-06T04:35:06.579Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_types --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/447aa04/dpd-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=0bae11c4cab5fafb -C extra-filename=-8a31d83e093f4008 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dpd_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libdpd_types_versions-0804a40a3d9eb0c9.rmeta --cap-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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53002026-09-06T04:35:06.658Z Running `/home/build/.rustup/toolchains/1.97.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=2d3253c38538ffce -C extra-filename=-1be8ded28e3757ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9ff8d5d4a4e714f8.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-db670d9fa1222da4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a6266451580c1066.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5b0911c8cb91d577.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ee3f894063ebfbaf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53012026-09-06T04:35:06.695Z Running `/home/build/.rustup/toolchains/1.97.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=641b1f595da869e3 -C extra-filename=-68df722ab09182c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9ff8d5d4a4e714f8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a6266451580c1066.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53022026-09-06T04:35:06.698Z Running `/home/build/.rustup/toolchains/1.97.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=5dadc0d55df30013 -C extra-filename=-0e0588061dec085d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9ff8d5d4a4e714f8.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-db670d9fa1222da4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a6266451580c1066.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5b0911c8cb91d577.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ee3f894063ebfbaf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53032026-09-06T04:35:06.733Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
53042026-09-06T04:35:06.737Z Running `/home/build/.rustup/toolchains/1.97.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=a8db5469e2493299 -C extra-filename=-a42aec7541e2ae65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53052026-09-06T04:35:06.767Z Running `/home/build/.rustup/toolchains/1.97.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=96b1e8f9615db749 -C extra-filename=-b92398f910149aad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-f1f08d0b0e06fdcc.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1fcf2ea8a8849328.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-73fb02bbceceaf51.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53062026-09-06T04:35:06.951Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=multicast-e2e#447aa04f)
53072026-09-06T04:35:06.954Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/447aa04/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=0170e7cda1368598 -C extra-filename=-bbb5ebbfe0b70789 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern dpd_types=/work/oxidecomputer/omicron/target/debug/deps/libdpd_types-8a31d83e093f4008.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c2901919ee2e8ca8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0e135e95f843e9e0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --cap-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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53082026-09-06T04:35:07.062Z Running `/home/build/.rustup/toolchains/1.97.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=341ec440e2758e10 -C extra-filename=-213119c4e8f418b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0d045b05607e7973.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-00a37dac445b635d.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-e9317d1dc2e663f2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-31df7d7f74ccca7d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3c25b49746f1e0c4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/usr/lib/amd64`
53092026-09-06T04:35:07.188Z Running `/home/build/.rustup/toolchains/1.97.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=cca86143bf596d05 -C extra-filename=-19a84ffdf9ef0010 --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-f550030f77affb04.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53102026-09-06T04:35:07.244Z Running `/home/build/.rustup/toolchains/1.97.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=cbee52d0a9b8759f -C extra-filename=-4a9fae16a1777692 --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-0e5422edd83f1644.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53112026-09-06T04:35:07.411Z Running `/home/build/.rustup/toolchains/1.97.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=1a34bb79956766d7 -C extra-filename=-b1fcc1bab08b1f58 --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-f550030f77affb04.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53122026-09-06T04:35:07.580Z Running `/home/build/.rustup/toolchains/1.97.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=f6a85a46851a88ef -C extra-filename=-0690f65aaa888e6b --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-f550030f77affb04.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53132026-09-06T04:35:07.817Z Running `/home/build/.rustup/toolchains/1.97.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=86264ee05a8ee78c -C extra-filename=-c197cc14d1af3e42 --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-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53142026-09-06T04:35:08.040Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=multicast-e2e#447aa04f)
53152026-09-06T04:35:08.043Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/447aa04/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 --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "default", "multicast", "tofino_asic"))' -C metadata=f4933b2396b01f86 -C extra-filename=-845bdb03a93c94c1 --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-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-bbb5ebbfe0b70789.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-a039d34423c13086.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-aa99e2f39b1a2a39.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-6a3dee309af07e60.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cap-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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53162026-09-06T04:35:08.159Z Running `/home/build/.rustup/toolchains/1.97.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=8756f3703e32e88e -C extra-filename=-ef845a9cade076d8 --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-58156453bb55ad4a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-63674b74f4ff7642.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53172026-09-06T04:35:08.197Z Running `/home/build/.rustup/toolchains/1.97.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=cac2ec4e2fda8c18 -C extra-filename=-e5304ae8c55b19f0 --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-bc9d8fbf105a8ad5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53182026-09-06T04:35:08.362Z Running `/home/build/.rustup/toolchains/1.97.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=37d096d93345abe5 -C extra-filename=-e05f1c04272f4f49 --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-f550030f77affb04.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53192026-09-06T04:35:08.508Z Running `/home/build/.rustup/toolchains/1.97.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=26c9548f33713586 -C extra-filename=-caba1722ebd696bf --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-1dbc576d48949507.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53202026-09-06T04:35:08.546Z Running `/home/build/.rustup/toolchains/1.97.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=1b13b52c3feeb0e0 -C extra-filename=-6c6b5dc7204433ba --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-2e4dd57d9d069e85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c2447f4027b03996.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-5e945bd05013491e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53212026-09-06T04:35:08.581Z Running `/home/build/.rustup/toolchains/1.97.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=715e7fa0488e6cdc -C extra-filename=-5dd6f338ba821161 --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-34305e796e1000e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53222026-09-06T04:35:08.619Z Running `/home/build/.rustup/toolchains/1.97.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=bb622aa9dac87c9a -C extra-filename=-76d4539837fde732 --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-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53232026-09-06T04:35:08.691Z Running `/home/build/.rustup/toolchains/1.97.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=8e742cad71806e48 -C extra-filename=-58fbf805f4c44b4e --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-f550030f77affb04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53242026-09-06T04:35:08.729Z Running `/home/build/.rustup/toolchains/1.97.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=1cc5ac4b8c19ae0a -C extra-filename=-f5b9fee138a2d223 --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-f550030f77affb04.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53252026-09-06T04:35:08.772Z Running `/home/build/.rustup/toolchains/1.97.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=848afcf50af203a0 -C extra-filename=-375ad7775f613d20 --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-8f3bb317f9aee4b1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d3d581b84ca1e842.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b0bbf1e339dfa3ca.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2c21c5483d90e20a.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-dbefe2d37961bbfd.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53262026-09-06T04:35:08.813Z Running `/home/build/.rustup/toolchains/1.97.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=b7352bf0a77a3610 -C extra-filename=-84c5440cb6dd69bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f76d13c7ea65e2fc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53272026-09-06T04:35:09.214Z Running `/home/build/.rustup/toolchains/1.97.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=9652cd086e79f7c7 -C extra-filename=-b33cef36354e7255 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-d2d47117863a0312.rlib --extern illumos_nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair_sys-6e3d3a6dfa5b96c8.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-4b778ed7c17d17c4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a427c35112adb2ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53282026-09-06T04:35:09.297Z Running `/home/build/.rustup/toolchains/1.97.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=f835cdf0474bc0a3 -C extra-filename=-ea64f570d9695228 --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-0e5422edd83f1644.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53292026-09-06T04:35:09.334Z Running `/home/build/.rustup/toolchains/1.97.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=48ac5050e8c35258 -C extra-filename=-8083ae9bfe3edd2c --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-f550030f77affb04.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53302026-09-06T04:35:09.384Z Running `/home/build/.rustup/toolchains/1.97.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=04d3e9960c2e26f8 -C extra-filename=-b05062447d48b4bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53312026-09-06T04:35:09.555Z Running `/home/build/.rustup/toolchains/1.97.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=89f1d0e0165cfcb6 -C extra-filename=-97a8831f36298eb6 --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-f550030f77affb04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-78de19dd1fed8589.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53322026-09-06T04:35:09.627Z Running `/home/build/.rustup/toolchains/1.97.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=485269b6b157e180 -C extra-filename=-1ae175f766092f58 --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-b0bbf1e339dfa3ca.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-b22d28acae726c4d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
53332026-09-06T04:35:09.779Z Running `/home/build/.rustup/toolchains/1.97.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=1af0ab046eec3107 -C extra-filename=-817a62bd9a62755c --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-8f3bb317f9aee4b1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b48bf31695346c76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d3d581b84ca1e842.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b0bbf1e339dfa3ca.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2c21c5483d90e20a.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-dbefe2d37961bbfd.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53342026-09-06T04:35:09.891Z Running `/home/build/.rustup/toolchains/1.97.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=abec1fd1dc020992 -C extra-filename=-fe5c78c827292833 --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-8f3bb317f9aee4b1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b48bf31695346c76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d3d581b84ca1e842.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b0bbf1e339dfa3ca.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2c21c5483d90e20a.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-dbefe2d37961bbfd.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53352026-09-06T04:35:09.959Z Running `/home/build/.rustup/toolchains/1.97.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=8beb205f68475006 -C extra-filename=-5fc7c9e2e249cccd --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-f550030f77affb04.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53362026-09-06T04:35:10.113Z Running `/home/build/.rustup/toolchains/1.97.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=4193e98a066c5074 -C extra-filename=-9e185c9b874e7e4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-820dac235eef9c6f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0481bc443d456d6a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-9896b4076d354df8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53372026-09-06T04:35:10.146Z Running `/home/build/.rustup/toolchains/1.97.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=af4837fb7fdf2a55 -C extra-filename=-fae4c8c22f23e6ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9f3b96fd83c18269.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53382026-09-06T04:35:10.360Z Running `/home/build/.rustup/toolchains/1.97.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=d6bd97ae23fad807 -C extra-filename=-e9f0906b0fb3df96 --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-34305e796e1000e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53392026-09-06T04:35:10.409Z Running `/home/build/.rustup/toolchains/1.97.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=7630ea29a5138deb -C extra-filename=-b25e634bc9476b06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53402026-09-06T04:35:10.728Z Running `/home/build/.rustup/toolchains/1.97.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=2b2e57586c80aadf -C extra-filename=-1c58c26dec0a8b40 --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-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5cd0b75c991b5f54.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53412026-09-06T04:35:13.290Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
53422026-09-06T04:35:13.293Z Running `/home/build/.rustup/toolchains/1.97.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=0af38be6159c6bb5 -C extra-filename=-cde7dacd8fdf9a65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b48bf31695346c76.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-6fccdabade519cfc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53432026-09-06T04:35:13.329Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
53442026-09-06T04:35:13.332Z Running `/home/build/.rustup/toolchains/1.97.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=1e0c3f97e4c90176 -C extra-filename=-4d2e7bb882f07f9f --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-90a403bdef30f529.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53452026-09-06T04:35:13.554Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
53462026-09-06T04:35:13.554Z Running `/home/build/.rustup/toolchains/1.97.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=6c29769588425a2f -C extra-filename=-5de877b6c9887eab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f6c79ae6259a5610.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-2961f3b4263f890a.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-8c2850e3de13eb80.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b5bf1bec9b7e321.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53472026-09-06T04:35:13.876Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
53482026-09-06T04:35:13.879Z Running `/home/build/.rustup/toolchains/1.97.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=78e36cb51d6e8a2c -C extra-filename=-f6cb9c5bc65b0453 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d4a556f0be204d41.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9dc9b3a45e3b5107.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-090df685e7b2a59f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-27ea8a765577bcba.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dbacb0f2e27d4b9e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-65eec1a66a5bc00f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c4650d4307bbc6b1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53492026-09-06T04:35:13.962Z Running `/home/build/.rustup/toolchains/1.97.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=a770dd74f6140441 -C extra-filename=-95b503bcb768468f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-5c0ee7fa9585895d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-0beeb620f79039cd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-09570ab164c3c0ab.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c47b3698c65ef3f8.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a56d8f6db8a882b5.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-2b71e00ec99e58ba.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-6720234346448ed9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-8256226b95f39eec.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dbacb0f2e27d4b9e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-36194b25daf63336.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9f3b96fd83c18269.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c2405faba874a528.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b2fa8947fafeaf5a.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-335893ab24d2c117.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-2bbcb38d45330084.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
53502026-09-06T04:35:14.042Z Running `/home/build/.rustup/toolchains/1.97.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=abf69953eaeac759 -C extra-filename=-e21f88cef2d78101 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f6c79ae6259a5610.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-2961f3b4263f890a.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-8c2850e3de13eb80.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b5bf1bec9b7e321.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53512026-09-06T04:35:14.598Z Running `/home/build/.rustup/toolchains/1.97.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=4c1870ccdaa8c87f -C extra-filename=-07416ee6ed24af4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-f851b7917f5eab5e.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-f3297e304c4634f2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-38e581315929c681.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-514a1c3556ddd554.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3eb1d87043273097.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-53aff28a8cc2bb44.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-7a9b68eb753bfcf8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b784691f215b8431.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d91132846617bdad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c7b9ba2035881c61.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d38d1c5679f86662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
53522026-09-06T04:35:14.812Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
53532026-09-06T04:35:14.816Z Running `/home/build/.rustup/toolchains/1.97.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=2ee3970f08f8ca95 -C extra-filename=-e09e94cf05599c4c --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-b48bf31695346c76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d3d581b84ca1e842.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b0bbf1e339dfa3ca.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-4edd88382825248b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2c21c5483d90e20a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53542026-09-06T04:35:14.903Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
53552026-09-06T04:35:14.906Z Running `/home/build/.rustup/toolchains/1.97.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=6d1e6589ab1736d3 -C extra-filename=-2095c75a96204471 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8b5e1eae61d347b3.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53562026-09-06T04:35:14.973Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
53572026-09-06T04:35:14.976Z Running `/home/build/.rustup/toolchains/1.97.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=75555a9a8447601f -C extra-filename=-d545c00f0329cf45 --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-99a1b43c74aa57d0.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2c21c5483d90e20a.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-38e581315929c681.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53582026-09-06T04:35:16.035Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
53592026-09-06T04:35:16.038Z Running `/home/build/.rustup/toolchains/1.97.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=f02029adde34c639 -C extra-filename=-eecc71fa9ad9b12b --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-b48bf31695346c76.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-4edd88382825248b.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53602026-09-06T04:35:16.229Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
53612026-09-06T04:35:16.233Z Running `/home/build/.rustup/toolchains/1.97.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=9398f3820f2049dd -C extra-filename=-87c30374de8e913a --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-f550030f77affb04.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-4d2e7bb882f07f9f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53622026-09-06T04:35:16.491Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53632026-09-06T04:35:16.495Z Running `/home/build/.rustup/toolchains/1.97.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=a02ad97316dd3ba7 -C extra-filename=-adcdaeebd74cefe0 --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-d76e760adf61ffbd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-4d2e7bb882f07f9f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53642026-09-06T04:35:16.637Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
53652026-09-06T04:35:16.637Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
53662026-09-06T04:35:16.640Z Running `/home/build/.rustup/toolchains/1.97.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=1fea622ecdbbedef -C extra-filename=-d0f787ce8906f2e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-87c30374de8e913a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53672026-09-06T04:35:16.640Z Running `/home/build/.rustup/toolchains/1.97.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=6586151cec7f76a8 -C extra-filename=-b3432f7692ece611 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-845bdb03a93c94c1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-10f8d19590dcdba7.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-87c30374de8e913a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53682026-09-06T04:35:16.778Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
53692026-09-06T04:35:16.781Z Running `/home/build/.rustup/toolchains/1.97.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=8c0ecb75d8345d2a -C extra-filename=-5bbadc370b29bd7f --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-0e5422edd83f1644.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-4d2e7bb882f07f9f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53702026-09-06T04:35:17.018Z Running `/home/build/.rustup/toolchains/1.97.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=2ebe8b32bc5d9918 -C extra-filename=-f5b5bc59a481b284 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b48bf31695346c76.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-6fccdabade519cfc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53712026-09-06T04:35:17.052Z Running `/home/build/.rustup/toolchains/1.97.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=e0619143c4e96f30 -C extra-filename=-1f6b72a37136426f --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-0e5422edd83f1644.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-4d2e7bb882f07f9f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53722026-09-06T04:35:17.373Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
53732026-09-06T04:35:17.377Z Running `/home/build/.rustup/toolchains/1.97.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=1f570ea2c5814df8 -C extra-filename=-7d9da0146ff0663d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a56d8f6db8a882b5.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-bb6e76809e071e38.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-b6232f2ffc6504b0.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-553a454e71cd2446.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d91132846617bdad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d38d1c5679f86662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53742026-09-06T04:35:17.547Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
53752026-09-06T04:35:17.550Z Running `/home/build/.rustup/toolchains/1.97.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=400ccb8951d0c5c9 -C extra-filename=-bd9bae2764d9487e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-d450d633f5f296f9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53762026-09-06T04:35:17.589Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
53772026-09-06T04:35:17.593Z Running `/home/build/.rustup/toolchains/1.97.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=8f15a2edfa7127b3 -C extra-filename=-078dbec28b332951 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-9ef3e5997f6d18f2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53782026-09-06T04:35:17.846Z Running `/home/build/.rustup/toolchains/1.97.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=44f68355c405b5ce -C extra-filename=-30c777627fedb4fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-bb933ccd7306b65d.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-785a828ac739e272.rmeta --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-2cac908b3a12a9f8.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-184964ca2713f5e9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/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`
53792026-09-06T04:35:17.880Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
53802026-09-06T04:35:17.883Z Running `/home/build/.rustup/toolchains/1.97.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=0190cc16a465b2ed -C extra-filename=-7fd3821e35e60263 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-e09c365e457db999.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d38d1c5679f86662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53812026-09-06T04:35:17.919Z Running `/home/build/.rustup/toolchains/1.97.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=74caadbeb3499b28 -C extra-filename=-5a90ebdbd1f55b05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-845bdb03a93c94c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-10f8d19590dcdba7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-87c30374de8e913a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53822026-09-06T04:35:17.958Z Running `/home/build/.rustup/toolchains/1.97.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=5b3226b6f3af710d -C extra-filename=-e51d305282148108 --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-b48bf31695346c76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-4edd88382825248b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53832026-09-06T04:35:18.037Z Running `/home/build/.rustup/toolchains/1.97.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=78840cdcd2680bb6 -C extra-filename=-a51301e6c7c9e019 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-87c30374de8e913a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53842026-09-06T04:35:18.223Z Running `/home/build/.rustup/toolchains/1.97.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=9433371ed8de3b1e -C extra-filename=-c3712b095a5723e3 --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-f550030f77affb04.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-4d2e7bb882f07f9f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53852026-09-06T04:35:18.271Z Running `/home/build/.rustup/toolchains/1.97.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=2af418eaf45cbceb -C extra-filename=-2be52b063ebb5d25 --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-d76e760adf61ffbd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-4d2e7bb882f07f9f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53862026-09-06T04:35:18.487Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
53872026-09-06T04:35:18.490Z Running `/home/build/.rustup/toolchains/1.97.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=6680c1df39c19138 -C extra-filename=-18ca14da5b381b67 --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-d0f787ce8906f2e0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53882026-09-06T04:35:18.516Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
53892026-09-06T04:35:18.547Z Running `/home/build/.rustup/toolchains/1.97.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=8b6a41e6dd2287fd -C extra-filename=-e5eb16d9dcccf0ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-845bdb03a93c94c1.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9dc9b3a45e3b5107.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-090df685e7b2a59f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern scuffle=/work/oxidecomputer/omicron/target/debug/deps/libscuffle-3abafd398bee28b2.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53902026-09-06T04:35:18.550Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53912026-09-06T04:35:18.550Z Running `/home/build/.rustup/toolchains/1.97.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=ad9fff5f4160cf75 -C extra-filename=-228a07ab4e46bc29 --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-d0f787ce8906f2e0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bd9bae2764d9487e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3432f7692ece611.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-4d2e7bb882f07f9f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53922026-09-06T04:35:18.650Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
53932026-09-06T04:35:18.650Z Running `/home/build/.rustup/toolchains/1.97.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=0dc793aa2d071bcb -C extra-filename=-0d9adfe00f0fa109 --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-d0f787ce8906f2e0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53942026-09-06T04:35:18.707Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
53952026-09-06T04:35:18.711Z Running `/home/build/.rustup/toolchains/1.97.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=fdaa630bc2138a2a -C extra-filename=-b8d5e9a74782f627 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d545c00f0329cf45.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7d9da0146ff0663d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-1a2eaaf41e6bade2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53962026-09-06T04:35:18.744Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
53972026-09-06T04:35:18.748Z Running `/home/build/.rustup/toolchains/1.97.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=771019f584966c73 -C extra-filename=-997ca6868670f97a --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-d0f787ce8906f2e0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3432f7692ece611.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-87c30374de8e913a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53982026-09-06T04:35:18.784Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
53992026-09-06T04:35:18.787Z Running `/home/build/.rustup/toolchains/1.97.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=ffc8be8e68a8d0cd -C extra-filename=-c139b297c45eb208 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0d045b05607e7973.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-9f43d251fd38fac6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-31df7d7f74ccca7d.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3c25b49746f1e0c4.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7d9da0146ff0663d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c2901919ee2e8ca8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/usr/lib/amd64`
54002026-09-06T04:35:18.825Z Running `/home/build/.rustup/toolchains/1.97.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=edf9f91b9b0aea5b -C extra-filename=-8d972b1ae5d51592 --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-90a403bdef30f529.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
54012026-09-06T04:35:18.934Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
54022026-09-06T04:35:18.937Z Running `/home/build/.rustup/toolchains/1.97.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=271a9aa7554f283a -C extra-filename=-efb9c99b702e2a27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-144de05544749447.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54032026-09-06T04:35:19.017Z Running `/home/build/.rustup/toolchains/1.97.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=e8fe6c7ec9146103 -C extra-filename=-ab9f3b0b32a6f626 --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-99a1b43c74aa57d0.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2c21c5483d90e20a.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-38e581315929c681.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
54042026-09-06T04:35:19.023Z Running `/home/build/.rustup/toolchains/1.97.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=0baf3653b63b2d11 -C extra-filename=-8c2e330c72b5a1bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-d450d633f5f296f9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54052026-09-06T04:35:19.026Z Running `/home/build/.rustup/toolchains/1.97.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=659035ba00223e2d -C extra-filename=-39f74338520d1cb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-9ef3e5997f6d18f2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54062026-09-06T04:35:19.093Z Running `/home/build/.rustup/toolchains/1.97.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=12bebc6d0cac7e37 -C extra-filename=-3102b062099ea8b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-e09c365e457db999.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d38d1c5679f86662.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-7fd3821e35e60263.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54072026-09-06T04:35:19.144Z Running `/home/build/.rustup/toolchains/1.97.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=e801661a9718a182 -C extra-filename=-47cd785ec452a919 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-e09c365e457db999.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d38d1c5679f86662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54082026-09-06T04:35:19.246Z Running `/home/build/.rustup/toolchains/1.97.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=a15fce694317b4e8 -C extra-filename=-e0f12d8e54032e26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0d045b05607e7973.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-9f43d251fd38fac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-31df7d7f74ccca7d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3c25b49746f1e0c4.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7d9da0146ff0663d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c2901919ee2e8ca8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/usr/lib/amd64`
54092026-09-06T04:35:19.340Z Running `/home/build/.rustup/toolchains/1.97.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=54766508d6fe08ab -C extra-filename=-cb2e0fa37a84a08d --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-d0f787ce8906f2e0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
54102026-09-06T04:35:19.477Z Running `/home/build/.rustup/toolchains/1.97.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=4f5df986ea3f8c33 -C extra-filename=-7624f6e0e9c42545 --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-d0f787ce8906f2e0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3432f7692ece611.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-87c30374de8e913a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
54112026-09-06T04:35:19.570Z Running `/home/build/.rustup/toolchains/1.97.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=0fb516a33e97c3e6 -C extra-filename=-ec87d63c8d0c32f6 --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-d0f787ce8906f2e0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bd9bae2764d9487e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3432f7692ece611.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-4d2e7bb882f07f9f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54122026-09-06T04:35:19.869Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
54132026-09-06T04:35:19.872Z Running `/home/build/.rustup/toolchains/1.97.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=baf9bdb8885c91ec -C extra-filename=-5ff531196b820e01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d545c00f0329cf45.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54142026-09-06T04:35:20.386Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
54152026-09-06T04:35:20.390Z Running `/home/build/.rustup/toolchains/1.97.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=c2d178c05c915316 -C extra-filename=-4171d9fdba01217d --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-fcf6eb9bf07b1215.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-ce3c88b3eb934864.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54162026-09-06T04:35:20.439Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
54172026-09-06T04:35:20.439Z Running `/home/build/.rustup/toolchains/1.97.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=0c48c0f68383ae3c -C extra-filename=-2d064232c3fe42d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-72c29cb0b9caf29f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f8457d0dcd58b8ab.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-24d80fe873c1d2e1.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bd9bae2764d9487e.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a86609f096ace540.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7d9da0146ff0663d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-674e0ef60c6203eb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54182026-09-06T04:35:20.619Z Running `/home/build/.rustup/toolchains/1.97.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=5138108d2d5d04bc -C extra-filename=-e4807e0c0fe79c57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d545c00f0329cf45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54192026-09-06T04:35:20.656Z Running `/home/build/.rustup/toolchains/1.97.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=a00cf2381cfc0ae5 -C extra-filename=-3c2ba44ccff92881 --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-fcf6eb9bf07b1215.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-ce3c88b3eb934864.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54202026-09-06T04:35:20.875Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
54212026-09-06T04:35:20.875Z Running `/home/build/.rustup/toolchains/1.97.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=6de191edbe1a5777 -C extra-filename=-1bc27ff7acc6f210 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-af4e1f320a1964c2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-4b778ed7c17d17c4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-7a9b68eb753bfcf8.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2643e4d549893588.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-5ff531196b820e01.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54222026-09-06T04:35:20.992Z Running `/home/build/.rustup/toolchains/1.97.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=06a0997b93d451b0 -C extra-filename=-ada42e2a5d083dc1 --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-d0f787ce8906f2e0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
54232026-09-06T04:35:21.185Z Running `/home/build/.rustup/toolchains/1.97.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=26f509f79ea2996c -C extra-filename=-f726f7082d0ef4c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0d045b05607e7973.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-9f43d251fd38fac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-c139b297c45eb208.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-31df7d7f74ccca7d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3c25b49746f1e0c4.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7d9da0146ff0663d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c2901919ee2e8ca8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/usr/lib/amd64`
54242026-09-06T04:35:21.219Z Running `/home/build/.rustup/toolchains/1.97.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=441a0d2121de2045 -C extra-filename=-94c1439d906760cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8b5e1eae61d347b3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
54252026-09-06T04:35:21.326Z Running `/home/build/.rustup/toolchains/1.97.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=607ff59825b88d8c -C extra-filename=-73008fb1991a4582 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d4a556f0be204d41.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9dc9b3a45e3b5107.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-090df685e7b2a59f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-27ea8a765577bcba.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dbacb0f2e27d4b9e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-65eec1a66a5bc00f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c4650d4307bbc6b1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
54262026-09-06T04:35:21.908Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
54272026-09-06T04:35:21.912Z Running `/home/build/.rustup/toolchains/1.97.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=35eedb4d7527d98d -C extra-filename=-da178014ceb3871f --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-fcf6eb9bf07b1215.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1bc27ff7acc6f210.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-232b3b7d175167a3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54282026-09-06T04:35:22.529Z Running `/home/build/.rustup/toolchains/1.97.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=61a64df873d80da4 -C extra-filename=-e39c5be9987b3208 --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-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1bc27ff7acc6f210.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-232b3b7d175167a3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54292026-09-06T04:35:23.054Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
54302026-09-06T04:35:23.058Z Running `/home/build/.rustup/toolchains/1.97.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=51b5a5fdf83ef402 -C extra-filename=-63581a4d2b0d476d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-72c29cb0b9caf29f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b0bbf1e339dfa3ca.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c47b3698c65ef3f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rmeta --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-dbe9527fc093ad22.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-73fb02bbceceaf51.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-fe4450499087510d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-674e0ef60c6203eb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-1891fd5697b32062.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a92d0200c751d76.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-10f8d19590dcdba7.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7ea9cfe65b45b97a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3432f7692ece611.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-228a07ab4e46bc29.rmeta --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-adcdaeebd74cefe0.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-87c30374de8e913a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54312026-09-06T04:35:23.267Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
54322026-09-06T04:35:23.270Z Running `/home/build/.rustup/toolchains/1.97.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=088ab0aaac37892a -C extra-filename=-3ee2f5b4a7fc3242 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bd9bae2764d9487e.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d545c00f0329cf45.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-38e581315929c681.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a2a96e07d42b36af.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-ac8505c9b4bb0ba7.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-da178014ceb3871f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7d9da0146ff0663d.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d38d1c5679f86662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54332026-09-06T04:35:23.382Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
54342026-09-06T04:35:23.385Z Running `/home/build/.rustup/toolchains/1.97.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=2687b01c45dcdc45 -C extra-filename=-8282f73cd626cc67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-da178014ceb3871f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54352026-09-06T04:35:23.456Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
54362026-09-06T04:35:23.498Z Running `/home/build/.rustup/toolchains/1.97.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=48a95605076aa36d -C extra-filename=-58f58e4e8a900311 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-0d9adfe00f0fa109.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-72c29cb0b9caf29f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-845bdb03a93c94c1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5180f14d1817881b.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bd9bae2764d9487e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-cce3b6078ca3b033.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-403b7fdcc4d716fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c4650d4307bbc6b1.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-10f8d19590dcdba7.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3f54d5bc532f3b5e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3432f7692ece611.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-997ca6868670f97a.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-228a07ab4e46bc29.rmeta --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-5bbadc370b29bd7f.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-87c30374de8e913a.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-4d2e7bb882f07f9f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54372026-09-06T04:35:23.742Z Running `/home/build/.rustup/toolchains/1.97.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=4cf59739a1ff962e -C extra-filename=-949553e51a8a3cb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-5c0ee7fa9585895d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-0beeb620f79039cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-09570ab164c3c0ab.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c47b3698c65ef3f8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a56d8f6db8a882b5.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-2b71e00ec99e58ba.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-6720234346448ed9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-8256226b95f39eec.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dbacb0f2e27d4b9e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-36194b25daf63336.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9f3b96fd83c18269.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c2405faba874a528.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b2fa8947fafeaf5a.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-335893ab24d2c117.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-2bbcb38d45330084.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54382026-09-06T04:35:24.120Z Running `/home/build/.rustup/toolchains/1.97.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=e0ec69bfe2cc1d8d -C extra-filename=-121b6a9c4ed32900 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-4515cb23f8af215b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-72c29cb0b9caf29f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b0bbf1e339dfa3ca.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c47b3698c65ef3f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-dbe9527fc093ad22.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-73fb02bbceceaf51.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-fe4450499087510d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-674e0ef60c6203eb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-1891fd5697b32062.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a92d0200c751d76.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-10f8d19590dcdba7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7ea9cfe65b45b97a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3432f7692ece611.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-228a07ab4e46bc29.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-adcdaeebd74cefe0.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-87c30374de8e913a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54392026-09-06T04:35:24.295Z Running `/home/build/.rustup/toolchains/1.97.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=9f94860f45a6a60e -C extra-filename=-dae14acac58d0d72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-da178014ceb3871f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54402026-09-06T04:35:24.473Z Running `/home/build/.rustup/toolchains/1.97.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=0768d852e955728c -C extra-filename=-a824c519c809ef0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-144de05544749447.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-efb9c99b702e2a27.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54412026-09-06T04:35:24.473Z Running `/home/build/.rustup/toolchains/1.97.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=73c7c14885dd9fbc -C extra-filename=-6777c8d1bb371b54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-144de05544749447.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-efb9c99b702e2a27.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54422026-09-06T04:35:24.477Z Running `/home/build/.rustup/toolchains/1.97.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=95f86e02e612bb09 -C extra-filename=-e27b1062e7a7563b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-144de05544749447.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-efb9c99b702e2a27.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54432026-09-06T04:35:26.199Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
54442026-09-06T04:35:26.203Z Running `/home/build/.rustup/toolchains/1.97.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=bc182334745f9bb1 -C extra-filename=-c70a23e5fc5db2ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d4a556f0be204d41.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-785a828ac739e272.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2e4dd57d9d069e85.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f6cb9c5bc65b0453.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-27ea8a765577bcba.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dbacb0f2e27d4b9e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6b9e86dcc690177e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-1891fd5697b32062.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c4650d4307bbc6b1.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54452026-09-06T04:35:26.636Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
54462026-09-06T04:35:26.639Z Running `/home/build/.rustup/toolchains/1.97.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=1f64accb23550376 -C extra-filename=-a168df2d69a81aae --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-fcf6eb9bf07b1215.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-3ee2f5b4a7fc3242.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54472026-09-06T04:35:27.462Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
54482026-09-06T04:35:27.466Z Running `/home/build/.rustup/toolchains/1.97.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=01a249f29a933dd9 -C extra-filename=-ae3fcba6d2fcda89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b0bbf1e339dfa3ca.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c47b3698c65ef3f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9f3b96fd83c18269.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-674e0ef60c6203eb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-63581a4d2b0d476d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54492026-09-06T04:35:27.519Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
54502026-09-06T04:35:27.522Z Running `/home/build/.rustup/toolchains/1.97.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=6950c3bb2f46711f -C extra-filename=-e962a30d80a795bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d545c00f0329cf45.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-3ee2f5b4a7fc3242.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a168df2d69a81aae.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54512026-09-06T04:35:28.030Z Running `/home/build/.rustup/toolchains/1.97.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=97fc72307c9ea951 -C extra-filename=-ee5006fcd79e921f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d545c00f0329cf45.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-3ee2f5b4a7fc3242.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a168df2d69a81aae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54522026-09-06T04:35:28.030Z Running `/home/build/.rustup/toolchains/1.97.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=cf01153e64b5fe87 -C extra-filename=-0cffc37e8ae892f1 --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-fcf6eb9bf07b1215.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-ce3c88b3eb934864.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-3ee2f5b4a7fc3242.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-4171d9fdba01217d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54532026-09-06T04:35:28.212Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
54542026-09-06T04:35:28.215Z Running `/home/build/.rustup/toolchains/1.97.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=2990410e9c1eaae8 -C extra-filename=-687bf1628a811911 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b48bf31695346c76.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d3d581b84ca1e842.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b0bbf1e339dfa3ca.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-4edd88382825248b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2c21c5483d90e20a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e962a30d80a795bb.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b7fd3a5c5fc125f2.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54552026-09-06T04:35:30.133Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
54562026-09-06T04:35:30.137Z Running `/home/build/.rustup/toolchains/1.97.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=4ab1b837fc08175f -C extra-filename=-e1da6cbb2daebd0d --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-b48bf31695346c76.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-3ee2f5b4a7fc3242.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e962a30d80a795bb.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b7fd3a5c5fc125f2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-687bf1628a811911.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54572026-09-06T04:35:30.755Z Running `/home/build/.rustup/toolchains/1.97.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=562553a5659b2c09 -C extra-filename=-ab28e82f9cf46952 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b0bbf1e339dfa3ca.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c47b3698c65ef3f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9f3b96fd83c18269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-674e0ef60c6203eb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-63581a4d2b0d476d.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-ae3fcba6d2fcda89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54582026-09-06T04:35:30.755Z Running `/home/build/.rustup/toolchains/1.97.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=c0e83a065a22fb8d -C extra-filename=-77479fba35174f5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b0bbf1e339dfa3ca.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c47b3698c65ef3f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9f3b96fd83c18269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-674e0ef60c6203eb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-63581a4d2b0d476d.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-ae3fcba6d2fcda89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54592026-09-06T04:35:30.759Z Running `/home/build/.rustup/toolchains/1.97.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=6b9b2c7e0d285636 -C extra-filename=-0a15571c6755a6e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-4515cb23f8af215b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-72c29cb0b9caf29f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b0bbf1e339dfa3ca.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c47b3698c65ef3f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-dbe9527fc093ad22.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-73fb02bbceceaf51.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-fe4450499087510d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-674e0ef60c6203eb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-1891fd5697b32062.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a92d0200c751d76.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-10f8d19590dcdba7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7ea9cfe65b45b97a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-63581a4d2b0d476d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3432f7692ece611.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-228a07ab4e46bc29.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-adcdaeebd74cefe0.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-87c30374de8e913a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54602026-09-06T04:35:30.759Z Running `/home/build/.rustup/toolchains/1.97.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=6f1f85fb616c6e1c -C extra-filename=-029d0d24aba040e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-72c29cb0b9caf29f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b0bbf1e339dfa3ca.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c47b3698c65ef3f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-dbe9527fc093ad22.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-73fb02bbceceaf51.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-fe4450499087510d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-674e0ef60c6203eb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-1891fd5697b32062.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a92d0200c751d76.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-10f8d19590dcdba7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7ea9cfe65b45b97a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-63581a4d2b0d476d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3432f7692ece611.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-228a07ab4e46bc29.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-adcdaeebd74cefe0.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-87c30374de8e913a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54612026-09-06T04:35:30.787Z Running `/home/build/.rustup/toolchains/1.97.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=f9cbeb37bdbf2660 -C extra-filename=-08e34ac8707a6eba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b0bbf1e339dfa3ca.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c47b3698c65ef3f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9f3b96fd83c18269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-674e0ef60c6203eb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-63581a4d2b0d476d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54622026-09-06T04:35:30.791Z Running `/home/build/.rustup/toolchains/1.97.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=0f34188544f01c0c -C extra-filename=-03c8e382152d4bd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-4515cb23f8af215b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-72c29cb0b9caf29f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b0bbf1e339dfa3ca.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c47b3698c65ef3f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-dbe9527fc093ad22.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-73fb02bbceceaf51.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-fe4450499087510d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-674e0ef60c6203eb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-1891fd5697b32062.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a92d0200c751d76.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-10f8d19590dcdba7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7ea9cfe65b45b97a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-63581a4d2b0d476d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3432f7692ece611.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-228a07ab4e46bc29.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-adcdaeebd74cefe0.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-87c30374de8e913a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54632026-09-06T04:35:34.358Z Running `/home/build/.rustup/toolchains/1.97.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=81f2f7656e38d253 -C extra-filename=-0873a90369de3d2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-0d9adfe00f0fa109.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-72c29cb0b9caf29f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-845bdb03a93c94c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5180f14d1817881b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bd9bae2764d9487e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-cce3b6078ca3b033.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-403b7fdcc4d716fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c4650d4307bbc6b1.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-10f8d19590dcdba7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3f54d5bc532f3b5e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3432f7692ece611.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-58f58e4e8a900311.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-997ca6868670f97a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-228a07ab4e46bc29.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-5bbadc370b29bd7f.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-87c30374de8e913a.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-4d2e7bb882f07f9f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54642026-09-06T04:35:35.884Z Running `/home/build/.rustup/toolchains/1.97.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=596f144067ad6cf2 -C extra-filename=-f404b527e7b1976d --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-b48bf31695346c76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-3ee2f5b4a7fc3242.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e962a30d80a795bb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b7fd3a5c5fc125f2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-687bf1628a811911.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54652026-09-06T04:35:37.039Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
54662026-09-06T04:35:37.039Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
54672026-09-06T04:35:37.042Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
54682026-09-06T04:35:37.042Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
54692026-09-06T04:35:37.042Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
54702026-09-06T04:35:37.042Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
54712026-09-06T04:35:37.042Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
54722026-09-06T04:35:37.042Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
54732026-09-06T04:35:37.042Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
54742026-09-06T04:35:37.042Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
54752026-09-06T04:35:37.042Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
54762026-09-06T04:35:37.042Z Running `/home/build/.rustup/toolchains/1.97.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=22c86dcd817d3714 -C extra-filename=-b0489c601b6e28df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54772026-09-06T04:35:37.070Z Running `/home/build/.rustup/toolchains/1.97.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=1ba4c578c9ed7bda -C extra-filename=-e80327aa681982b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-e9bf281b80a8ae2f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1a47a5a0db9c07c5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-514a1c3556ddd554.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-c4b7e7232c1aae44.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54782026-09-06T04:35:37.074Z Running `/home/build/.rustup/toolchains/1.97.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=92f9719c5870d674 -C extra-filename=-2f6392a4b4e9ba72 --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-d0f787ce8906f2e0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54792026-09-06T04:35:37.074Z Running `/home/build/.rustup/toolchains/1.97.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=aa7f1e9634cd3678 -C extra-filename=-fa00b621cade5da0 --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-0e5422edd83f1644.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54802026-09-06T04:35:37.075Z Running `/home/build/.rustup/toolchains/1.97.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=4d882b1f6b016407 -C extra-filename=-01849deb0fbe0b1a --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-d76e760adf61ffbd.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54812026-09-06T04:35:37.075Z Running `/home/build/.rustup/toolchains/1.97.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=1a7f99e05dcf52b4 -C extra-filename=-289c3460d95a12df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c08d06f2f10a90f9.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1fcf2ea8a8849328.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-785a828ac739e272.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a2a96e07d42b36af.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bed4c6f13ac1ed92.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rmeta --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-4171d9fdba01217d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-d51c57f9c262a3fc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54822026-09-06T04:35:37.075Z Running `/home/build/.rustup/toolchains/1.97.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=a008ffb0f1d3f2fd -C extra-filename=-8c0d0bd8c12a803d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d4a556f0be204d41.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f6cb9c5bc65b0453.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-e03513e3337df9b6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dbacb0f2e27d4b9e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-31cb6a071379b6dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54832026-09-06T04:35:37.105Z Running `/home/build/.rustup/toolchains/1.97.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=8809e3fb5209e03e -C extra-filename=-8991bf789b2318ef --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-0e5422edd83f1644.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f6cb9c5bc65b0453.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54842026-09-06T04:35:37.108Z Running `/home/build/.rustup/toolchains/1.97.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=d9941c21f3e6eadb -C extra-filename=-f0e004dd66d5ebdf --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-b48bf31695346c76.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e1da6cbb2daebd0d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-687bf1628a811911.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54852026-09-06T04:35:37.108Z Running `/home/build/.rustup/toolchains/1.97.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=b5588c3d1307c6e7 -C extra-filename=-ed1f8ec29ce83f9a --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-1dbc576d48949507.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-31c85b1d600d0fad.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54862026-09-06T04:35:37.108Z Running `/home/build/.rustup/toolchains/1.97.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=9da03b3456f22054 -C extra-filename=-2a8e64a54fceda2c --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-c70a23e5fc5db2ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54872026-09-06T04:35:37.108Z Running `/home/build/.rustup/toolchains/1.97.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=fa1536b6a89c1742 -C extra-filename=-52209c7cade61421 --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-1dbc576d48949507.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54882026-09-06T04:35:38.980Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
54892026-09-06T04:35:38.984Z Running `/home/build/.rustup/toolchains/1.97.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=aae59d4d5668ade4 -C extra-filename=-2318a9e78300a820 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5cd0b75c991b5f54.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1660e7efe415f875.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-eb29bb7a1e50fc46.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-ac8505c9b4bb0ba7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rmeta --extern port_file=/work/oxidecomputer/omicron/target/debug/deps/libport_file-faa086012f004c7e.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-0660e732d6f148f8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9c5016636d373d10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54902026-09-06T04:35:38.984Z Running `/home/build/.rustup/toolchains/1.97.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=dbe1fde44fa3caf8 -C extra-filename=-91070d4dd2b6e12d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-785a828ac739e272.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-48ac084abdefba81.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-feffbc15b032cc1b.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-43b0e1a671b876a7.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-403b7fdcc4d716fe.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bed4c6f13ac1ed92.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rmeta --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-bdd2f0b3183278c0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6b9e86dcc690177e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54912026-09-06T04:35:39.181Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
54922026-09-06T04:35:39.181Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
54932026-09-06T04:35:39.185Z Running `/home/build/.rustup/toolchains/1.97.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=7f72a61fd5fabf45 -C extra-filename=-52cd6236e1619fcc --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-1dbc576d48949507.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rmeta --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-f9273e9378fb10f7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54942026-09-06T04:35:39.185Z Running `/home/build/.rustup/toolchains/1.97.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=f3fddd36254a72d1 -C extra-filename=-6dee4d00c862a635 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-89c3e96ea2e045b8.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1a057dc0ed01997.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b5bf1bec9b7e321.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54952026-09-06T04:35:39.340Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
54962026-09-06T04:35:39.344Z Running `/home/build/.rustup/toolchains/1.97.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=d6778ebe28c5232a -C extra-filename=-4121b6836f8d099c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-785a828ac739e272.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-2a8e64a54fceda2c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3f54d5bc532f3b5e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-d51c57f9c262a3fc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
54972026-09-06T04:35:39.897Z Running `/home/build/.rustup/toolchains/1.97.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=4ee007699d302486 -C extra-filename=-b66989bf4cf681aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-e9bf281b80a8ae2f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1a47a5a0db9c07c5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-514a1c3556ddd554.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-c4b7e7232c1aae44.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54982026-09-06T04:35:39.897Z Running `/home/build/.rustup/toolchains/1.97.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=37a2c87c096ee2e8 -C extra-filename=-face8c075cb574d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54992026-09-06T04:35:39.901Z Running `/home/build/.rustup/toolchains/1.97.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=8ec20107497a9a7b -C extra-filename=-e15853b47c0eab18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5cd0b75c991b5f54.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1660e7efe415f875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a56d8f6db8a882b5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-eb29bb7a1e50fc46.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-ac8505c9b4bb0ba7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern port_file=/work/oxidecomputer/omicron/target/debug/deps/libport_file-faa086012f004c7e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-0660e732d6f148f8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9c5016636d373d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55002026-09-06T04:35:39.930Z Running `/home/build/.rustup/toolchains/1.97.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=d40873ebbd89cddc -C extra-filename=-efabe0ebe7fa2468 --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-0e5422edd83f1644.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55012026-09-06T04:35:39.930Z Running `/home/build/.rustup/toolchains/1.97.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=1f83413dfa0d36b0 -C extra-filename=-1480d595075e50e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-785a828ac739e272.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-48ac084abdefba81.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-feffbc15b032cc1b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-43b0e1a671b876a7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-403b7fdcc4d716fe.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bed4c6f13ac1ed92.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-bdd2f0b3183278c0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-335893ab24d2c117.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6b9e86dcc690177e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55022026-09-06T04:35:39.934Z Running `/home/build/.rustup/toolchains/1.97.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=4c620e9999a17ad1 -C extra-filename=-f06e7f3a15848239 --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-1dbc576d48949507.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55032026-09-06T04:35:39.934Z Running `/home/build/.rustup/toolchains/1.97.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=4eadb35b8b68a238 -C extra-filename=-0a16a6e1cd4d3673 --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-d76e760adf61ffbd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55042026-09-06T04:35:39.934Z Running `/home/build/.rustup/toolchains/1.97.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=6eca5593308fca0e -C extra-filename=-bf1aaa0019ebb3e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-e9bf281b80a8ae2f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1a47a5a0db9c07c5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-514a1c3556ddd554.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-c4b7e7232c1aae44.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55052026-09-06T04:35:39.965Z Running `/home/build/.rustup/toolchains/1.97.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=0d1574b064515965 -C extra-filename=-71c83cb1e2632d63 --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-0e5422edd83f1644.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f6cb9c5bc65b0453.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55062026-09-06T04:35:39.968Z Running `/home/build/.rustup/toolchains/1.97.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=1f5b2016b74e7f5c -C extra-filename=-21d99a4b235cc529 --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-d0f787ce8906f2e0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55072026-09-06T04:35:39.968Z Running `/home/build/.rustup/toolchains/1.97.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=bf2dbbd0e64a3b3e -C extra-filename=-c16b09d3db1fc302 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d4a556f0be204d41.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f6cb9c5bc65b0453.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-e03513e3337df9b6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dbacb0f2e27d4b9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-31cb6a071379b6dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55082026-09-06T04:35:40.284Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
55092026-09-06T04:35:40.288Z Running `/home/build/.rustup/toolchains/1.97.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=5578906debdb47b7 -C extra-filename=-e310bc8a87603d07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ed1f8ec29ce83f9a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-1375009a88c839ac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55102026-09-06T04:35:40.464Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
55112026-09-06T04:35:40.468Z Running `/home/build/.rustup/toolchains/1.97.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=a404f953d5104455 -C extra-filename=-db633cfe67d59fba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-4a58b18546361f93.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d42f277c1948752e.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-90a403bdef30f529.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a86609f096ace540.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-078dbec28b332951.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d2739a3c93bf2b21.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-17ef698d7a77d9d0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55122026-09-06T04:35:40.573Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
55132026-09-06T04:35:40.577Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
55142026-09-06T04:35:40.577Z Running `/home/build/.rustup/toolchains/1.97.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=f7cc7721c3cf6330 -C extra-filename=-aa1a86b23caa11a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-09570ab164c3c0ab.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f6c79ae6259a5610.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b5bf1bec9b7e321.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55152026-09-06T04:35:40.577Z Running `/home/build/.rustup/toolchains/1.97.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=4daf710648c16069 -C extra-filename=-ed23be5635d08f47 --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-34de0cd9290266be.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55162026-09-06T04:35:41.234Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
55172026-09-06T04:35:41.238Z Running `/home/build/.rustup/toolchains/1.97.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=9713480838afead3 -C extra-filename=-6697f1037f63ef56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55182026-09-06T04:35:41.238Z Running `/home/build/.rustup/toolchains/1.97.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=a50d2a3267c06166 -C extra-filename=-7e739b043ed01bc5 --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-8f3bb317f9aee4b1.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-74a6a2e509703bdc.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b48bf31695346c76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d3d581b84ca1e842.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b0bbf1e339dfa3ca.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-4edd88382825248b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2c21c5483d90e20a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-eecc71fa9ad9b12b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55192026-09-06T04:35:41.238Z Running `/home/build/.rustup/toolchains/1.97.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=11aa297958cc7333 -C extra-filename=-b478e5de9bd50c2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9ff8d5d4a4e714f8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-674e0ef60c6203eb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55202026-09-06T04:35:41.270Z Running `/home/build/.rustup/toolchains/1.97.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=e5b20e02c48ed1b7 -C extra-filename=-0fa6efb409fc27df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0d045b05607e7973.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-00a37dac445b635d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-31df7d7f74ccca7d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3c25b49746f1e0c4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/usr/lib/amd64`
55212026-09-06T04:35:41.274Z Running `/home/build/.rustup/toolchains/1.97.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=413a059eb5bb3846 -C extra-filename=-3e2454464f313f6b --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-b48bf31695346c76.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e1da6cbb2daebd0d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-687bf1628a811911.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55222026-09-06T04:35:41.274Z Running `/home/build/.rustup/toolchains/1.97.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=3b366c3ef50c179b -C extra-filename=-e8e382ba34c1f457 --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-041ee7be0cc632ff.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-e9ff7f06b6c77ee5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-27ea8a765577bcba.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-17d4091e1e0174a0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-0660e732d6f148f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55232026-09-06T04:35:41.274Z Running `/home/build/.rustup/toolchains/1.97.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=d7ca6f531831ad99 -C extra-filename=-f6dff901d0693379 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d2739a3c93bf2b21.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55242026-09-06T04:35:41.274Z Running `/home/build/.rustup/toolchains/1.97.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=76241546ad51bb96 -C extra-filename=-060a8c801fb89761 --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-8f3bb317f9aee4b1.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-74a6a2e509703bdc.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b48bf31695346c76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d3d581b84ca1e842.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b0bbf1e339dfa3ca.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-4edd88382825248b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2c21c5483d90e20a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-eecc71fa9ad9b12b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55252026-09-06T04:35:41.521Z Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
55262026-09-06T04:35:41.524Z Running `/home/build/.rustup/toolchains/1.97.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=860742f6855e10b5 -C extra-filename=-462fee4c390231af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b5bf1bec9b7e321.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55272026-09-06T04:35:41.524Z Running `/home/build/.rustup/toolchains/1.97.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=8a258783d04f9d22 -C extra-filename=-089e2caeb6bd836d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-ed23be5635d08f47.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d2739a3c93bf2b21.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55282026-09-06T04:35:42.217Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
55292026-09-06T04:35:42.221Z Running `/home/build/.rustup/toolchains/1.97.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=f6d7e71a6f5de1af -C extra-filename=-b057f48f8f7e5f57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-1f6c90bfc99708c0.rmeta --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-ab69c62315faed40.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-a1c7f0f9f0cf8e0d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-d51c57f9c262a3fc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
55302026-09-06T04:35:42.224Z Running `/home/build/.rustup/toolchains/1.97.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=2a87d6dcc025eaf2 -C extra-filename=-9e8f815ca147b238 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-ed23be5635d08f47.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d2739a3c93bf2b21.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55312026-09-06T04:35:42.259Z Running `/home/build/.rustup/toolchains/1.97.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=9498df4640c0f6c5 -C extra-filename=-f467043c6a20990c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-27ea8a765577bcba.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-0660e732d6f148f8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55322026-09-06T04:35:42.328Z Running `/home/build/.rustup/toolchains/1.97.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=8b5e7eb3fae06964 -C extra-filename=-50a7305e934117bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-5c0ee7fa9585895d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-0beeb620f79039cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-09570ab164c3c0ab.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0481bc443d456d6a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c47b3698c65ef3f8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a56d8f6db8a882b5.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-2b71e00ec99e58ba.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-6720234346448ed9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-8256226b95f39eec.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-aa1a86b23caa11a5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dbacb0f2e27d4b9e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-36194b25daf63336.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9f3b96fd83c18269.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c2405faba874a528.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b2fa8947fafeaf5a.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-335893ab24d2c117.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-2bbcb38d45330084.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55332026-09-06T04:35:42.380Z Running `/home/build/.rustup/toolchains/1.97.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=ce7b7eb223474016 -C extra-filename=-7198149e707be6cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-0beeb620f79039cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-144de05544749447.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-75fe505b988f038e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-09570ab164c3c0ab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-efb9c99b702e2a27.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-eac3f307fbee6531.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-aa1a86b23caa11a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55342026-09-06T04:35:42.868Z Running `/home/build/.rustup/toolchains/1.97.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=32b75364e81ea2b5 -C extra-filename=-eb2a1891e74b2ffc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-0beeb620f79039cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-144de05544749447.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-75fe505b988f038e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-09570ab164c3c0ab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-eac3f307fbee6531.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-aa1a86b23caa11a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55352026-09-06T04:35:43.622Z Running `/home/build/.rustup/toolchains/1.97.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=ea74e32c6c1a06ff -C extra-filename=-524e114c83148b57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-0beeb620f79039cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-144de05544749447.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-75fe505b988f038e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-09570ab164c3c0ab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-efb9c99b702e2a27.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-eac3f307fbee6531.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-aa1a86b23caa11a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55362026-09-06T04:35:43.725Z Running `/home/build/.rustup/toolchains/1.97.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=74dc51a56bd18037 -C extra-filename=-cfb695dce24a51dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2e4dd57d9d069e85.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-2a8e64a54fceda2c.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-b057f48f8f7e5f57.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-1375009a88c839ac.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3f54d5bc532f3b5e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/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`
55372026-09-06T04:35:43.813Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
55382026-09-06T04:35:43.816Z Running `/home/build/.rustup/toolchains/1.97.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=3640c9328f9ee7de -C extra-filename=-80f82643770f11b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-75fe505b988f038e.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-09570ab164c3c0ab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-aa1a86b23caa11a5.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
55392026-09-06T04:35:43.847Z Running `/home/build/.rustup/toolchains/1.97.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=e4b30321b48338c5 -C extra-filename=-5ec2437c5881ca25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-5c0ee7fa9585895d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-0beeb620f79039cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-09570ab164c3c0ab.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0481bc443d456d6a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c47b3698c65ef3f8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a56d8f6db8a882b5.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-2b71e00ec99e58ba.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-6720234346448ed9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-8256226b95f39eec.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-aa1a86b23caa11a5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dbacb0f2e27d4b9e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-36194b25daf63336.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9f3b96fd83c18269.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c2405faba874a528.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b2fa8947fafeaf5a.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-335893ab24d2c117.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-2bbcb38d45330084.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55402026-09-06T04:35:44.088Z Running `/home/build/.rustup/toolchains/1.97.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=c8fad97c19d462f2 -C extra-filename=-dd7e42d2cd2c010c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-0beeb620f79039cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-144de05544749447.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-75fe505b988f038e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-09570ab164c3c0ab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-efb9c99b702e2a27.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-eac3f307fbee6531.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-aa1a86b23caa11a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55412026-09-06T04:35:44.269Z Running `/home/build/.rustup/toolchains/1.97.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=ea7d67c89fccce75 -C extra-filename=-a599f5ad10f5a4e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-097a85ab0a0b0e4b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-eac3f307fbee6531.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-89c3e96ea2e045b8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1a057dc0ed01997.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-aa1a86b23caa11a5.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b5bf1bec9b7e321.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55422026-09-06T04:35:44.306Z Running `/home/build/.rustup/toolchains/1.97.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=9dc88153ca4fa8eb -C extra-filename=-604ab344fd50d6de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-5c0ee7fa9585895d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-0beeb620f79039cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-09570ab164c3c0ab.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0481bc443d456d6a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c47b3698c65ef3f8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a56d8f6db8a882b5.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-2b71e00ec99e58ba.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-6720234346448ed9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-8256226b95f39eec.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-aa1a86b23caa11a5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dbacb0f2e27d4b9e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-36194b25daf63336.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9f3b96fd83c18269.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c2405faba874a528.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b2fa8947fafeaf5a.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-335893ab24d2c117.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-2bbcb38d45330084.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55432026-09-06T04:35:44.485Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
55442026-09-06T04:35:44.488Z Running `/home/build/.rustup/toolchains/1.97.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=b7c5b09ac9bf3a2d -C extra-filename=-1eb5c1bcae6809bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b48bf31695346c76.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f8457d0dcd58b8ab.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1fb702ad2d0af3d9.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a2a96e07d42b36af.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e1da6cbb2daebd0d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-3ee2f5b4a7fc3242.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-687bf1628a811911.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55452026-09-06T04:35:44.811Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
55462026-09-06T04:35:44.853Z Running `/home/build/.rustup/toolchains/1.97.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=d8f9eadc9d3ef409 -C extra-filename=-12a214fe74619991 --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-fcf6eb9bf07b1215.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-db633cfe67d59fba.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55472026-09-06T04:35:45.219Z Running `/home/build/.rustup/toolchains/1.97.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=77d430f08166c758 -C extra-filename=-a9c9a41db0d0faad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-0beeb620f79039cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-144de05544749447.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-75fe505b988f038e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-09570ab164c3c0ab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-efb9c99b702e2a27.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-eac3f307fbee6531.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-aa1a86b23caa11a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55482026-09-06T04:35:45.269Z Running `/home/build/.rustup/toolchains/1.97.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=dfbcf5d84cbf9bec -C extra-filename=-65586ce652d429ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-1f6c90bfc99708c0.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-ab69c62315faed40.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-a1c7f0f9f0cf8e0d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-d51c57f9c262a3fc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
55492026-09-06T04:35:45.583Z Running `/home/build/.rustup/toolchains/1.97.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=db2eeb785a3fb7c1 -C extra-filename=-65080440f911d740 --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-59401b81e5051c39.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
55502026-09-06T04:35:46.218Z Running `/home/build/.rustup/toolchains/1.97.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=93ef04b062562a6a -C extra-filename=-3a6791f77321cb05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-76c1d37dcf39f241.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2e4dd57d9d069e85.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-2a8e64a54fceda2c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-b057f48f8f7e5f57.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-1375009a88c839ac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3f54d5bc532f3b5e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/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`
55512026-09-06T04:35:46.719Z Running `/home/build/.rustup/toolchains/1.97.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=6fda25b214b3c1f2 -C extra-filename=-7daf0ce81eef524f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5cd0b75c991b5f54.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b48bf31695346c76.rmeta --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-18ca14da5b381b67.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f8457d0dcd58b8ab.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f4539e75f326c906.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-25036e9e5d1003cd.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-2c70e85fc4a707ac.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rmeta --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-2f18a9c05847a72a.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7eeeaf6739a67736.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bd9bae2764d9487e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d545c00f0329cf45.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-514a1c3556ddd554.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3eb1d87043273097.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-078dbec28b332951.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8b5e1eae61d347b3.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba7f093ea5cfc914.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-33c3a05658a36d80.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c68ddfa123e400fc.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-313dde0812a8d7b3.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-31c85b1d600d0fad.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-da178014ceb3871f.rmeta --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e1da6cbb2daebd0d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-3ee2f5b4a7fc3242.rmeta --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-8282f73cd626cc67.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e962a30d80a795bb.rmeta --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-f0e004dd66d5ebdf.rmeta --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-1eb5c1bcae6809bb.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a168df2d69a81aae.rmeta --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-e5eb16d9dcccf0ca.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1bc27ff7acc6f210.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7d9da0146ff0663d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b7fd3a5c5fc125f2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d91132846617bdad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-73dd7642e1e84148.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-687bf1628a811911.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b3c4414193f344d3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-232b3b7d175167a3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d38d1c5679f86662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55522026-09-06T04:35:46.751Z Running `/home/build/.rustup/toolchains/1.97.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=e17c56abcdf0562b -C extra-filename=-c490f58e9882a758 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0d045b05607e7973.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-00a37dac445b635d.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-e9317d1dc2e663f2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-31df7d7f74ccca7d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3c25b49746f1e0c4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55532026-09-06T04:35:46.860Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
55542026-09-06T04:35:46.863Z Running `/home/build/.rustup/toolchains/1.97.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=13f8d57b0ee5ccc0 -C extra-filename=-00b59879124c178a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-18ca14da5b381b67.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-144de05544749447.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-bb933ccd7306b65d.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-db670d9fa1222da4.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-de0109e01db83833.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-4a58b18546361f93.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5180f14d1817881b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8c0d0bd8c12a803d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-fa00b621cade5da0.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-8991bf789b2318ef.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-3a6cb7ac30601e9f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-eac3f307fbee6531.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-89c3e96ea2e045b8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-313dde0812a8d7b3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-da178014ceb3871f.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-997ca6868670f97a.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-5bbadc370b29bd7f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55552026-09-06T04:35:46.931Z Running `/home/build/.rustup/toolchains/1.97.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=97f97b1302816ef2 -C extra-filename=-9ea4e64f949ef585 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-af4e1f320a1964c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-4b778ed7c17d17c4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-7a9b68eb753bfcf8.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2643e4d549893588.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-5ff531196b820e01.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55562026-09-06T04:35:47.534Z Running `/home/build/.rustup/toolchains/1.97.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=492cb768752f49f5 -C extra-filename=-0f523b4c62357acf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-74a6a2e509703bdc.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b48bf31695346c76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d3d581b84ca1e842.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b0bbf1e339dfa3ca.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-4edd88382825248b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2c21c5483d90e20a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e962a30d80a795bb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b7fd3a5c5fc125f2.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-54c775c3ffb4153e.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-eecc71fa9ad9b12b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55572026-09-06T04:35:47.846Z Running `/home/build/.rustup/toolchains/1.97.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=4ea2337880953f40 -C extra-filename=-eda1b36c31f28920 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9ff8d5d4a4e714f8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-674e0ef60c6203eb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55582026-09-06T04:35:47.968Z Running `/home/build/.rustup/toolchains/1.97.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=2b55044d35b3135a -C extra-filename=-a55bccca8ad1544e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a56d8f6db8a882b5.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-bb6e76809e071e38.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-b6232f2ffc6504b0.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-553a454e71cd2446.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d91132846617bdad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d38d1c5679f86662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55592026-09-06T04:35:48.229Z Running `/home/build/.rustup/toolchains/1.97.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=fe696f9062ac523f -C extra-filename=-5611a43ad43cf45f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9ff8d5d4a4e714f8.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-db670d9fa1222da4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-05349bbbc7f1d43d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a6266451580c1066.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5b0911c8cb91d577.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c8de4607e72eed54.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ee3f894063ebfbaf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55602026-09-06T04:35:48.905Z Compiling rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
55612026-09-06T04:35:48.908Z Running `/home/build/.rustup/toolchains/1.97.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=d5e25ffbbe45a21b -C extra-filename=-e156561779048c62 --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-d0f787ce8906f2e0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-1eb5c1bcae6809bb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55622026-09-06T04:35:49.329Z Running `/home/build/.rustup/toolchains/1.97.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=4cdd312a8ba192b8 -C extra-filename=-f8fbed7ee24f8bfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-097a85ab0a0b0e4b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-eac3f307fbee6531.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-89c3e96ea2e045b8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1a057dc0ed01997.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-6dee4d00c862a635.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-aa1a86b23caa11a5.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b5bf1bec9b7e321.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55632026-09-06T04:35:50.553Z Running `/home/build/.rustup/toolchains/1.97.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=bf61849fc1037fe5 -C extra-filename=-e5b2b34547e3c8d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-89c3e96ea2e045b8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1a057dc0ed01997.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-6dee4d00c862a635.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b5bf1bec9b7e321.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55642026-09-06T04:35:50.646Z Running `/home/build/.rustup/toolchains/1.97.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=c4cdba5bd0cafb31 -C extra-filename=-9bb561665bcaccfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-097a85ab0a0b0e4b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-eac3f307fbee6531.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-89c3e96ea2e045b8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1a057dc0ed01997.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-6dee4d00c862a635.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-aa1a86b23caa11a5.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b5bf1bec9b7e321.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55652026-09-06T04:35:50.900Z Running `/home/build/.rustup/toolchains/1.97.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=52b7215e789b7e79 -C extra-filename=-60ed37b7a90b858d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-89c3e96ea2e045b8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1a057dc0ed01997.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-6dee4d00c862a635.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b5bf1bec9b7e321.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55662026-09-06T04:35:51.755Z Running `/home/build/.rustup/toolchains/1.97.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=328e37640ecd3d9c -C extra-filename=-508faa360a86a1e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-0d9adfe00f0fa109.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-72c29cb0b9caf29f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-845bdb03a93c94c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-af4e1f320a1964c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2d064232c3fe42d9.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5180f14d1817881b.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-24d80fe873c1d2e1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bd9bae2764d9487e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-cce3b6078ca3b033.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-403b7fdcc4d716fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-eac3f307fbee6531.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-3ee2f5b4a7fc3242.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a168df2d69a81aae.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-4171d9fdba01217d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c4650d4307bbc6b1.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-10f8d19590dcdba7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3f54d5bc532f3b5e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-63581a4d2b0d476d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3432f7692ece611.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-58f58e4e8a900311.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-997ca6868670f97a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-228a07ab4e46bc29.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-5bbadc370b29bd7f.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-adcdaeebd74cefe0.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-87c30374de8e913a.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-4d2e7bb882f07f9f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55672026-09-06T04:35:51.759Z Running `/home/build/.rustup/toolchains/1.97.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=9f2ea7c8249b5d27 -C extra-filename=-438c74c752e92778 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-845bdb03a93c94c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-097a85ab0a0b0e4b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9dc9b3a45e3b5107.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-090df685e7b2a59f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern scuffle=/work/oxidecomputer/omicron/target/debug/deps/libscuffle-3abafd398bee28b2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55682026-09-06T04:35:52.316Z Running `/home/build/.rustup/toolchains/1.97.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=593b894a22ecb321 -C extra-filename=-151f5f35597f5b35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-4a58b18546361f93.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d42f277c1948752e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-90a403bdef30f529.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a86609f096ace540.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-078dbec28b332951.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d2739a3c93bf2b21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-17ef698d7a77d9d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55692026-09-06T04:35:53.120Z Running `/home/build/.rustup/toolchains/1.97.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=7963ec0d57e6f05e -C extra-filename=-7429816363fc5086 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-0d9adfe00f0fa109.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-72c29cb0b9caf29f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-845bdb03a93c94c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-af4e1f320a1964c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2d064232c3fe42d9.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5180f14d1817881b.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-24d80fe873c1d2e1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bd9bae2764d9487e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-cce3b6078ca3b033.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-403b7fdcc4d716fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-eac3f307fbee6531.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-3ee2f5b4a7fc3242.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a168df2d69a81aae.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-4171d9fdba01217d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c4650d4307bbc6b1.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-10f8d19590dcdba7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3f54d5bc532f3b5e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-63581a4d2b0d476d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3432f7692ece611.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-997ca6868670f97a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-228a07ab4e46bc29.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-5bbadc370b29bd7f.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-adcdaeebd74cefe0.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-87c30374de8e913a.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-4d2e7bb882f07f9f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55702026-09-06T04:35:53.225Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
55712026-09-06T04:35:53.229Z Running `/home/build/.rustup/toolchains/1.97.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=ea080ef4da0d7801 -C extra-filename=-df5f10f7b205ef67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-db633cfe67d59fba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d2739a3c93bf2b21.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55722026-09-06T04:35:54.540Z Running `/home/build/.rustup/toolchains/1.97.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=9b11581374bb3776 -C extra-filename=-e0031bb998e85ed9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-4a58b18546361f93.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d42f277c1948752e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-90a403bdef30f529.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a86609f096ace540.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-db633cfe67d59fba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-078dbec28b332951.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d2739a3c93bf2b21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-17ef698d7a77d9d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55732026-09-06T04:35:55.040Z Running `/home/build/.rustup/toolchains/1.97.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=994a8767014d6729 -C extra-filename=-5f34a0eee3a2f88b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-4a58b18546361f93.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d42f277c1948752e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-90a403bdef30f529.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a86609f096ace540.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-db633cfe67d59fba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-078dbec28b332951.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d2739a3c93bf2b21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-17ef698d7a77d9d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55742026-09-06T04:35:56.724Z Running `/home/build/.rustup/toolchains/1.97.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=141227e80775ee48 -C extra-filename=-17cec972321bd888 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-4a58b18546361f93.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d42f277c1948752e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-90a403bdef30f529.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a86609f096ace540.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-db633cfe67d59fba.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-078dbec28b332951.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d2739a3c93bf2b21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-17ef698d7a77d9d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55752026-09-06T04:35:57.450Z Running `/home/build/.rustup/toolchains/1.97.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=2773c61e78f1088d -C extra-filename=-6cadf73a1320f14e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1a47a5a0db9c07c5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-313dde0812a8d7b3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-31c85b1d600d0fad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-da178014ceb3871f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1bc27ff7acc6f210.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55762026-09-06T04:35:58.146Z Running `/home/build/.rustup/toolchains/1.97.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=d21698081f2071d0 -C extra-filename=-43e1de16e1be1d8a --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-fcf6eb9bf07b1215.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-db633cfe67d59fba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55772026-09-06T04:35:58.277Z Running `/home/build/.rustup/toolchains/1.97.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=9142efad18aef4fc -C extra-filename=-8ca1f6444bd1168b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-0d9adfe00f0fa109.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-72c29cb0b9caf29f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-845bdb03a93c94c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-af4e1f320a1964c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2d064232c3fe42d9.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5180f14d1817881b.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-24d80fe873c1d2e1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bd9bae2764d9487e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-cce3b6078ca3b033.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-403b7fdcc4d716fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-eac3f307fbee6531.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-3ee2f5b4a7fc3242.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a168df2d69a81aae.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-4171d9fdba01217d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c4650d4307bbc6b1.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-10f8d19590dcdba7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3f54d5bc532f3b5e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-63581a4d2b0d476d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3432f7692ece611.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-58f58e4e8a900311.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-997ca6868670f97a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-228a07ab4e46bc29.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-5bbadc370b29bd7f.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-adcdaeebd74cefe0.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-87c30374de8e913a.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-4d2e7bb882f07f9f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55782026-09-06T04:36:00.073Z Running `/home/build/.rustup/toolchains/1.97.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=550e39a6dad360bc -C extra-filename=-1c1bf6783b699651 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1a47a5a0db9c07c5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ed1f8ec29ce83f9a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-313dde0812a8d7b3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-31c85b1d600d0fad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-da178014ceb3871f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1bc27ff7acc6f210.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55792026-09-06T04:36:00.124Z Running `/home/build/.rustup/toolchains/1.97.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=44fffb2992ce5fc0 -C extra-filename=-286d131080b2be13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-097a85ab0a0b0e4b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-eac3f307fbee6531.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-89c3e96ea2e045b8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1a057dc0ed01997.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-6dee4d00c862a635.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-aa1a86b23caa11a5.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b5bf1bec9b7e321.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55802026-09-06T04:36:00.226Z Running `/home/build/.rustup/toolchains/1.97.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=e8ad3cd6badb22e5 -C extra-filename=-f9d743d19ca53b8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d4a556f0be204d41.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-785a828ac739e272.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2e4dd57d9d069e85.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f6cb9c5bc65b0453.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-27ea8a765577bcba.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dbacb0f2e27d4b9e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-cfb695dce24a51dd.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6b9e86dcc690177e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-1891fd5697b32062.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c4650d4307bbc6b1.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
55812026-09-06T04:36:00.345Z Running `/home/build/.rustup/toolchains/1.97.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=a8a80862aa6a4198 -C extra-filename=-94dae5fba8af2b55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-76c1d37dcf39f241.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2e4dd57d9d069e85.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-2a8e64a54fceda2c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-b057f48f8f7e5f57.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-1375009a88c839ac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-cfb695dce24a51dd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3f54d5bc532f3b5e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/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`
55822026-09-06T04:36:01.215Z Running `/home/build/.rustup/toolchains/1.97.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=425367e825da75a9 -C extra-filename=-90bdba7e9730da82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-76c1d37dcf39f241.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2e4dd57d9d069e85.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-2a8e64a54fceda2c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-b057f48f8f7e5f57.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-1375009a88c839ac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-cfb695dce24a51dd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3f54d5bc532f3b5e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/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`
55832026-09-06T04:36:01.676Z Running `/home/build/.rustup/toolchains/1.97.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=0116f2c00752f7eb -C extra-filename=-f7cd55ecf40b81c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-cfb695dce24a51dd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/usr/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`
55842026-09-06T04:36:01.765Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
55852026-09-06T04:36:01.768Z Running `/home/build/.rustup/toolchains/1.97.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=27423a4e693f2af1 -C extra-filename=-089e0b56ee8fc284 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-1375009a88c839ac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-cfb695dce24a51dd.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9f3b96fd83c18269.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-eecc71fa9ad9b12b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
55862026-09-06T04:36:01.909Z Running `/home/build/.rustup/toolchains/1.97.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=19c9a30fe78b54b6 -C extra-filename=-56d4fa20e15f3f68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2e4dd57d9d069e85.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-2a8e64a54fceda2c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-b057f48f8f7e5f57.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-1375009a88c839ac.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-cfb695dce24a51dd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3f54d5bc532f3b5e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/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`
55872026-09-06T04:36:02.159Z Running `/home/build/.rustup/toolchains/1.97.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=d34964a26e009de0 -C extra-filename=-3df77ea8313aea3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d4a556f0be204d41.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-785a828ac739e272.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2e4dd57d9d069e85.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f6cb9c5bc65b0453.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-27ea8a765577bcba.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dbacb0f2e27d4b9e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-cfb695dce24a51dd.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6b9e86dcc690177e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-1891fd5697b32062.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c4650d4307bbc6b1.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
55882026-09-06T04:36:02.387Z Running `/home/build/.rustup/toolchains/1.97.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=d1c7b1788f933ff8 -C extra-filename=-0fb2a95029112c76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-785a828ac739e272.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-2a8e64a54fceda2c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-b057f48f8f7e5f57.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-00a37dac445b635d.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-cfb695dce24a51dd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-73dd7642e1e84148.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3f54d5bc532f3b5e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-d51c57f9c262a3fc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
55892026-09-06T04:36:02.712Z Running `/home/build/.rustup/toolchains/1.97.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=131f4b4c3dea8a62 -C extra-filename=-3c6b93ef77b81ed9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-785a828ac739e272.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-2a8e64a54fceda2c.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-b057f48f8f7e5f57.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-00a37dac445b635d.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-cfb695dce24a51dd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-73dd7642e1e84148.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3f54d5bc532f3b5e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-d51c57f9c262a3fc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
55902026-09-06T04:36:04.215Z Running `/home/build/.rustup/toolchains/1.97.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=aad265aa50a4ef39 -C extra-filename=-74dd699cdd28d5fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b48bf31695346c76.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f8457d0dcd58b8ab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1fb702ad2d0af3d9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-2a8e64a54fceda2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a2a96e07d42b36af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-0660e732d6f148f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e1da6cbb2daebd0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-3ee2f5b4a7fc3242.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-687bf1628a811911.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55912026-09-06T04:36:04.724Z Running `/home/build/.rustup/toolchains/1.97.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=50d54dbc72765b07 -C extra-filename=-5db137515a4e7af0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5cd0b75c991b5f54.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b48bf31695346c76.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-18ca14da5b381b67.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f8457d0dcd58b8ab.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f4539e75f326c906.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-25036e9e5d1003cd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-2c70e85fc4a707ac.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-2f18a9c05847a72a.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3a7ec40eb5524455.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7eeeaf6739a67736.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bd9bae2764d9487e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d545c00f0329cf45.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-514a1c3556ddd554.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3eb1d87043273097.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-078dbec28b332951.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8b5e1eae61d347b3.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba7f093ea5cfc914.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-33c3a05658a36d80.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c68ddfa123e400fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-313dde0812a8d7b3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-31c85b1d600d0fad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-da178014ceb3871f.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e1da6cbb2daebd0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-3ee2f5b4a7fc3242.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-8282f73cd626cc67.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e962a30d80a795bb.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-f0e004dd66d5ebdf.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-1eb5c1bcae6809bb.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a168df2d69a81aae.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-e5eb16d9dcccf0ca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1bc27ff7acc6f210.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7d9da0146ff0663d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b7fd3a5c5fc125f2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d91132846617bdad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-73dd7642e1e84148.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-687bf1628a811911.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b3c4414193f344d3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-232b3b7d175167a3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-5ff531196b820e01.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d38d1c5679f86662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55922026-09-06T04:36:06.609Z Running `/home/build/.rustup/toolchains/1.97.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=0c268fd161a38e80 -C extra-filename=-f6c1b9d1b90ea99d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-f9273e9378fb10f7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55932026-09-06T04:36:06.785Z Running `/home/build/.rustup/toolchains/1.97.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=6609d02af3e1e26e -C extra-filename=-4c3eb74e6ab3499e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9ff8d5d4a4e714f8.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-db670d9fa1222da4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-05349bbbc7f1d43d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a6266451580c1066.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5b0911c8cb91d577.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c8de4607e72eed54.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ee3f894063ebfbaf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55942026-09-06T04:36:07.404Z Running `/home/build/.rustup/toolchains/1.97.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=1a4e3fc76e1287ee -C extra-filename=-6b08c917e5ee50fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9ff8d5d4a4e714f8.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-db670d9fa1222da4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-05349bbbc7f1d43d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a6266451580c1066.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5b0911c8cb91d577.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c8de4607e72eed54.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ee3f894063ebfbaf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55952026-09-06T04:36:07.517Z Running `/home/build/.rustup/toolchains/1.97.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=f95c9490506eac35 -C extra-filename=-f4819fbfca792e98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-72c29cb0b9caf29f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f8457d0dcd58b8ab.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2d064232c3fe42d9.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-24d80fe873c1d2e1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bd9bae2764d9487e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a86609f096ace540.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-af3e9e581cfef048.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7d9da0146ff0663d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-674e0ef60c6203eb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55962026-09-06T04:36:07.946Z Running `/home/build/.rustup/toolchains/1.97.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=59c5611fe2c9c45d -C extra-filename=-452584c095facf02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9ff8d5d4a4e714f8.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-db670d9fa1222da4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a6266451580c1066.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ee3f894063ebfbaf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55972026-09-06T04:36:07.981Z Running `/home/build/.rustup/toolchains/1.97.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=9364dbe8db8771c9 -C extra-filename=-07ff32f22af4bea5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d545c00f0329cf45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7d9da0146ff0663d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-1a2eaaf41e6bade2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55982026-09-06T04:36:10.186Z Running `/home/build/.rustup/toolchains/1.97.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=0c857063af8687e9 -C extra-filename=-cf75ab51e1118791 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-72c29cb0b9caf29f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f8457d0dcd58b8ab.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-24d80fe873c1d2e1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bd9bae2764d9487e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a86609f096ace540.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-af3e9e581cfef048.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7d9da0146ff0663d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-674e0ef60c6203eb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55992026-09-06T04:36:10.464Z Running `/home/build/.rustup/toolchains/1.97.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=a4fb9eb81d7412fd -C extra-filename=-c66736e41b02aa15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-db670d9fa1222da4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-05349bbbc7f1d43d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a6266451580c1066.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5b0911c8cb91d577.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c8de4607e72eed54.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ee3f894063ebfbaf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
56002026-09-06T04:36:11.575Z Running `/home/build/.rustup/toolchains/1.97.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=2302978214698089 -C extra-filename=-b1081a8668560e2e --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-34de0cd9290266be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
56012026-09-06T04:36:14.146Z Running `/home/build/.rustup/toolchains/1.97.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=77bde36515a6254d -C extra-filename=-4544404040164499 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b48bf31695346c76.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-6fccdabade519cfc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-fecef3a08d40cd1e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-33c3a05658a36d80.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-c86f32427a6f0d90.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
56022026-09-06T04:36:14.315Z Running `/home/build/.rustup/toolchains/1.97.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=b10c8eaf23dce093 -C extra-filename=-a9e8c5be4ff37b50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-f851b7917f5eab5e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-f3297e304c4634f2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-38e581315929c681.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-514a1c3556ddd554.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3eb1d87043273097.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-53aff28a8cc2bb44.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-7a9b68eb753bfcf8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b784691f215b8431.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d91132846617bdad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c7b9ba2035881c61.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d38d1c5679f86662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
56032026-09-06T04:36:17.366Z Running `/home/build/.rustup/toolchains/1.97.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=05f9cefba442268b -C extra-filename=-fd49e9206f891158 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-ce3c88b3eb934864.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1660e7efe415f875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bd9bae2764d9487e.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d545c00f0329cf45.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-38e581315929c681.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a2a96e07d42b36af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-ac8505c9b4bb0ba7.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-da178014ceb3871f.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-4171d9fdba01217d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7d9da0146ff0663d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-1a2eaaf41e6bade2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d38d1c5679f86662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
56042026-09-06T04:36:17.596Z Running `/home/build/.rustup/toolchains/1.97.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=4b69500f7e1ce77d -C extra-filename=-807c04078df9d148 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-27ea8a765577bcba.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-0660e732d6f148f8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
56052026-09-06T04:36:17.997Z Running `/home/build/.rustup/toolchains/1.97.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=f540e22dbd8eb7b6 -C extra-filename=-2b004bffbe7c01bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-09570ab164c3c0ab.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f6c79ae6259a5610.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b5bf1bec9b7e321.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
56062026-09-06T04:36:18.084Z Running `/home/build/.rustup/toolchains/1.97.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=770cb9e242836f7b -C extra-filename=-07c9270fabb67ddb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9ff8d5d4a4e714f8.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-db670d9fa1222da4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-05349bbbc7f1d43d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a6266451580c1066.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5b0911c8cb91d577.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c8de4607e72eed54.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ee3f894063ebfbaf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
56072026-09-06T04:36:18.185Z Running `/home/build/.rustup/toolchains/1.97.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=bced2056ca7dbce9 -C extra-filename=-d949b63fbeeb9613 --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-fcf6eb9bf07b1215.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-6d12d2f24d7f6704.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6331658d236cc073.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56082026-09-06T04:36:19.804Z Running `/home/build/.rustup/toolchains/1.97.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=68b1cbfee5cfe192 -C extra-filename=-50d81f7b25503604 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d2739a3c93bf2b21.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56092026-09-06T04:36:20.884Z Running `/home/build/.rustup/toolchains/1.97.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=1f9e3fbf01a0a9f8 -C extra-filename=-36dca15764d2387c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0d045b05607e7973.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-00a37dac445b635d.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-e9317d1dc2e663f2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-31df7d7f74ccca7d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3c25b49746f1e0c4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
56102026-09-06T04:36:20.999Z Running `/home/build/.rustup/toolchains/1.97.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=e16d82fd3c5f5424 -C extra-filename=-6e7279cec64545a6 --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-7655d3f0c6239f4f.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-b9e3a20e0ee67658.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-5b9751ce9dbeac6d.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-e2834e9bfcd4c06c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7daf0ce81eef524f.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c892d145af9613d7.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-8e1cf716106d1b4a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-e4282e7a3ec43651.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1c0696c1a58eee79.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56112026-09-06T04:36:26.521Z Running `/home/build/.rustup/toolchains/1.97.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=11b7674b74ca38e7 -C extra-filename=-e69d95b26da257a9 --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-91070d4dd2b6e12d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56122026-09-06T04:36:27.464Z Running `/home/build/.rustup/toolchains/1.97.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=56ad2fe9ccb5cdd5 -C extra-filename=-0cabc3597d330a92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-93631b5dd78669ae.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-eb29bb7a1e50fc46.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-e69d95b26da257a9.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-27ea8a765577bcba.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-fb861e96c7b30b33.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-671378e94da216c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-83d6a52ae2cee461.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/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`
56132026-09-06T04:36:27.810Z Running `/home/build/.rustup/toolchains/1.97.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=da6c20b3874c9871 -C extra-filename=-37da8439eeda66b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6b9e86dcc690177e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-d51c57f9c262a3fc.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/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`
56142026-09-06T04:36:31.023Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
56152026-09-06T04:36:31.026Z Running `/home/build/.rustup/toolchains/1.97.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=abe2109fed20b896 -C extra-filename=-901010f20c1d8c3a --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-4faab88579d4cf74.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0cabc3597d330a92.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
56162026-09-06T04:36:31.945Z Running `/home/build/.rustup/toolchains/1.97.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=6091e2338335f30f -C extra-filename=-0610f7bcbe09bfed --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-87380c81a3160dfb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-48ac084abdefba81.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-416987f38c590dbd.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0cabc3597d330a92.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-901010f20c1d8c3a.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-feffbc15b032cc1b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56172026-09-06T04:36:32.384Z Running `/home/build/.rustup/toolchains/1.97.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=bc3244a553470c8e -C extra-filename=-fb6db18469886d14 --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-91070d4dd2b6e12d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56182026-09-06T04:36:32.385Z Running `/home/build/.rustup/toolchains/1.97.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=bd4984ef76d785d4 -C extra-filename=-428318847956c4d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6b9e86dcc690177e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-d51c57f9c262a3fc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/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`
56192026-09-06T04:36:32.389Z Running `/home/build/.rustup/toolchains/1.97.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=0d03e4037e11402b -C extra-filename=-8556f7386bc4489a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-93631b5dd78669ae.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-eb29bb7a1e50fc46.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-e69d95b26da257a9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-27ea8a765577bcba.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-fb861e96c7b30b33.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-671378e94da216c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-83d6a52ae2cee461.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/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`
56202026-09-06T04:36:32.389Z Running `/home/build/.rustup/toolchains/1.97.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=04673ff759c44f99 -C extra-filename=-f1ace46e29380661 --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-4faab88579d4cf74.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0cabc3597d330a92.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
56212026-09-06T04:36:32.389Z Running `/home/build/.rustup/toolchains/1.97.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=b80031f7bf5a9373 -C extra-filename=-ead4f7db4709f5ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56222026-09-06T04:36:36.708Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2024 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=e7c83df758218262 -C extra-filename=-c01ae1e2786b59e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-87380c81a3160dfb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-785a828ac739e272.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-48ac084abdefba81.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-416987f38c590dbd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0cabc3597d330a92.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-901010f20c1d8c3a.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-e69d95b26da257a9.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0610f7bcbe09bfed.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-feffbc15b032cc1b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f6cb9c5bc65b0453.rmeta --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-699957af3676be70.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bed4c6f13ac1ed92.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-31cb6a071379b6dc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6b9e86dcc690177e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/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`
56232026-09-06T04:36:38.452Z Running `/home/build/.rustup/toolchains/1.97.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=8034f0a2f834647e -C extra-filename=-342e772aacb1257c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5cd0b75c991b5f54.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b48bf31695346c76.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-18ca14da5b381b67.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f8457d0dcd58b8ab.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f4539e75f326c906.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-25036e9e5d1003cd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-2c70e85fc4a707ac.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-2f18a9c05847a72a.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3a7ec40eb5524455.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7eeeaf6739a67736.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bd9bae2764d9487e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d545c00f0329cf45.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-514a1c3556ddd554.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7daf0ce81eef524f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3eb1d87043273097.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-078dbec28b332951.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8b5e1eae61d347b3.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba7f093ea5cfc914.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-33c3a05658a36d80.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c68ddfa123e400fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-313dde0812a8d7b3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-31c85b1d600d0fad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-da178014ceb3871f.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e1da6cbb2daebd0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-3ee2f5b4a7fc3242.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-8282f73cd626cc67.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e962a30d80a795bb.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-f0e004dd66d5ebdf.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-1eb5c1bcae6809bb.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a168df2d69a81aae.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-e5eb16d9dcccf0ca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1bc27ff7acc6f210.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7d9da0146ff0663d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b7fd3a5c5fc125f2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d91132846617bdad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-73dd7642e1e84148.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-687bf1628a811911.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b3c4414193f344d3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-232b3b7d175167a3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-5ff531196b820e01.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d38d1c5679f86662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56242026-09-06T04:36:38.457Z Running `/home/build/.rustup/toolchains/1.97.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=ed2107b486f481b0 -C extra-filename=-241f37796200365a --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-7655d3f0c6239f4f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-b9e3a20e0ee67658.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-5b9751ce9dbeac6d.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-e2834e9bfcd4c06c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7daf0ce81eef524f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c892d145af9613d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-8e1cf716106d1b4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-e4282e7a3ec43651.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1c0696c1a58eee79.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56252026-09-06T04:36:38.457Z Running `/home/build/.rustup/toolchains/1.97.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=29502a2e22e02e4c -C extra-filename=-14017fc259c29ece --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5cd0b75c991b5f54.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b48bf31695346c76.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-18ca14da5b381b67.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f8457d0dcd58b8ab.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f4539e75f326c906.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-25036e9e5d1003cd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-2c70e85fc4a707ac.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-2f18a9c05847a72a.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7eeeaf6739a67736.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bd9bae2764d9487e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d545c00f0329cf45.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-514a1c3556ddd554.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7daf0ce81eef524f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3eb1d87043273097.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-078dbec28b332951.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8b5e1eae61d347b3.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba7f093ea5cfc914.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-33c3a05658a36d80.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c68ddfa123e400fc.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-313dde0812a8d7b3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-31c85b1d600d0fad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-da178014ceb3871f.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e1da6cbb2daebd0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-3ee2f5b4a7fc3242.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-8282f73cd626cc67.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e962a30d80a795bb.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-f0e004dd66d5ebdf.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-1eb5c1bcae6809bb.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a168df2d69a81aae.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-e5eb16d9dcccf0ca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1bc27ff7acc6f210.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7d9da0146ff0663d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b7fd3a5c5fc125f2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d91132846617bdad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-73dd7642e1e84148.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-687bf1628a811911.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b3c4414193f344d3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-232b3b7d175167a3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d38d1c5679f86662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56262026-09-06T04:36:38.485Z Running `/home/build/.rustup/toolchains/1.97.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=9b291e47337b6dc1 -C extra-filename=-c8bd0f1fe47bece6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5cd0b75c991b5f54.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b48bf31695346c76.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-18ca14da5b381b67.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f8457d0dcd58b8ab.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f4539e75f326c906.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-25036e9e5d1003cd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-2c70e85fc4a707ac.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-2f18a9c05847a72a.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7eeeaf6739a67736.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bd9bae2764d9487e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d545c00f0329cf45.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-514a1c3556ddd554.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7daf0ce81eef524f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3eb1d87043273097.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-078dbec28b332951.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8b5e1eae61d347b3.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba7f093ea5cfc914.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-33c3a05658a36d80.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c68ddfa123e400fc.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-313dde0812a8d7b3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-31c85b1d600d0fad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-da178014ceb3871f.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e1da6cbb2daebd0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-3ee2f5b4a7fc3242.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-8282f73cd626cc67.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e962a30d80a795bb.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-f0e004dd66d5ebdf.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-1eb5c1bcae6809bb.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a168df2d69a81aae.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-e5eb16d9dcccf0ca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1bc27ff7acc6f210.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7d9da0146ff0663d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b7fd3a5c5fc125f2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d91132846617bdad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-73dd7642e1e84148.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-687bf1628a811911.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b3c4414193f344d3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-232b3b7d175167a3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d38d1c5679f86662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56272026-09-06T04:36:38.490Z Running `/home/build/.rustup/toolchains/1.97.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=eece71403af1473e -C extra-filename=-6de255574575f71d --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-7655d3f0c6239f4f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-b9e3a20e0ee67658.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-6e7279cec64545a6.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-5b9751ce9dbeac6d.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-e2834e9bfcd4c06c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7daf0ce81eef524f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c892d145af9613d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-8e1cf716106d1b4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-e4282e7a3ec43651.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1c0696c1a58eee79.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56282026-09-06T04:36:38.490Z Running `/home/build/.rustup/toolchains/1.97.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=6ecf91c518933e7d -C extra-filename=-6c8a6bc412babceb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5cd0b75c991b5f54.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b48bf31695346c76.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-18ca14da5b381b67.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f8457d0dcd58b8ab.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f4539e75f326c906.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-25036e9e5d1003cd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-2c70e85fc4a707ac.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-2f18a9c05847a72a.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3a7ec40eb5524455.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7eeeaf6739a67736.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bd9bae2764d9487e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d545c00f0329cf45.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-514a1c3556ddd554.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7daf0ce81eef524f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3eb1d87043273097.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-078dbec28b332951.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8b5e1eae61d347b3.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba7f093ea5cfc914.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-33c3a05658a36d80.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c68ddfa123e400fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-313dde0812a8d7b3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-31c85b1d600d0fad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-da178014ceb3871f.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e1da6cbb2daebd0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-3ee2f5b4a7fc3242.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-8282f73cd626cc67.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e962a30d80a795bb.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-f0e004dd66d5ebdf.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-1eb5c1bcae6809bb.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a168df2d69a81aae.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-e5eb16d9dcccf0ca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1bc27ff7acc6f210.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7d9da0146ff0663d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b7fd3a5c5fc125f2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d91132846617bdad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-73dd7642e1e84148.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-687bf1628a811911.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b3c4414193f344d3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-232b3b7d175167a3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-5ff531196b820e01.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d38d1c5679f86662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56292026-09-06T04:36:38.490Z Running `/home/build/.rustup/toolchains/1.97.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=d32672357697592a -C extra-filename=-277c3678889f45a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c08d06f2f10a90f9.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1fcf2ea8a8849328.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-785a828ac739e272.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-097a85ab0a0b0e4b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a2a96e07d42b36af.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bed4c6f13ac1ed92.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7daf0ce81eef524f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-4171d9fdba01217d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-d51c57f9c262a3fc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56302026-09-06T04:36:38.521Z Running `/home/build/.rustup/toolchains/1.97.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=dff47056b96200ed -C extra-filename=-e1d61de89c6d4b36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5cd0b75c991b5f54.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b48bf31695346c76.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-18ca14da5b381b67.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f8457d0dcd58b8ab.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f4539e75f326c906.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-25036e9e5d1003cd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-2c70e85fc4a707ac.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-2f18a9c05847a72a.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3a7ec40eb5524455.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7eeeaf6739a67736.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bd9bae2764d9487e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d545c00f0329cf45.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-514a1c3556ddd554.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7daf0ce81eef524f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3eb1d87043273097.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-078dbec28b332951.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8b5e1eae61d347b3.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba7f093ea5cfc914.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-33c3a05658a36d80.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c68ddfa123e400fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-313dde0812a8d7b3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-31c85b1d600d0fad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-da178014ceb3871f.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e1da6cbb2daebd0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-3ee2f5b4a7fc3242.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-8282f73cd626cc67.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e962a30d80a795bb.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-f0e004dd66d5ebdf.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-1eb5c1bcae6809bb.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a168df2d69a81aae.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-e5eb16d9dcccf0ca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1bc27ff7acc6f210.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7d9da0146ff0663d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b7fd3a5c5fc125f2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d91132846617bdad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-73dd7642e1e84148.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-687bf1628a811911.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b3c4414193f344d3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-232b3b7d175167a3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-5ff531196b820e01.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d38d1c5679f86662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56312026-09-06T04:36:38.526Z Running `/home/build/.rustup/toolchains/1.97.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=728e25157efa6d25 -C extra-filename=-4ac0840586ae678d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5cd0b75c991b5f54.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b48bf31695346c76.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-18ca14da5b381b67.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f8457d0dcd58b8ab.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f4539e75f326c906.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-25036e9e5d1003cd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-2c70e85fc4a707ac.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-2f18a9c05847a72a.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7eeeaf6739a67736.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bd9bae2764d9487e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d545c00f0329cf45.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-514a1c3556ddd554.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7daf0ce81eef524f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3eb1d87043273097.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-078dbec28b332951.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8b5e1eae61d347b3.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba7f093ea5cfc914.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-33c3a05658a36d80.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c68ddfa123e400fc.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-313dde0812a8d7b3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-31c85b1d600d0fad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-da178014ceb3871f.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e1da6cbb2daebd0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-3ee2f5b4a7fc3242.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-8282f73cd626cc67.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e962a30d80a795bb.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-f0e004dd66d5ebdf.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-1eb5c1bcae6809bb.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a168df2d69a81aae.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-e5eb16d9dcccf0ca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1bc27ff7acc6f210.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7d9da0146ff0663d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b7fd3a5c5fc125f2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d91132846617bdad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-73dd7642e1e84148.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-687bf1628a811911.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b3c4414193f344d3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-232b3b7d175167a3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d38d1c5679f86662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56322026-09-06T04:36:38.526Z Running `/home/build/.rustup/toolchains/1.97.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=0a2eaba7ca6d614e -C extra-filename=-152ca34e736f0631 --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-7655d3f0c6239f4f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-b9e3a20e0ee67658.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-6e7279cec64545a6.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-5b9751ce9dbeac6d.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-e2834e9bfcd4c06c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7daf0ce81eef524f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c892d145af9613d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-8e1cf716106d1b4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-e4282e7a3ec43651.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1c0696c1a58eee79.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56332026-09-06T04:36:38.526Z Running `/home/build/.rustup/toolchains/1.97.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=9284693c2ecbbd1a -C extra-filename=-d6f558ec7860021e --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-7655d3f0c6239f4f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-b9e3a20e0ee67658.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-6e7279cec64545a6.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-5b9751ce9dbeac6d.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-e2834e9bfcd4c06c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7daf0ce81eef524f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c892d145af9613d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-8e1cf716106d1b4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-e4282e7a3ec43651.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1c0696c1a58eee79.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56342026-09-06T04:36:38.526Z Running `/home/build/.rustup/toolchains/1.97.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=65c16664e6daefe9 -C extra-filename=-7df518ff72e920bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5cd0b75c991b5f54.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b48bf31695346c76.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-18ca14da5b381b67.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f8457d0dcd58b8ab.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f4539e75f326c906.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-25036e9e5d1003cd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-2c70e85fc4a707ac.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-2f18a9c05847a72a.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3a7ec40eb5524455.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7eeeaf6739a67736.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bd9bae2764d9487e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d545c00f0329cf45.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-514a1c3556ddd554.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7daf0ce81eef524f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3eb1d87043273097.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-078dbec28b332951.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8b5e1eae61d347b3.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba7f093ea5cfc914.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-33c3a05658a36d80.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c68ddfa123e400fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-313dde0812a8d7b3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-31c85b1d600d0fad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-da178014ceb3871f.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e1da6cbb2daebd0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-3ee2f5b4a7fc3242.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-8282f73cd626cc67.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e962a30d80a795bb.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-f0e004dd66d5ebdf.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-1eb5c1bcae6809bb.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a168df2d69a81aae.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-e5eb16d9dcccf0ca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1bc27ff7acc6f210.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7d9da0146ff0663d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b7fd3a5c5fc125f2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d91132846617bdad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-73dd7642e1e84148.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-687bf1628a811911.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b3c4414193f344d3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-232b3b7d175167a3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-5ff531196b820e01.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d38d1c5679f86662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56352026-09-06T04:36:38.526Z Running `/home/build/.rustup/toolchains/1.97.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=a559ce81c5c026c8 -C extra-filename=-8c32a7ff37923eeb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5cd0b75c991b5f54.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b48bf31695346c76.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-18ca14da5b381b67.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f8457d0dcd58b8ab.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f4539e75f326c906.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-25036e9e5d1003cd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-2c70e85fc4a707ac.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-2f18a9c05847a72a.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3a7ec40eb5524455.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7eeeaf6739a67736.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bd9bae2764d9487e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d545c00f0329cf45.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-514a1c3556ddd554.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7daf0ce81eef524f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3eb1d87043273097.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-078dbec28b332951.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8b5e1eae61d347b3.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba7f093ea5cfc914.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-33c3a05658a36d80.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c68ddfa123e400fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-313dde0812a8d7b3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-31c85b1d600d0fad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-da178014ceb3871f.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e1da6cbb2daebd0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-3ee2f5b4a7fc3242.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-8282f73cd626cc67.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e962a30d80a795bb.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-f0e004dd66d5ebdf.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-1eb5c1bcae6809bb.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a168df2d69a81aae.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-e5eb16d9dcccf0ca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1bc27ff7acc6f210.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7d9da0146ff0663d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b7fd3a5c5fc125f2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d91132846617bdad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-73dd7642e1e84148.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-687bf1628a811911.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b3c4414193f344d3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-232b3b7d175167a3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-5ff531196b820e01.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d38d1c5679f86662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56362026-09-06T04:36:38.684Z Running `/home/build/.rustup/toolchains/1.97.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=8b22a13075dff2c4 -C extra-filename=-ac25ec8365787b81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5cd0b75c991b5f54.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b48bf31695346c76.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-18ca14da5b381b67.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f8457d0dcd58b8ab.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f4539e75f326c906.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-25036e9e5d1003cd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-2c70e85fc4a707ac.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-2f18a9c05847a72a.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7eeeaf6739a67736.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bd9bae2764d9487e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d545c00f0329cf45.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-514a1c3556ddd554.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7daf0ce81eef524f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3eb1d87043273097.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-078dbec28b332951.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8b5e1eae61d347b3.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba7f093ea5cfc914.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-33c3a05658a36d80.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c68ddfa123e400fc.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-313dde0812a8d7b3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-31c85b1d600d0fad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-da178014ceb3871f.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e1da6cbb2daebd0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-3ee2f5b4a7fc3242.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-8282f73cd626cc67.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e962a30d80a795bb.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-f0e004dd66d5ebdf.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-1eb5c1bcae6809bb.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a168df2d69a81aae.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-e5eb16d9dcccf0ca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1bc27ff7acc6f210.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7d9da0146ff0663d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b7fd3a5c5fc125f2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d91132846617bdad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-73dd7642e1e84148.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-687bf1628a811911.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b3c4414193f344d3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-232b3b7d175167a3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d38d1c5679f86662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56372026-09-06T04:37:09.324Z Running `/home/build/.rustup/toolchains/1.97.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=6bf89deae15f4c63 -C extra-filename=-397ae362e62ee53c --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-1dbc576d48949507.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1a057dc0ed01997.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56382026-09-06T04:37:09.324Z Running `/home/build/.rustup/toolchains/1.97.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=2dd07f445ee19b96 -C extra-filename=-1e7ea785bb7786dd --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-99a1b43c74aa57d0.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-ac8505c9b4bb0ba7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/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`
56392026-09-06T04:37:09.328Z Running `/home/build/.rustup/toolchains/1.97.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=80d0e98dc5fa2953 -C extra-filename=-e42087d8dcff9f6a --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-1dbc576d48949507.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6b9e86dcc690177e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/usr/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`
56402026-09-06T04:37:09.366Z Running `/home/build/.rustup/toolchains/1.97.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=529c3622c125009e -C extra-filename=-4cf9f9bdc8bb11f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/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`
56412026-09-06T04:37:09.369Z Running `/home/build/.rustup/toolchains/1.97.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=e6103be9d59dfd6c -C extra-filename=-239b5a680ba97f88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/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`
56422026-09-06T04:37:09.400Z Running `/home/build/.rustup/toolchains/1.97.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=f3f71ef59a62fbc0 -C extra-filename=-5fcefaba031f2533 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0610f7bcbe09bfed.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/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`
56432026-09-06T04:37:09.428Z Running `/home/build/.rustup/toolchains/1.97.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=f1f6c37c764dcb98 -C extra-filename=-e8a2ffaff36959fb --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-7dad46870158de81.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rmeta --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-01849deb0fbe0b1a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/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`
56442026-09-06T04:37:09.860Z Running `/home/build/.rustup/toolchains/1.97.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=1a0e3a03d5072ae9 -C extra-filename=-6e0a473cda8c3786 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f4539e75f326c906.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-845bdb03a93c94c1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-eb29bb7a1e50fc46.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1e7ea785bb7786dd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f6cb9c5bc65b0453.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-30c777627fedb4fa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-ac8505c9b4bb0ba7.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7daf0ce81eef524f.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-6dee4d00c862a635.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-83d6a52ae2cee461.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-73dd7642e1e84148.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56452026-09-06T04:37:11.316Z Running `/home/build/.rustup/toolchains/1.97.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=ab0f5153bbb1e48a -C extra-filename=-f0931db5cc77db11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c08d06f2f10a90f9.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1fcf2ea8a8849328.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-021772907a58f31c.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1fb702ad2d0af3d9.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2e4dd57d9d069e85.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0610f7bcbe09bfed.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ed1f8ec29ce83f9a.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5fcefaba031f2533.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/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`
56462026-09-06T04:37:13.120Z Running `/home/build/.rustup/toolchains/1.97.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=1958bddcd144beda -C extra-filename=-c72399686e750dfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-4b778ed7c17d17c4.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5fcefaba031f2533.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-239b5a680ba97f88.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2643e4d549893588.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/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`
56472026-09-06T04:37:13.708Z Running `/home/build/.rustup/toolchains/1.97.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=13c69a16a57c2057 -C extra-filename=-4aaaf1dc8d493217 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/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`
56482026-09-06T04:37:13.713Z Running `/home/build/.rustup/toolchains/1.97.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=ef50e6f2c7583fce -C extra-filename=-e1cd7d0eed3f75a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0610f7bcbe09bfed.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/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`
56492026-09-06T04:37:13.713Z Running `/home/build/.rustup/toolchains/1.97.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=1499b60a6c6ec4d5 -C extra-filename=-9079a6909b642696 --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-99a1b43c74aa57d0.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-ac8505c9b4bb0ba7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/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`
56502026-09-06T04:37:13.739Z Running `/home/build/.rustup/toolchains/1.97.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=6b7e4d24e94cd38d -C extra-filename=-7a8643be0c53f79e --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-7dad46870158de81.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-01849deb0fbe0b1a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/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`
56512026-09-06T04:37:13.743Z Running `/home/build/.rustup/toolchains/1.97.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=5576a9646438c34c -C extra-filename=-265397459a5b6627 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f4539e75f326c906.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-845bdb03a93c94c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-eb29bb7a1e50fc46.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1e7ea785bb7786dd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f6cb9c5bc65b0453.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-30c777627fedb4fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-ac8505c9b4bb0ba7.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7daf0ce81eef524f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-6dee4d00c862a635.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-83d6a52ae2cee461.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-73dd7642e1e84148.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56522026-09-06T04:37:13.744Z Running `/home/build/.rustup/toolchains/1.97.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=1ae9ec3a64796a33 -C extra-filename=-d3fa40a82a5f0873 --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-87380c81a3160dfb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-48ac084abdefba81.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-416987f38c590dbd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0cabc3597d330a92.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-901010f20c1d8c3a.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0610f7bcbe09bfed.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-feffbc15b032cc1b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/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`
56532026-09-06T04:37:13.744Z Running `/home/build/.rustup/toolchains/1.97.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=18388fb2d77c0f47 -C extra-filename=-c5c868efbf6414f3 --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-87380c81a3160dfb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-48ac084abdefba81.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-416987f38c590dbd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0cabc3597d330a92.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-901010f20c1d8c3a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-feffbc15b032cc1b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/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`
56542026-09-06T04:37:13.771Z Running `/home/build/.rustup/toolchains/1.97.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=9f93acddd42f71cb -C extra-filename=-9047ed1634ef0fad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-87380c81a3160dfb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-feffbc15b032cc1b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/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`
56552026-09-06T04:37:14.424Z Running `/home/build/.rustup/toolchains/1.97.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=a268f5105cdbaf92 -C extra-filename=-0dc6ba15191b6cba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-bb933ccd7306b65d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-785a828ac739e272.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-2cac908b3a12a9f8.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-184964ca2713f5e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6e0a473cda8c3786.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-30c777627fedb4fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-eac3f307fbee6531.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56562026-09-06T04:37:14.427Z Running `/home/build/.rustup/toolchains/1.97.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=e187ebfb884e55d1 -C extra-filename=-95ea4a1c25fc643d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6e0a473cda8c3786.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-3a6cb7ac30601e9f.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-53eed4aca374d749.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-eac3f307fbee6531.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/usr/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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56572026-09-06T04:37:14.456Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2024 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=34f8b81197ba6a1b -C extra-filename=-5fa4c7bc40dd69ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-87380c81a3160dfb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-785a828ac739e272.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0481bc443d456d6a.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-48ac084abdefba81.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-416987f38c590dbd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-08a83ca5341a4fd4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0cabc3597d330a92.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-901010f20c1d8c3a.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-e69d95b26da257a9.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0610f7bcbe09bfed.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-feffbc15b032cc1b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6e0a473cda8c3786.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f6cb9c5bc65b0453.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-699957af3676be70.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bed4c6f13ac1ed92.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7daf0ce81eef524f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-fb861e96c7b30b33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3c25b49746f1e0c4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-75dc4484a4e65dd6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-0660e732d6f148f8.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9c5016636d373d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-31cb6a071379b6dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1c0696c1a58eee79.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6b9e86dcc690177e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-552d575f49541a91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56582026-09-06T04:37:14.472Z Running `/home/build/.rustup/toolchains/1.97.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=98b1bf71b8f9984b -C extra-filename=-0ebc9d74d836d4e8 --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-87380c81a3160dfb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-38988309ba28d459.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-feffbc15b032cc1b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6e0a473cda8c3786.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1a057dc0ed01997.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56592026-09-06T04:37:14.489Z Running `/home/build/.rustup/toolchains/1.97.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=e7c927b760186c4d -C extra-filename=-8d63754be4310856 --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-1dbc576d48949507.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0cabc3597d330a92.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6e0a473cda8c3786.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-20b464a727b623cc.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6b9e86dcc690177e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56602026-09-06T04:37:14.493Z Running `/home/build/.rustup/toolchains/1.97.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=965d9256646e4c9e -C extra-filename=-5656f5be9dec6c63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-bb933ccd7306b65d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-785a828ac739e272.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-2cac908b3a12a9f8.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-184964ca2713f5e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6e0a473cda8c3786.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-eac3f307fbee6531.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56612026-09-06T04:37:14.493Z Running `/home/build/.rustup/toolchains/1.97.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=907de986cffba0b3 -C extra-filename=-26ef46cc2324678e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6e0a473cda8c3786.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-3a6cb7ac30601e9f.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-53eed4aca374d749.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-bae00d0034150154.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-eac3f307fbee6531.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/usr/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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56622026-09-06T04:37:15.408Z Running `/home/build/.rustup/toolchains/1.97.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' --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=d7f064c0c5b07d2e -C extra-filename=-f4428bb888629863 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-87380c81a3160dfb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-72c29cb0b9caf29f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f8457d0dcd58b8ab.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c08d06f2f10a90f9.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1fcf2ea8a8849328.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-021772907a58f31c.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1fb702ad2d0af3d9.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f4539e75f326c906.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-2707fd2b4d62d727.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-50b668b5a7d16314.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-845bdb03a93c94c1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5241763e0537959b.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-eb29bb7a1e50fc46.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1735f513b70e889a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7eeeaf6739a67736.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-4b778ed7c17d17c4.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-fd344a606b99136f.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9dc9b3a45e3b5107.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-090df685e7b2a59f.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0cabc3597d330a92.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-a096fb1e87e9cad9.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0610f7bcbe09bfed.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-feffbc15b032cc1b.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-43b0e1a671b876a7.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8c0d0bd8c12a803d.rmeta --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-37da8439eeda66b5.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-fa00b621cade5da0.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-8991bf789b2318ef.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-397ae362e62ee53c.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ed1f8ec29ce83f9a.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5fcefaba031f2533.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f0931db5cc77db11.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-239b5a680ba97f88.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-4cf9f9bdc8bb11f7.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e42087d8dcff9f6a.rmeta --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-01849deb0fbe0b1a.rmeta --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-e8a2ffaff36959fb.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1e7ea785bb7786dd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f6cb9c5bc65b0453.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a2a96e07d42b36af.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bed4c6f13ac1ed92.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rmeta --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-ac8505c9b4bb0ba7.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-27ea8a765577bcba.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1a057dc0ed01997.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-078dbec28b332951.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dbacb0f2e27d4b9e.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2643e4d549893588.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f76d13c7ea65e2fc.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-dfc3df3487d27210.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8b5e1eae61d347b3.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c68ddfa123e400fc.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-6a13fda83f39c472.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b784691f215b8431.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9c5016636d373d10.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-864a0b1cdf85cb0b.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-671378e94da216c3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-31cb6a071379b6dc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-83d6a52ae2cee461.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6b9e86dcc690177e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-c72399686e750dfc.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3f54d5bc532f3b5e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/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`
56632026-09-06T04:37:15.856Z Running `/home/build/.rustup/toolchains/1.97.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=bccb8eda7c2a9643 -C extra-filename=-111a978c3adfe887 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ed1f8ec29ce83f9a.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f0931db5cc77db11.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-dbe9527fc093ad22.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-31c85b1d600d0fad.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/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`
56642026-09-06T04:37:17.563Z Running `/home/build/.rustup/toolchains/1.97.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 --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=0c21c559b7a7cfbc -C extra-filename=-4e9163a4251b047a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-87380c81a3160dfb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-72c29cb0b9caf29f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f8457d0dcd58b8ab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c08d06f2f10a90f9.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1fcf2ea8a8849328.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-021772907a58f31c.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1fb702ad2d0af3d9.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0481bc443d456d6a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f4539e75f326c906.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-2707fd2b4d62d727.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-50b668b5a7d16314.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9ff8d5d4a4e714f8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-845bdb03a93c94c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5241763e0537959b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-eb29bb7a1e50fc46.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1735f513b70e889a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-097a85ab0a0b0e4b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-38988309ba28d459.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1a47a5a0db9c07c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-08a83ca5341a4fd4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7eeeaf6739a67736.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-4b778ed7c17d17c4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-fd344a606b99136f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9dc9b3a45e3b5107.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-090df685e7b2a59f.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0cabc3597d330a92.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-a096fb1e87e9cad9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0610f7bcbe09bfed.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-feffbc15b032cc1b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-43b0e1a671b876a7.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8c0d0bd8c12a803d.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-37da8439eeda66b5.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-fa00b621cade5da0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-8991bf789b2318ef.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-397ae362e62ee53c.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ed1f8ec29ce83f9a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5fcefaba031f2533.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f0931db5cc77db11.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-239b5a680ba97f88.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-4cf9f9bdc8bb11f7.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e42087d8dcff9f6a.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-01849deb0fbe0b1a.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-e8a2ffaff36959fb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1e7ea785bb7786dd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6e0a473cda8c3786.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-20b464a727b623cc.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f6cb9c5bc65b0453.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a2a96e07d42b36af.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bed4c6f13ac1ed92.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-ac8505c9b4bb0ba7.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7daf0ce81eef524f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-eac3f307fbee6531.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-27ea8a765577bcba.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c892d145af9613d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1a057dc0ed01997.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-6dee4d00c862a635.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-078dbec28b332951.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dbacb0f2e27d4b9e.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2643e4d549893588.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3c25b49746f1e0c4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f76d13c7ea65e2fc.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-dfc3df3487d27210.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8b5e1eae61d347b3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c68ddfa123e400fc.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-6a13fda83f39c472.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-0660e732d6f148f8.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-cfb695dce24a51dd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b784691f215b8431.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9c5016636d373d10.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-864a0b1cdf85cb0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-671378e94da216c3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-31cb6a071379b6dc.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-246b5fd5aaff164e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-83d6a52ae2cee461.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6331658d236cc073.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6b9e86dcc690177e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-c72399686e750dfc.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-552d575f49541a91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-73dd7642e1e84148.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3f54d5bc532f3b5e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56652026-09-06T04:37:17.567Z Running `/home/build/.rustup/toolchains/1.97.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=4c328bce8a6640d5 -C extra-filename=-c64daebf12a79181 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-316b370c07586919.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-239b5a680ba97f88.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-1891fd5697b32062.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/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`
56662026-09-06T04:37:17.567Z Running `/home/build/.rustup/toolchains/1.97.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=105d2c7696bdd482 -C extra-filename=-fb0878dbc082aaeb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-4b778ed7c17d17c4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5fcefaba031f2533.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-239b5a680ba97f88.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2643e4d549893588.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/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`
56672026-09-06T04:37:17.595Z Running `/home/build/.rustup/toolchains/1.97.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=0299fb7c26d458be -C extra-filename=-436d62c1ed63f53c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-316b370c07586919.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-239b5a680ba97f88.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-1891fd5697b32062.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/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`
56682026-09-06T04:39:56.163Z Running `/home/build/.rustup/toolchains/1.97.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 --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=c484c754da8057ef -C extra-filename=-299a2c89c1c95cc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-87380c81a3160dfb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-72c29cb0b9caf29f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f8457d0dcd58b8ab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c08d06f2f10a90f9.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1fcf2ea8a8849328.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-021772907a58f31c.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1fb702ad2d0af3d9.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0481bc443d456d6a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f4539e75f326c906.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-2707fd2b4d62d727.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-50b668b5a7d16314.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9ff8d5d4a4e714f8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-845bdb03a93c94c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5241763e0537959b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-eb29bb7a1e50fc46.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1735f513b70e889a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-097a85ab0a0b0e4b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-38988309ba28d459.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1a47a5a0db9c07c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-08a83ca5341a4fd4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7eeeaf6739a67736.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-4b778ed7c17d17c4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-fd344a606b99136f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9dc9b3a45e3b5107.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-090df685e7b2a59f.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0cabc3597d330a92.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-a096fb1e87e9cad9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0610f7bcbe09bfed.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-feffbc15b032cc1b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-43b0e1a671b876a7.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8c0d0bd8c12a803d.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-37da8439eeda66b5.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-fa00b621cade5da0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-8991bf789b2318ef.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-397ae362e62ee53c.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ed1f8ec29ce83f9a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5fcefaba031f2533.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f0931db5cc77db11.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-239b5a680ba97f88.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-4cf9f9bdc8bb11f7.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e42087d8dcff9f6a.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-01849deb0fbe0b1a.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-e8a2ffaff36959fb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1e7ea785bb7786dd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6e0a473cda8c3786.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-20b464a727b623cc.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f6cb9c5bc65b0453.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a2a96e07d42b36af.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bed4c6f13ac1ed92.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-ac8505c9b4bb0ba7.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f4428bb888629863.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7daf0ce81eef524f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-eac3f307fbee6531.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-27ea8a765577bcba.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c892d145af9613d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1a057dc0ed01997.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-6dee4d00c862a635.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-078dbec28b332951.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dbacb0f2e27d4b9e.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2643e4d549893588.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3c25b49746f1e0c4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f76d13c7ea65e2fc.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-dfc3df3487d27210.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8b5e1eae61d347b3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c68ddfa123e400fc.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-6a13fda83f39c472.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-0660e732d6f148f8.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-cfb695dce24a51dd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b784691f215b8431.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9c5016636d373d10.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-864a0b1cdf85cb0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-671378e94da216c3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-31cb6a071379b6dc.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-246b5fd5aaff164e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-83d6a52ae2cee461.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6331658d236cc073.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6b9e86dcc690177e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-c72399686e750dfc.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-552d575f49541a91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-73dd7642e1e84148.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3f54d5bc532f3b5e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56692026-09-06T04:39:56.167Z Running `/home/build/.rustup/toolchains/1.97.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=e270cc62a164bd53 -C extra-filename=-fff7399037a4478a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1e7ea785bb7786dd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6e0a473cda8c3786.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-ed23be5635d08f47.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f4428bb888629863.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c892d145af9613d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d2739a3c93bf2b21.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/usr/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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56702026-09-06T04:39:56.167Z Running `/home/build/.rustup/toolchains/1.97.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=c31ddcbe3085ffcf -C extra-filename=-4a7fd8b9d3470423 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1e7ea785bb7786dd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6e0a473cda8c3786.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f4428bb888629863.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d2739a3c93bf2b21.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/usr/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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56712026-09-06T04:39:56.201Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name test_multicast --edition=2024 dev-tools/omdb/tests/test_multicast.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=3eb3e7cf5fea2f91 -C extra-filename=-f40e27e53e084e22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-87380c81a3160dfb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-0d9adfe00f0fa109.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-021772907a58f31c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c47b3698c65ef3f8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f4539e75f326c906.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-50b668b5a7d16314.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-184964ca2713f5e9.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-7819c72d9fe497b5.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-28bf86fdf984a7a0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-901010f20c1d8c3a.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0610f7bcbe09bfed.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-feffbc15b032cc1b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5fcefaba031f2533.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-239b5a680ba97f88.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e42087d8dcff9f6a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6e0a473cda8c3786.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-20b464a727b623cc.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a2a96e07d42b36af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-bdd2f0b3183278c0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f4428bb888629863.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-dbe9527fc093ad22.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1a057dc0ed01997.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2643e4d549893588.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3c25b49746f1e0c4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-73fb02bbceceaf51.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9f3b96fd83c18269.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a427c35112adb2ad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6b9e86dcc690177e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-c72399686e750dfc.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-62b1d927b545741d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-1891fd5697b32062.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56722026-09-06T04:39:56.206Z Running `/home/build/.rustup/toolchains/1.97.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 --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=45ca9dc64f6a7338 -C extra-filename=-f43f5407502eb320 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-87380c81a3160dfb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-0d9adfe00f0fa109.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-021772907a58f31c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c47b3698c65ef3f8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f4539e75f326c906.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-50b668b5a7d16314.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-184964ca2713f5e9.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-7819c72d9fe497b5.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-28bf86fdf984a7a0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-901010f20c1d8c3a.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0610f7bcbe09bfed.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-feffbc15b032cc1b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5fcefaba031f2533.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-239b5a680ba97f88.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e42087d8dcff9f6a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6e0a473cda8c3786.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-20b464a727b623cc.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a2a96e07d42b36af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-bdd2f0b3183278c0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f4428bb888629863.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-dbe9527fc093ad22.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1a057dc0ed01997.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2643e4d549893588.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3c25b49746f1e0c4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-73fb02bbceceaf51.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9f3b96fd83c18269.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a427c35112adb2ad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6b9e86dcc690177e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-c72399686e750dfc.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-62b1d927b545741d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-1891fd5697b32062.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56732026-09-06T04:39:56.206Z Running `/home/build/.rustup/toolchains/1.97.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' --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=9fa14bcdcb9eb19d -C extra-filename=-0bc34ce7061b9754 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-87380c81a3160dfb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-0d9adfe00f0fa109.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-021772907a58f31c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c47b3698c65ef3f8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f4539e75f326c906.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-50b668b5a7d16314.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-184964ca2713f5e9.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-7819c72d9fe497b5.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-28bf86fdf984a7a0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-901010f20c1d8c3a.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0610f7bcbe09bfed.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-feffbc15b032cc1b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5fcefaba031f2533.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-239b5a680ba97f88.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e42087d8dcff9f6a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a2a96e07d42b36af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-bdd2f0b3183278c0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f4428bb888629863.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-dbe9527fc093ad22.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1a057dc0ed01997.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2643e4d549893588.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3c25b49746f1e0c4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-73fb02bbceceaf51.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9f3b96fd83c18269.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a427c35112adb2ad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6b9e86dcc690177e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-c72399686e750dfc.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-62b1d927b545741d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-1891fd5697b32062.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/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`
56742026-09-06T04:39:56.206Z Running `/home/build/.rustup/toolchains/1.97.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=08ac21dbfd6b3e59 -C extra-filename=-31ded45bd32417fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-87380c81a3160dfb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c08d06f2f10a90f9.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1fcf2ea8a8849328.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-021772907a58f31c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1fb702ad2d0af3d9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-38988309ba28d459.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2e4dd57d9d069e85.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0610f7bcbe09bfed.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-feffbc15b032cc1b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ed1f8ec29ce83f9a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5fcefaba031f2533.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-239b5a680ba97f88.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6e0a473cda8c3786.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-20b464a727b623cc.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f4428bb888629863.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6b9e86dcc690177e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56752026-09-06T04:39:56.237Z Running `/home/build/.rustup/toolchains/1.97.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=20cf7c2892fa850d -C extra-filename=-a9efed815ff54196 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-239b5a680ba97f88.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6e0a473cda8c3786.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-20b464a727b623cc.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f4428bb888629863.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-cfb695dce24a51dd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56762026-09-06T04:39:56.241Z Running `/home/build/.rustup/toolchains/1.97.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' --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=cab1a8105a3ea9c4 -C extra-filename=-8a228cd38f19684d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-87380c81a3160dfb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-72c29cb0b9caf29f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f8457d0dcd58b8ab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c08d06f2f10a90f9.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1fcf2ea8a8849328.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-021772907a58f31c.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1fb702ad2d0af3d9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f4539e75f326c906.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-2707fd2b4d62d727.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-50b668b5a7d16314.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-845bdb03a93c94c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5241763e0537959b.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-eb29bb7a1e50fc46.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1735f513b70e889a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7eeeaf6739a67736.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-4b778ed7c17d17c4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-fd344a606b99136f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9dc9b3a45e3b5107.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-090df685e7b2a59f.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0cabc3597d330a92.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-a096fb1e87e9cad9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0610f7bcbe09bfed.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-feffbc15b032cc1b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-43b0e1a671b876a7.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8c0d0bd8c12a803d.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-37da8439eeda66b5.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-fa00b621cade5da0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-8991bf789b2318ef.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-397ae362e62ee53c.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ed1f8ec29ce83f9a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5fcefaba031f2533.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f0931db5cc77db11.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-239b5a680ba97f88.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-4cf9f9bdc8bb11f7.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e42087d8dcff9f6a.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-01849deb0fbe0b1a.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-e8a2ffaff36959fb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1e7ea785bb7786dd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f6cb9c5bc65b0453.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a2a96e07d42b36af.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bed4c6f13ac1ed92.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-ac8505c9b4bb0ba7.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f4428bb888629863.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-27ea8a765577bcba.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1a057dc0ed01997.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-078dbec28b332951.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dbacb0f2e27d4b9e.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2643e4d549893588.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f76d13c7ea65e2fc.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-dfc3df3487d27210.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8b5e1eae61d347b3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c68ddfa123e400fc.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-6a13fda83f39c472.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b784691f215b8431.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9c5016636d373d10.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-864a0b1cdf85cb0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-671378e94da216c3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-31cb6a071379b6dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-83d6a52ae2cee461.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6b9e86dcc690177e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-c72399686e750dfc.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3f54d5bc532f3b5e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/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`
56772026-09-06T04:39:56.241Z Running `/home/build/.rustup/toolchains/1.97.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 --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=2ba789bb3645f24c -C extra-filename=-7e215b81c0d4f848 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-87380c81a3160dfb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-0d9adfe00f0fa109.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-021772907a58f31c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c47b3698c65ef3f8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f4539e75f326c906.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-50b668b5a7d16314.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-184964ca2713f5e9.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-7819c72d9fe497b5.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-28bf86fdf984a7a0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-901010f20c1d8c3a.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0610f7bcbe09bfed.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-feffbc15b032cc1b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5fcefaba031f2533.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-239b5a680ba97f88.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e42087d8dcff9f6a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6e0a473cda8c3786.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-20b464a727b623cc.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a2a96e07d42b36af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-bdd2f0b3183278c0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f4428bb888629863.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-dbe9527fc093ad22.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1a057dc0ed01997.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2643e4d549893588.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3c25b49746f1e0c4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-73fb02bbceceaf51.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9f3b96fd83c18269.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a427c35112adb2ad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6b9e86dcc690177e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-c72399686e750dfc.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-62b1d927b545741d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-1891fd5697b32062.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56782026-09-06T04:39:56.269Z Running `/home/build/.rustup/toolchains/1.97.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 --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=37d0426c6715c636 -C extra-filename=-860949f2d264bb21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-87380c81a3160dfb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-72c29cb0b9caf29f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f8457d0dcd58b8ab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c08d06f2f10a90f9.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1fcf2ea8a8849328.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-021772907a58f31c.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1fb702ad2d0af3d9.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0481bc443d456d6a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f4539e75f326c906.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-2707fd2b4d62d727.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-50b668b5a7d16314.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9ff8d5d4a4e714f8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-845bdb03a93c94c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5241763e0537959b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-eb29bb7a1e50fc46.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1735f513b70e889a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-097a85ab0a0b0e4b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-38988309ba28d459.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1a47a5a0db9c07c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-08a83ca5341a4fd4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7eeeaf6739a67736.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-4b778ed7c17d17c4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-fd344a606b99136f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9dc9b3a45e3b5107.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-090df685e7b2a59f.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0cabc3597d330a92.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-a096fb1e87e9cad9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0610f7bcbe09bfed.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-feffbc15b032cc1b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-43b0e1a671b876a7.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8c0d0bd8c12a803d.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-37da8439eeda66b5.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-fa00b621cade5da0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-8991bf789b2318ef.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-397ae362e62ee53c.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ed1f8ec29ce83f9a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5fcefaba031f2533.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f0931db5cc77db11.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-239b5a680ba97f88.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-4cf9f9bdc8bb11f7.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e42087d8dcff9f6a.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-01849deb0fbe0b1a.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-e8a2ffaff36959fb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1e7ea785bb7786dd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6e0a473cda8c3786.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-20b464a727b623cc.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f6cb9c5bc65b0453.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a2a96e07d42b36af.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bed4c6f13ac1ed92.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-ac8505c9b4bb0ba7.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f4428bb888629863.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7daf0ce81eef524f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-eac3f307fbee6531.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-27ea8a765577bcba.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c892d145af9613d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1a057dc0ed01997.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-6dee4d00c862a635.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-078dbec28b332951.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dbacb0f2e27d4b9e.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2643e4d549893588.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3c25b49746f1e0c4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f76d13c7ea65e2fc.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-dfc3df3487d27210.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8b5e1eae61d347b3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c68ddfa123e400fc.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-6a13fda83f39c472.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-0660e732d6f148f8.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-cfb695dce24a51dd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b784691f215b8431.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9c5016636d373d10.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-864a0b1cdf85cb0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-671378e94da216c3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-31cb6a071379b6dc.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-246b5fd5aaff164e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-83d6a52ae2cee461.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6331658d236cc073.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6b9e86dcc690177e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-c72399686e750dfc.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-552d575f49541a91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-73dd7642e1e84148.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3f54d5bc532f3b5e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56792026-09-06T04:39:56.273Z Running `/home/build/.rustup/toolchains/1.97.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' --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=97b3da8a32408fe7 -C extra-filename=-54e9dd90f0d3d532 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-87380c81a3160dfb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-72c29cb0b9caf29f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f8457d0dcd58b8ab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c08d06f2f10a90f9.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1fcf2ea8a8849328.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-021772907a58f31c.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1fb702ad2d0af3d9.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f4539e75f326c906.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-2707fd2b4d62d727.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-50b668b5a7d16314.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-845bdb03a93c94c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5241763e0537959b.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-eb29bb7a1e50fc46.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1735f513b70e889a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7eeeaf6739a67736.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-4b778ed7c17d17c4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-fd344a606b99136f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9dc9b3a45e3b5107.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-090df685e7b2a59f.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0cabc3597d330a92.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-a096fb1e87e9cad9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0610f7bcbe09bfed.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-feffbc15b032cc1b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-43b0e1a671b876a7.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8c0d0bd8c12a803d.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-37da8439eeda66b5.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-fa00b621cade5da0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-8991bf789b2318ef.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-397ae362e62ee53c.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ed1f8ec29ce83f9a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5fcefaba031f2533.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f0931db5cc77db11.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-239b5a680ba97f88.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-4cf9f9bdc8bb11f7.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e42087d8dcff9f6a.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-01849deb0fbe0b1a.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-e8a2ffaff36959fb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1e7ea785bb7786dd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f6cb9c5bc65b0453.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a2a96e07d42b36af.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bed4c6f13ac1ed92.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-ac8505c9b4bb0ba7.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f4428bb888629863.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-27ea8a765577bcba.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1a057dc0ed01997.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-078dbec28b332951.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dbacb0f2e27d4b9e.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2643e4d549893588.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f76d13c7ea65e2fc.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-dfc3df3487d27210.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8b5e1eae61d347b3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c68ddfa123e400fc.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-6a13fda83f39c472.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b784691f215b8431.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9c5016636d373d10.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-864a0b1cdf85cb0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-671378e94da216c3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-31cb6a071379b6dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-83d6a52ae2cee461.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6b9e86dcc690177e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-c72399686e750dfc.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3f54d5bc532f3b5e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/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`
56802026-09-06T04:39:56.303Z Running `/home/build/.rustup/toolchains/1.97.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=0053f5141232bfd6 -C extra-filename=-d86ad2f76fbc1aac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-239b5a680ba97f88.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6e0a473cda8c3786.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-20b464a727b623cc.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f4428bb888629863.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-cfb695dce24a51dd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56812026-09-06T04:39:56.336Z Running `/home/build/.rustup/toolchains/1.97.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=63698877aa51f42a -C extra-filename=-23d75bf2f56269c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1e7ea785bb7786dd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6e0a473cda8c3786.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-ed23be5635d08f47.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f4428bb888629863.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c892d145af9613d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d2739a3c93bf2b21.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/usr/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 /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56822026-09-06T04:39:56.340Z Running `/home/build/.rustup/toolchains/1.97.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 --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "multicast"))' -C metadata=7ce8ea0d17b32b15 -C extra-filename=-771d210c8d6b54e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-87380c81a3160dfb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-72c29cb0b9caf29f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f8457d0dcd58b8ab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c08d06f2f10a90f9.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1fcf2ea8a8849328.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-021772907a58f31c.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1fb702ad2d0af3d9.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0481bc443d456d6a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f4539e75f326c906.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-2707fd2b4d62d727.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-50b668b5a7d16314.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9ff8d5d4a4e714f8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-845bdb03a93c94c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5241763e0537959b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-eb29bb7a1e50fc46.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1735f513b70e889a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-097a85ab0a0b0e4b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-38988309ba28d459.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1a47a5a0db9c07c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-08a83ca5341a4fd4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7eeeaf6739a67736.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-4b778ed7c17d17c4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-fd344a606b99136f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9dc9b3a45e3b5107.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-090df685e7b2a59f.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0cabc3597d330a92.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-a096fb1e87e9cad9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0610f7bcbe09bfed.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-feffbc15b032cc1b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-43b0e1a671b876a7.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8c0d0bd8c12a803d.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-37da8439eeda66b5.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-fa00b621cade5da0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-8991bf789b2318ef.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-397ae362e62ee53c.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ed1f8ec29ce83f9a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5fcefaba031f2533.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f0931db5cc77db11.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-239b5a680ba97f88.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-4cf9f9bdc8bb11f7.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e42087d8dcff9f6a.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-01849deb0fbe0b1a.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-e8a2ffaff36959fb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1e7ea785bb7786dd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6e0a473cda8c3786.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-20b464a727b623cc.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f6cb9c5bc65b0453.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a2a96e07d42b36af.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bed4c6f13ac1ed92.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-ac8505c9b4bb0ba7.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f4428bb888629863.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7daf0ce81eef524f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-eac3f307fbee6531.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-27ea8a765577bcba.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c892d145af9613d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1a057dc0ed01997.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-6dee4d00c862a635.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-078dbec28b332951.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dbacb0f2e27d4b9e.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2643e4d549893588.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3c25b49746f1e0c4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f76d13c7ea65e2fc.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-dfc3df3487d27210.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8b5e1eae61d347b3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c68ddfa123e400fc.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-6a13fda83f39c472.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-0660e732d6f148f8.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-cfb695dce24a51dd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b784691f215b8431.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9c5016636d373d10.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-864a0b1cdf85cb0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-671378e94da216c3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-31cb6a071379b6dc.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-246b5fd5aaff164e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-83d6a52ae2cee461.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6331658d236cc073.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6b9e86dcc690177e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-c72399686e750dfc.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-552d575f49541a91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-73dd7642e1e84148.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3f54d5bc532f3b5e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56832026-09-06T04:42:22.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 36s
56842026-09-06T04:42:22.964Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
56852026-09-06T04:42:22.964Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
56862026-09-06T04:42:23.530Z
56872026-09-06T04:42:23.534Zreal 8:36.579263082
56882026-09-06T04:42:23.534Zuser 1:29:45.585415673
56892026-09-06T04:42:23.534Zsys 23:51.420136604
56902026-09-06T04:42:23.534Ztrap 2.463870958
56912026-09-06T04:42:23.534Ztflt 2.487496442
56922026-09-06T04:42:23.534Zdflt 20.866533896
56932026-09-06T04:42:23.534Zkflt 0.019501314
56942026-09-06T04:42:23.534Zlock 5:41:10.681724965
56952026-09-06T04:42:23.534Zslp 5:56:58.032137851
56962026-09-06T04:42:23.534Zlat 2:28.539457071
56972026-09-06T04:42:23.534Zstop 36:24.244404143
56982026-09-06T04:42:23.537Z++ ls -t /home/build/.cargo/log/20260906T043346046Z-e4292872132ecfd0.jsonl
56992026-09-06T04:42:23.537Z++ head -1
57002026-09-06T04:42:23.540Z+ cp /home/build/.cargo/log/20260906T043346046Z-e4292872132ecfd0.jsonl /work/cargo-build-analysis.jsonl
57012026-09-06T04:42:23.544Z+ RECORDING_CONFIG_DIR=/tmp/nextest-recording-config
57022026-09-06T04:42:23.544Z+ RECORDING_CONFIG=/tmp/nextest-recording-config/config.toml
57032026-09-06T04:42:23.547Z++ mktemp -d /tmp/nextest-state.XXXXXX
57042026-09-06T04:42:23.550Z+ NEXTEST_STATE_DIR=/tmp/nextest-state.N5aW3s
57052026-09-06T04:42:23.550Z+ ARCHIVE_PATH=/tmp/nextest-run-archive.zip
57062026-09-06T04:42:23.550Z+ CHROME_TRACE_PATH=/tmp/nextest-chrome-trace.json
57072026-09-06T04:42:23.550Z+ mkdir -p /tmp/nextest-recording-config
57082026-09-06T04:42:23.550Z+ printf '[experimental]\nrecord = true\n\n[record]\nenabled = true\n'
57092026-09-06T04:42:23.550Z+ export NEXTEST_STATE_DIR
57102026-09-06T04:42:23.550Z+ banner test
57112026-09-06T04:42:23.553Z
57122026-09-06T04:42:23.553Z ##### ###### #### #####
57132026-09-06T04:42:23.553Z # # # #
57142026-09-06T04:42:23.553Z # ##### #### #
57152026-09-06T04:42:23.553Z # # # #
57162026-09-06T04:42:23.553Z # # # # #
57172026-09-06T04:42:23.553Z # ###### #### #
57182026-09-06T04:42:23.553Z
57192026-09-06T04:42:23.553Z+ NEXTEST_EXIT=0
57202026-09-06T04:42:23.553Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --test-threads -2 --user-config-file /tmp/nextest-recording-config/config.toml
57212026-09-06T04:42:24.824Zinfo: experimental features enabled: setup-scripts, benchmarks
57222026-09-06T04:42:26.313Z Compiling rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
57232026-09-06T04:42:26.492Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
57242026-09-06T04:42:26.533Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
57252026-09-06T04:42:26.564Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
57262026-09-06T04:42:26.591Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
57272026-09-06T04:42:37.394Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.55s
57282026-09-06T04:42:37.398Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
57292026-09-06T04:42:37.398Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
57302026-09-06T04:42:38.635Z────────────
57312026-09-06T04:42:38.635Z Nextest run ID ec2a9b00-d854-46b2-b9db-38f78b7c7f43 with nextest profile: ci
57322026-09-06T04:42:38.635Z Starting 3472 tests across 247 binaries (8 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
57332026-09-06T04:42:38.639Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
57342026-09-06T04:42:39.442Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
57352026-09-06T04:42:39.443Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
57362026-09-06T04:42:39.446Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
57372026-09-06T04:42:39.585Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
57382026-09-06T04:42:39.588Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
57392026-09-06T04:42:39.595Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
57402026-09-06T04:42:39.624Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
57412026-09-06T04:42:39.639Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
57422026-09-06T04:42:39.655Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
57432026-09-06T04:42:39.808Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
57442026-09-06T04:42:39.854Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
57452026-09-06T04:42:40.031Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
57462026-09-06T04:42:40.487Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
57472026-09-06T04:42:41.072Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
57482026-09-06T04:42:41.095Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
57492026-09-06T04:42:41.167Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
57502026-09-06T04:42:41.282Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
57512026-09-06T04:42:49.482Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
57522026-09-06T04:42:49.482Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
57532026-09-06T04:42:49.485Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
57542026-09-06T04:42:50.354Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
57552026-09-06T04:42:51.709Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
57562026-09-06T04:42:51.928Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
57572026-09-06T04:42:59.274Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
57582026-09-06T04:43:08.088Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
57592026-09-06T04:43:09.692Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
57602026-09-06T04:43:11.410Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
57612026-09-06T04:43:21.651Z Finished `test` profile [unoptimized + debuginfo] target(s) in 42.99s
57622026-09-06T04:43:21.779Z Running `target/debug/crdb-seed`
57632026-09-06T04:43:21.831ZSep 06 04:43:20.978 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpH77hJR
57642026-09-06T04:43:21.835ZSep 06 04:43:20.979 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpxvS7O3,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpH77hJR/listen-url --max-sql-memory 256MiB
57652026-09-06T04:43:21.835ZSep 06 04:43:20.979 INFO cockroach environment: BUILDOMAT_JOB_ID=01M1TFMSYEJX632H60Q5MH5C22 BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_MANIFEST_PATH=/work/oxidecomputer/omicron/dev-tools/crdb-seed/Cargo.toml CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CARGO_TERM_COLOR=always CI=true GITHUB_BRANCH=zl/mcast-build GITHUB_REF=refs/heads/zl/mcast-build GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=d7c734fd9a28fd22f6e4fa76066ecf2070287e2e 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-04167d9cdaa078f7/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib:/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out:/work/oxidecomputer/omicron/target/debug:/work/oxidecomputer/omicron/target/debug/deps:/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out:/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out:/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envfpDZVr NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out:/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out:/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RECOMMENDED_VERSION=0.9.131 NEXTEST_REQUIRED_VERSION=0.9.131 NEXTEST_RUN_ID=ec2a9b00-d854-46b2-b9db-38f78b7c7f43 NEXTEST_RUN_MODE=test NEXTEST_STATE_DIR=/tmp/nextest-state.N5aW3s 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.97.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
57662026-09-06T04:43:22.434ZSep 06 04:43:21.581 INFO cockroach pid: 10229
57672026-09-06T04:43:22.434ZSep 06 04:43:21.581 INFO cockroach listen URL: postgresql://root@[::1]:41343/omicron?sslmode=disable
57682026-09-06T04:43:22.438ZSep 06 04:43:21.585 INFO cockroach: populating
57692026-09-06T04:43:23.536ZSep 06 04:43:22.683 INFO cockroach: populated
57702026-09-06T04:43:24.564ZSep 06 04:43:23.712 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/9e540c5047f10aa91a8e92002c9da4e84a460bb30a309c0c3e19fa9da0a003c5.tar`
57712026-09-06T04:43:24.572Z SETUP PASS [ 45.936s] crdb-seed: cargo run -p crdb-seed --profile test
57722026-09-06T04:43:24.575Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
57732026-09-06T04:43:25.361Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
57742026-09-06T04:43:25.364Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
57752026-09-06T04:43:26.698Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
57762026-09-06T04:43:27.676Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
57772026-09-06T04:43:38.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.64s
57782026-09-06T04:43:38.356Z Running `target/debug/clickhouse-cluster-dev`
57792026-09-06T04:43:38.412ZSep 06 04:43:37.559 INFO Setting up a ClickHouse cluster
57802026-09-06T04:43:38.415ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
57812026-09-06T04:43:38.415ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
57822026-09-06T04:43:38.415ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
57832026-09-06T04:43:38.415ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
57842026-09-06T04:43:38.415ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
57852026-09-06T04:43:38.848ZSep 06 04:43:37.995 INFO ClickHouse server ready
57862026-09-06T04:43:39.248ZSep 06 04:43:38.395 INFO ClickHouse server ready
57872026-09-06T04:43:40.189ZSep 06 04:43:39.336 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
57882026-09-06T04:43:40.197Z SETUP PASS [ 15.625s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
57892026-09-06T04:43:51.461Z PASS [ 11.260s] ( 1/3472) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
57902026-09-06T04:43:51.644Z PASS [ 11.443s] ( 2/3472) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
57912026-09-06T04:43:52.819Z PASS [ 12.618s] ( 3/3472) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
57922026-09-06T04:43:54.444Z PASS [ 14.243s] ( 4/3472) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
57932026-09-06T04:43:54.676Z PASS [ 14.474s] ( 5/3472) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
57942026-09-06T04:44:00.477Z PASS [ 20.276s] ( 6/3472) omicron-nexus app::sagas::instance_create::tests::test_action_failure_can_unwind
57952026-09-06T04:44:00.721Z PASS [ 20.520s] ( 7/3472) omicron-nexus app::sagas::instance_create::tests::test_action_failure_can_unwind_idempotently
57962026-09-06T04:44:03.105Z PASS [ 11.644s] ( 8/3472) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
57972026-09-06T04:44:03.771Z PASS [ 12.125s] ( 9/3472) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
57982026-09-06T04:44:04.640Z PASS [ 11.818s] ( 10/3472) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
57992026-09-06T04:44:07.458Z PASS [ 6.981s] ( 11/3472) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_action_failure_can_unwind_idempotently
58002026-09-06T04:44:12.064Z PASS [ 11.342s] ( 12/3472) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
58012026-09-06T04:44:12.905Z PASS [ 18.229s] ( 13/3472) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
58022026-09-06T04:44:14.559Z PASS [ 11.453s] ( 14/3472) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
58032026-09-06T04:44:20.188Z PASS [ 16.418s] ( 15/3472) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
58042026-09-06T04:44:21.006Z PASS [ 16.368s] ( 16/3472) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
58052026-09-06T04:44:23.368Z PASS [ 10.463s] ( 17/3472) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind
58062026-09-06T04:44:25.245Z PASS [ 10.686s] ( 18/3472) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind_idempotently
58072026-09-06T04:44:27.608Z PASS [ 33.163s] ( 19/3472) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
58082026-09-06T04:44:27.627Z PASS [ 0.019s] ( 20/3472) api_identity test::test_identity
58092026-09-06T04:44:27.645Z PASS [ 0.018s] ( 21/3472) api_identity test::test_identity_no_field
58102026-09-06T04:44:27.666Z PASS [ 0.022s] ( 22/3472) authz-macros tests::test_authz_snapshots
58112026-09-06T04:44:27.681Z PASS [ 0.015s] ( 23/3472) bootstore schemes::tests::hello_roundtrip
58122026-09-06T04:44:28.731Z PASS [ 1.049s] ( 24/3472) bootstore schemes::v0::peer::tests::basic_3_nodes
58132026-09-06T04:44:28.773Z PASS [ 0.042s] ( 25/3472) bootstore schemes::v0::peer::tests::network_config
58142026-09-06T04:44:28.787Z PASS [ 0.015s] ( 26/3472) bootstore schemes::v0::share_pkg::tests::create_packages
58152026-09-06T04:44:28.803Z PASS [ 0.016s] ( 27/3472) bootstore trust_quorum::rack_secret::tests::create_and_verify
58162026-09-06T04:44:28.819Z PASS [ 0.016s] ( 28/3472) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
58172026-09-06T04:44:30.136Z PASS [ 1.316s] ( 29/3472) bootstore::v0-fsm-proptest-learner run
58182026-09-06T04:44:30.979Z PASS [ 10.791s] ( 30/3472) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind
58192026-09-06T04:44:30.994Z PASS [ 0.015s] ( 31/3472) clickana chart::tests::gather_chart_data_for_disk_usage_success
58202026-09-06T04:44:31.000Z PASS [ 0.021s] ( 32/3472) clickana chart::tests::gather_chart_data_for_memory_tracking_success
58212026-09-06T04:44:31.010Z PASS [ 0.015s] ( 33/3472) clickana chart::tests::gather_chart_data_for_query_count_success
58222026-09-06T04:44:31.018Z PASS [ 0.018s] ( 34/3472) clickana chart::tests::gather_chart_data_for_running_queries_success
58232026-09-06T04:44:31.029Z PASS [ 0.018s] ( 35/3472) clickhouse-admin-types-versions impls::keeper::tests::test_additional_key_value_pairs_in_output_parse_fail
58242026-09-06T04:44:31.037Z PASS [ 0.018s] ( 36/3472) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_parse_fail
58252026-09-06T04:44:31.048Z PASS [ 0.019s] ( 37/3472) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_raft_config_parse_fail
58262026-09-06T04:44:31.055Z PASS [ 0.018s] ( 38/3472) clickhouse-admin-types-versions impls::keeper::tests::test_empty_value_lgif_parse_fail
58272026-09-06T04:44:31.066Z PASS [ 0.018s] ( 39/3472) clickhouse-admin-types-versions impls::keeper::tests::test_full_keeper_conf_parse_success
58282026-09-06T04:44:31.071Z PASS [ 0.017s] ( 40/3472) clickhouse-admin-types-versions impls::keeper::tests::test_full_lgif_parse_success
58292026-09-06T04:44:31.085Z PASS [ 0.019s] ( 41/3472) clickhouse-admin-types-versions impls::keeper::tests::test_full_raft_config_parse_success
58302026-09-06T04:44:31.091Z PASS [ 0.020s] ( 42/3472) clickhouse-admin-types-versions impls::keeper::tests::test_generate_keeper_config
58312026-09-06T04:44:31.097Z PASS [ 0.118s] ( 43/3472) cert-dev::test-cert-dev test_cert_create
58322026-09-06T04:44:31.100Z PASS [ 0.118s] ( 44/3472) clickana chart::tests::gather_chart_data_failure
58332026-09-06T04:44:31.104Z PASS [ 0.019s] ( 45/3472) clickhouse-admin-types-versions impls::keeper::tests::test_invalid_address_raft_config_parse_fail
58342026-09-06T04:44:31.110Z PASS [ 0.019s] ( 46/3472) clickhouse-admin-types-versions impls::keeper::tests::test_malformed_output_keeper_conf_parse_fail
58352026-09-06T04:44:31.115Z PASS [ 0.017s] ( 47/3472) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_participant_raft_config_parse_fail
58362026-09-06T04:44:31.118Z PASS [ 0.019s] ( 48/3472) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_id_raft_config_parse_fail
58372026-09-06T04:44:31.121Z PASS [ 0.016s] ( 49/3472) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_port_raft_config_parse_fail
58382026-09-06T04:44:31.128Z PASS [ 0.018s] ( 50/3472) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_priority_raft_config_parse_fail
58392026-09-06T04:44:31.133Z PASS [ 0.018s] ( 51/3472) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_raft_config_parse_fail
58402026-09-06T04:44:31.137Z PASS [ 0.020s] ( 52/3472) clickhouse-admin-types-versions impls::keeper::tests::test_missing_address_raft_config_parse_fail
58412026-09-06T04:44:31.140Z PASS [ 0.020s] ( 53/3472) clickhouse-admin-types-versions impls::keeper::tests::test_missing_field_keeper_conf_parse_fail
58422026-09-06T04:44:31.146Z PASS [ 0.017s] ( 54/3472) clickhouse-admin-types-versions impls::keeper::tests::test_missing_keys_lgif_parse_fail
58432026-09-06T04:44:31.150Z PASS [ 0.016s] ( 55/3472) clickhouse-admin-types-versions impls::keeper::tests::test_missing_participant_raft_config_parse_fail
58442026-09-06T04:44:31.157Z PASS [ 0.020s] ( 56/3472) clickhouse-admin-types-versions impls::keeper::tests::test_missing_port_raft_config_parse_fail
58452026-09-06T04:44:31.160Z PASS [ 0.019s] ( 57/3472) clickhouse-admin-types-versions impls::keeper::tests::test_missing_priority_raft_config_parse_fail
58462026-09-06T04:44:31.163Z PASS [ 0.015s] ( 58/3472) clickhouse-admin-types-versions impls::keeper::tests::test_missing_server_id_raft_config_parse_fail
58472026-09-06T04:44:31.167Z PASS [ 0.018s] ( 59/3472) clickhouse-admin-types-versions impls::keeper::tests::test_missing_value_keeper_conf_parse_fail
58482026-09-06T04:44:31.176Z PASS [ 0.019s] ( 60/3472) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_keeper_conf_parse_fail
58492026-09-06T04:44:31.179Z PASS [ 0.018s] ( 61/3472) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_with_correct_value_lgif_parse_fail
58502026-09-06T04:44:31.182Z PASS [ 0.019s] ( 62/3472) clickhouse-admin-types-versions impls::keeper::tests::test_non_u64_value_lgif_parse_fail
58512026-09-06T04:44:31.185Z PASS [ 0.017s] ( 63/3472) clickhouse-admin-types-versions impls::server::tests::test_distributed_ddl_queries_parse_success
58522026-09-06T04:44:31.194Z PASS [ 0.018s] ( 64/3472) clickhouse-admin-types-versions impls::server::tests::test_empty_distributed_ddl_queries_parse_success
58532026-09-06T04:44:31.197Z PASS [ 0.017s] ( 65/3472) clickhouse-admin-types-versions impls::server::tests::test_generate_replica_config
58542026-09-06T04:44:31.200Z PASS [ 0.019s] ( 66/3472) clickhouse-admin-types-versions impls::server::tests::test_misshapen_distributed_ddl_queries_parse_fail
58552026-09-06T04:44:31.205Z PASS [ 0.020s] ( 67/3472) clickhouse-admin-types-versions impls::server::tests::test_misshapen_system_timeseries_parse_fail
58562026-09-06T04:44:31.211Z PASS [ 0.017s] ( 68/3472) clickhouse-admin-types-versions impls::server::tests::test_time_format_system_timeseries_parse_fail
58572026-09-06T04:44:31.215Z PASS [ 0.020s] ( 69/3472) clickhouse-admin-types-versions impls::server::tests::test_unix_epoch_system_timeseries_parse_success
58582026-09-06T04:44:31.218Z PASS [ 0.019s] ( 70/3472) clickhouse-admin-types-versions impls::server::tests::test_utc_system_timeseries_parse_success
58592026-09-06T04:44:31.230Z PASS [ 0.014s] ( 71/3472) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_no_trailing_notes
58602026-09-06T04:44:31.233Z PASS [ 0.014s] ( 72/3472) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_trailing_notes
58612026-09-06T04:44:31.245Z PASS [ 0.039s] ( 73/3472) cockroach-admin-types-versions impls::node::tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
58622026-09-06T04:44:31.248Z PASS [ 0.017s] ( 74/3472) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_unexpected_membership_value
58632026-09-06T04:44:31.251Z PASS [ 0.015s] ( 75/3472) cockroach-admin-types-versions impls::node::tests::test_node_status_invalid_rows_not_decommissioned
58642026-09-06T04:44:31.251Z PASS [ 0.037s] ( 76/3472) cockroach-admin-types-versions impls::node::tests::node_status_parse_doesnt_panic_on_arbitrary_input
58652026-09-06T04:44:31.263Z PASS [ 0.018s] ( 77/3472) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_multiple_lines_from_csv
58662026-09-06T04:44:31.266Z PASS [ 0.017s] ( 78/3472) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_single_line_from_csv
58672026-09-06T04:44:31.296Z PASS [ 0.047s] ( 79/3472) db-dev::test-db-dev test_db_dev_populate_no_args
58682026-09-06T04:44:31.300Z PASS [ 0.051s] ( 80/3472) db-dev::test-db-dev test_db_dev_wipe_no_args
58692026-09-06T04:44:31.322Z PASS [ 0.022s] ( 81/3472) db-macros tests::test_derive_metadata_identity_fails_for_enums
58702026-09-06T04:44:31.332Z PASS [ 0.037s] ( 82/3472) db-macros lookup::test::test_lookup_snapshots
58712026-09-06T04:44:31.341Z PASS [ 0.018s] ( 83/3472) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
58722026-09-06T04:44:31.352Z PASS [ 0.020s] ( 84/3472) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
58732026-09-06T04:44:31.360Z PASS [ 0.019s] ( 85/3472) db-macros tests::test_derive_metadata_identity_fails_without_table_name
58742026-09-06T04:44:31.369Z PASS [ 0.017s] ( 86/3472) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
58752026-09-06T04:44:31.382Z PASS [ 0.022s] ( 87/3472) db-macros tests::test_derive_snapshots
58762026-09-06T04:44:31.389Z PASS [ 0.019s] ( 88/3472) db-macros tests::test_derive_with_unknown_field
58772026-09-06T04:44:31.465Z PASS [ 0.083s] ( 89/3472) dns-server storage::test::test_update_basic
58782026-09-06T04:44:31.476Z PASS [ 0.088s] ( 90/3472) dns-server storage::test::test_update_in_progress
58792026-09-06T04:44:31.545Z PASS [ 0.079s] ( 91/3472) dns-server storage::test::test_update_interrupted
58802026-09-06T04:44:31.558Z PASS [ 0.081s] ( 92/3472) dns-server storage::test::test_zone_gets_soa_record
58812026-09-06T04:44:31.656Z PASS [ 0.111s] ( 93/3472) dns-server::basic_test a_crud
58822026-09-06T04:44:31.685Z PASS [ 0.127s] ( 94/3472) dns-server::basic_test aaaa_crud
58832026-09-06T04:44:31.764Z PASS [ 0.108s] ( 95/3472) dns-server::basic_test answers_match_question
58842026-09-06T04:44:31.801Z PASS [ 0.117s] ( 96/3472) dns-server::basic_test empty_record
58852026-09-06T04:44:31.824Z PASS [ 10.818s] ( 97/3472) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind_idempotently
58862026-09-06T04:44:31.876Z PASS [ 0.112s] ( 98/3472) dns-server::basic_test multi_record_crud
58872026-09-06T04:44:31.919Z PASS [ 0.118s] ( 99/3472) dns-server::basic_test name_contains_zone
58882026-09-06T04:44:31.952Z PASS [ 0.128s] ( 100/3472) dns-server::basic_test soa
58892026-09-06T04:44:31.966Z PASS [ 0.141s] ( 101/3472) dns-server::basic_test servfail
58902026-09-06T04:44:31.969Z PASS [ 0.142s] ( 102/3472) dns-server::basic_test nxdomain
58912026-09-06T04:44:31.969Z PASS [ 0.143s] ( 103/3472) dns-server::basic_test srv_crud
58922026-09-06T04:44:31.969Z PASS [ 0.016s] ( 104/3472) ereport-types tests::test_arb_json_deserializes
58932026-09-06T04:44:31.981Z PASS [ 0.014s] ( 105/3472) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
58942026-09-06T04:44:31.984Z PASS [ 0.016s] ( 106/3472) ereport-types tests::test_ena_from_str
58952026-09-06T04:44:31.984Z PASS [ 0.015s] ( 107/3472) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
58962026-09-06T04:44:31.987Z PASS [ 0.018s] ( 108/3472) ereport-types tests::test_ena_from_str_roundtrip
58972026-09-06T04:44:31.998Z PASS [ 0.017s] ( 109/3472) gfss gf256::tests::test_all_multiplication
58982026-09-06T04:44:31.998Z PASS [ 0.016s] ( 110/3472) gfss gf256::tests::test_all_multiplicative_inverses
58992026-09-06T04:44:32.001Z PASS [ 0.015s] ( 111/3472) gfss gf256::tests::test_docs_example
59002026-09-06T04:44:32.014Z PASS [ 0.138s] ( 112/3472) dns-server::cross_version_test cross_version_works
59012026-09-06T04:44:32.017Z PASS [ 0.017s] ( 113/3472) gfss shamir::tests::test_share_reconstruction
59022026-09-06T04:44:32.026Z PASS [ 0.027s] ( 114/3472) illumos-utils destructor::test::test_delayed_delete
59032026-09-06T04:44:32.045Z PASS [ 0.030s] ( 115/3472) illumos-utils destructor::test::test_destructor_bad_close
59042026-09-06T04:44:32.052Z PASS [ 0.026s] ( 116/3472) illumos-utils link::test::test_allocate
59052026-09-06T04:44:32.071Z PASS [ 0.026s] ( 117/3472) illumos-utils link::test::test_allocate_within_scopes
59062026-09-06T04:44:32.081Z PASS [ 0.030s] ( 118/3472) illumos-utils opte::port_manager::tests::external_ips_refresh_probes_attempts_all_ports
59072026-09-06T04:44:32.102Z PASS [ 0.031s] ( 119/3472) illumos-utils opte::port_manager::tests::external_ips_refresh_probes_skips_non_probe_ports
59082026-09-06T04:44:32.106Z PASS [ 0.025s] ( 120/3472) illumos-utils opte::port_manager::tests::ip_cfg_from_dual_stack_params
59092026-09-06T04:44:32.128Z PASS [ 0.026s] ( 121/3472) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv4_params
59102026-09-06T04:44:32.131Z PASS [ 0.025s] ( 122/3472) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv6_params
59112026-09-06T04:44:32.154Z PASS [ 0.025s] ( 123/3472) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv4_and_public_ipv6
59122026-09-06T04:44:32.157Z PASS [ 0.026s] ( 124/3472) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv6_and_public_ipv4
59132026-09-06T04:44:32.182Z PASS [ 0.029s] ( 125/3472) illumos-utils opte::port_manager::tests::multicast_ensure_missing_port_error
59142026-09-06T04:44:32.186Z PASS [ 0.027s] ( 126/3472) illumos-utils opte::port_manager::tests::multicast_groups_ensure_diffing
59152026-09-06T04:44:32.211Z PASS [ 0.028s] ( 127/3472) illumos-utils opte::port_manager::tests::multicast_m2p_clear_mismatched_underlay_is_noop
59162026-09-06T04:44:32.214Z PASS [ 0.029s] ( 128/3472) illumos-utils opte::port_manager::tests::multicast_m2p_rejects_non_admin_local_underlay
59172026-09-06T04:44:32.239Z PASS [ 0.029s] ( 129/3472) illumos-utils opte::port_manager::tests::multicast_m2p_set_replaces_underlay_for_same_group
59182026-09-06T04:44:32.262Z PASS [ 0.048s] ( 130/3472) illumos-utils opte::port_manager::tests::multicast_m2p_set_retries_join_after_failed_rollback
59192026-09-06T04:44:32.265Z PASS [ 0.026s] ( 131/3472) illumos-utils opte::port_manager::tests::multicast_m2p_set_rolls_back_on_partial_nic_join_failure
59202026-09-06T04:44:32.286Z PASS [ 0.024s] ( 132/3472) illumos-utils opte::port_manager::tests::multicast_port_deletion_cleanup
59212026-09-06T04:44:32.293Z PASS [ 0.027s] ( 133/3472) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
59222026-09-06T04:44:32.316Z PASS [ 0.029s] ( 134/3472) illumos-utils opte::port_manager::tests::probe_port_after_service_port_gets_no_seeded_routes
59232026-09-06T04:44:32.326Z PASS [ 0.033s] ( 135/3472) illumos-utils opte::port_manager::tests::probe_port_created_without_seeded_routes
59242026-09-06T04:44:32.354Z PASS [ 0.037s] ( 136/3472) illumos-utils opte::port_manager::tests::probe_ports_follow_igw_mappings
59252026-09-06T04:44:32.368Z PASS [ 0.041s] ( 137/3472) illumos-utils opte::port_manager::tests::service_port_seed_survives_route_set_replacement
59262026-09-06T04:44:32.385Z PASS [ 0.031s] ( 138/3472) illumos-utils opte::port_manager::tests::set_eip_gateways_tracks_pending_refresh
59272026-09-06T04:44:32.416Z PASS [ 0.031s] ( 139/3472) illumos-utils opte::port_manager::tests::underlay_multicast_mac_filter_no_nics
59282026-09-06T04:44:32.426Z PASS [ 0.058s] ( 140/3472) illumos-utils opte::port_manager::tests::underlay_multicast_mac_filter_lifecycle
59292026-09-06T04:44:32.451Z PASS [ 0.025s] ( 141/3472) illumos-utils opte::tests::convert_private_ip_config_to_gateway_ips
59302026-09-06T04:44:32.470Z PASS [ 0.053s] ( 142/3472) illumos-utils opte::port_manager::tests::underlay_multicast_mac_filter_rehydration
59312026-09-06T04:44:32.475Z PASS [ 0.024s] ( 143/3472) illumos-utils running_zone::tests::test_is_oxide_smf_service
59322026-09-06T04:44:32.496Z PASS [ 0.026s] ( 144/3472) illumos-utils svcs::tests::test_svc_parse_empty_success
59332026-09-06T04:44:32.504Z PASS [ 0.030s] ( 145/3472) illumos-utils svcs::tests::test_svc_parse_in_transition_and_unrecognized
59342026-09-06T04:44:32.520Z PASS [ 0.024s] ( 146/3472) illumos-utils svcs::tests::test_svc_parse_no_fmri_fail
59352026-09-06T04:44:32.531Z PASS [ 0.026s] ( 147/3472) illumos-utils svcs::tests::test_svc_parse_no_zone_fail
59362026-09-06T04:44:32.547Z PASS [ 0.028s] ( 148/3472) illumos-utils svcs::tests::test_svc_parse_success
59372026-09-06T04:44:32.557Z PASS [ 0.026s] ( 149/3472) illumos-utils svcs::tests::test_svc_parse_unknown_state_fail
59382026-09-06T04:44:32.574Z PASS [ 0.027s] ( 150/3472) illumos-utils svcs::tests::test_to_enabled_not_online
59392026-09-06T04:44:32.584Z PASS [ 0.026s] ( 151/3472) illumos-utils svcs::tests::test_to_enabled_not_online_covers_all_states
59402026-09-06T04:44:32.588Z PASS [ 2.449s] ( 152/3472) bootstore::v0-fsm-proptest-rack-coordinator run
59412026-09-06T04:44:32.612Z PASS [ 0.026s] ( 153/3472) illumos-utils zfs::test::parse_dataset_bad_avail
59422026-09-06T04:44:32.618Z PASS [ 0.044s] ( 154/3472) illumos-utils zfs::test::directory_mutability
59432026-09-06T04:44:32.629Z PASS [ 0.045s] ( 155/3472) illumos-utils zfs::test::get_values_of_rpool
59442026-09-06T04:44:32.638Z PASS [ 0.026s] ( 156/3472) illumos-utils zfs::test::parse_dataset_bad_quota
59452026-09-06T04:44:32.643Z PASS [ 0.025s] ( 157/3472) illumos-utils zfs::test::parse_dataset_bad_reservation
59462026-09-06T04:44:32.653Z PASS [ 0.025s] ( 158/3472) illumos-utils zfs::test::parse_dataset_bad_usage
59472026-09-06T04:44:32.663Z PASS [ 0.024s] ( 159/3472) illumos-utils zfs::test::parse_dataset_bad_uuid
59482026-09-06T04:44:32.666Z PASS [ 0.022s] ( 160/3472) illumos-utils zfs::test::parse_dataset_missing_fields
59492026-09-06T04:44:32.677Z PASS [ 0.023s] ( 161/3472) illumos-utils zfs::test::parse_dataset_props
59502026-09-06T04:44:32.685Z PASS [ 0.023s] ( 162/3472) illumos-utils zfs::test::parse_dataset_props_with_optionals
59512026-09-06T04:44:32.693Z PASS [ 0.027s] ( 163/3472) illumos-utils zfs::test::parse_dataset_too_many_columns
59522026-09-06T04:44:32.701Z PASS [ 0.024s] ( 164/3472) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
59532026-09-06T04:44:32.708Z PASS [ 0.023s] ( 165/3472) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
59542026-09-06T04:44:32.717Z PASS [ 0.024s] ( 166/3472) illumos-utils zfs::test::parse_quota_ignored_if_default
59552026-09-06T04:44:32.727Z PASS [ 0.026s] ( 167/3472) illumos-utils zfs::test::parse_reservation_ignored_if_default
59562026-09-06T04:44:32.735Z PASS [ 0.026s] ( 168/3472) illumos-utils zfs::test::parse_sorts_and_dedups
59572026-09-06T04:44:32.741Z PASS [ 0.024s] ( 169/3472) illumos-utils zfs::test::props_needing_update_compression_change_is_kept
59582026-09-06T04:44:32.752Z PASS [ 0.024s] ( 170/3472) illumos-utils zfs::test::props_needing_update_emits_only_changed_values
59592026-09-06T04:44:32.758Z PASS [ 0.024s] ( 171/3472) illumos-utils zfs::test::props_needing_update_none_matches_unset
59602026-09-06T04:44:32.765Z PASS [ 0.024s] ( 172/3472) illumos-utils zfs::test::props_needing_update_oxide_uuid
59612026-09-06T04:44:32.776Z PASS [ 0.762s] ( 173/3472) illumos-utils destructor::test::test_delayed_delete_with_error
59622026-09-06T04:44:32.780Z PASS [ 0.028s] ( 174/3472) illumos-utils zfs::test::props_needing_update_skips_matching_values
59632026-09-06T04:44:32.783Z PASS [ 0.024s] ( 175/3472) illumos-utils zfs::test::props_needing_update_unknown_current_compression_is_set
59642026-09-06T04:44:32.790Z PASS [ 0.024s] ( 176/3472) illumos-utils zfs::test::props_needing_update_zero_size_matches_unset
59652026-09-06T04:44:32.806Z PASS [ 0.030s] ( 177/3472) illumos-utils zone::tests::delete_nonexistent_address
59662026-09-06T04:44:32.810Z PASS [ 0.027s] ( 178/3472) illumos-utils zone::tests::test_parse_ip_network
59672026-09-06T04:44:32.810Z PASS [ 0.026s] ( 179/3472) illumos-utils zpool::test::test_parse_zpool
59682026-09-06T04:44:32.813Z PASS [ 0.023s] ( 180/3472) illumos-utils zpool::test::test_parse_zpool_missing_column
59692026-09-06T04:44:32.822Z PASS [ 0.824s] ( 181/3472) gfss shamir::tests::split_and_combine
59702026-09-06T04:44:32.839Z PASS [ 0.032s] ( 182/3472) installinator peers::tests::iter_no_preferred_preserves_btree_order
59712026-09-06T04:44:32.844Z PASS [ 0.032s] ( 183/3472) installinator peers::tests::last_known_peer_stale
59722026-09-06T04:44:32.848Z PASS [ 0.037s] ( 184/3472) installinator peers::tests::last_known_peer_preferred
59732026-09-06T04:44:32.891Z PASS [ 0.051s] ( 185/3472) installinator-common block_size_writer::tests::proptest_block_writer
59742026-09-06T04:44:32.964Z PASS [ 0.119s] ( 186/3472) internal-dns-resolver resolver::test::insert_and_lookup_one_record
59752026-09-06T04:44:32.979Z PASS [ 0.135s] ( 187/3472) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
59762026-09-06T04:44:33.012Z PASS [ 0.120s] ( 188/3472) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
59772026-09-06T04:44:33.138Z PASS [ 0.126s] ( 189/3472) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
59782026-09-06T04:44:33.148Z PASS [ 0.169s] ( 190/3472) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
59792026-09-06T04:44:33.164Z PASS [ 0.199s] ( 191/3472) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
59802026-09-06T04:44:33.167Z PASS [ 0.018s] ( 192/3472) internal-dns-types config::test::display_hosts
59812026-09-06T04:44:33.180Z PASS [ 0.016s] ( 193/3472) internal-dns-types config::test::display_srv_service
59822026-09-06T04:44:33.183Z PASS [ 0.017s] ( 194/3472) internal-dns-types config::test::host_zone_switch_publishes_all_services
59832026-09-06T04:44:33.190Z PASS [ 1.270s] ( 195/3472) dnsadm::commands_test test_dnsadm
59842026-09-06T04:44:33.195Z PASS [ 0.016s] ( 196/3472) internal-dns-types config::test::test_builder_errors
59852026-09-06T04:44:33.201Z PASS [ 0.017s] ( 197/3472) internal-dns-types config::test::test_builder_output
59862026-09-06T04:44:33.206Z PASS [ 0.016s] ( 198/3472) internal-dns-types diff::test::diff_different
59872026-09-06T04:44:33.210Z PASS [ 0.015s] ( 199/3472) internal-dns-types diff::test::diff_equivalent
59882026-09-06T04:44:33.216Z PASS [ 0.015s] ( 200/3472) internal-dns-types diff::test::diff_invalid
59892026-09-06T04:44:33.222Z PASS [ 0.016s] ( 201/3472) ipcc tests::deserialize_fixed_value
59902026-09-06T04:44:33.227Z PASS [ 0.016s] ( 202/3472) ipcc tests::installinator_image_id_round_trip
59912026-09-06T04:44:33.235Z PASS [ 0.019s] ( 203/3472) ipcc tests::serialized_size
59922026-09-06T04:44:33.241Z PASS [ 0.019s] ( 204/3472) key-manager tests::different_disks_produce_different_keys
59932026-09-06T04:44:33.248Z PASS [ 0.021s] ( 205/3472) key-manager tests::different_ikm_produces_different_keys
59942026-09-06T04:44:33.257Z PASS [ 0.022s] ( 206/3472) key-manager tests::disk_encryption_key_epoch_0
59952026-09-06T04:44:33.261Z PASS [ 0.020s] ( 207/3472) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
59962026-09-06T04:44:33.266Z PASS [ 0.128s] ( 208/3472) internal-dns-resolver resolver::test::update_record
59972026-09-06T04:44:33.277Z PASS [ 0.029s] ( 209/3472) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
59982026-09-06T04:44:33.289Z PASS [ 0.031s] ( 210/3472) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
59992026-09-06T04:44:33.294Z PASS [ 0.033s] ( 211/3472) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
60002026-09-06T04:44:33.298Z PASS [ 0.032s] ( 212/3472) nexus-auth authn::external::session_cookie::test::test_get_token
60012026-09-06T04:44:33.305Z PASS [ 0.028s] ( 213/3472) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
60022026-09-06T04:44:33.314Z PASS [ 0.026s] ( 214/3472) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
60032026-09-06T04:44:33.323Z PASS [ 0.029s] ( 215/3472) nexus-auth authn::external::session_cookie::test::test_missing_cookie
60042026-09-06T04:44:33.327Z PASS [ 0.505s] ( 216/3472) installinator write::tests::proptest_write_artifact
60052026-09-06T04:44:33.331Z PASS [ 0.033s] ( 217/3472) nexus-auth authn::external::session_cookie::test::test_other_cookie
60062026-09-06T04:44:33.338Z PASS [ 0.032s] ( 218/3472) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
60072026-09-06T04:44:33.343Z PASS [ 0.029s] ( 219/3472) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
60082026-09-06T04:44:33.353Z PASS [ 0.030s] ( 220/3472) nexus-auth authn::external::session_cookie::test::test_valid_cookie
60092026-09-06T04:44:33.357Z PASS [ 0.030s] ( 221/3472) nexus-auth authn::external::spoof::test::test_make_header_value
60102026-09-06T04:44:33.360Z PASS [ 0.027s] ( 222/3472) nexus-auth authn::external::spoof::test::test_make_header_value_raw
60112026-09-06T04:44:33.370Z PASS [ 0.032s] ( 223/3472) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
60122026-09-06T04:44:33.376Z PASS [ 0.033s] ( 224/3472) nexus-auth authn::external::spoof::test::test_spoof_header_missing
60132026-09-06T04:44:33.384Z PASS [ 0.030s] ( 225/3472) nexus-auth authn::external::spoof::test::test_spoof_header_valid
60142026-09-06T04:44:33.389Z PASS [ 0.032s] ( 226/3472) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
60152026-09-06T04:44:33.394Z PASS [ 0.035s] ( 227/3472) nexus-auth authn::external::test::test_authn_sequence
60162026-09-06T04:44:33.399Z PASS [ 0.029s] ( 228/3472) nexus-auth authn::external::token::test::test_make_header_value
60172026-09-06T04:44:33.406Z PASS [ 0.029s] ( 229/3472) nexus-auth authn::external::token::test::test_token_header_bad_utf8
60182026-09-06T04:44:33.413Z PASS [ 0.030s] ( 230/3472) nexus-auth authn::external::token::test::test_token_header_missing
60192026-09-06T04:44:33.420Z PASS [ 0.030s] ( 231/3472) nexus-auth authn::external::token::test::test_token_header_valid
60202026-09-06T04:44:33.425Z PASS [ 0.031s] ( 232/3472) nexus-auth authn::test::test_internal_users
60212026-09-06T04:44:33.443Z PASS [ 0.037s] ( 233/3472) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
60222026-09-06T04:44:33.468Z PASS [ 0.055s] ( 234/3472) nexus-auth context::test::test_background_context
60232026-09-06T04:44:33.472Z PASS [ 0.027s] ( 235/3472) nexus-config nexus_config::test::test_bad_authn_schemes
60242026-09-06T04:44:33.476Z PASS [ 0.074s] ( 236/3472) nexus-auth authz::context::test::test_unregistered_resource
60252026-09-06T04:44:33.476Z PASS [ 0.054s] ( 237/3472) nexus-auth context::test::test_child_context
60262026-09-06T04:44:33.484Z PASS [ 0.059s] ( 238/3472) nexus-auth context::test::test_test_context
60272026-09-06T04:44:33.493Z PASS [ 0.024s] ( 239/3472) nexus-config nexus_config::test::test_config_bad_toml
60282026-09-06T04:44:33.498Z PASS [ 0.028s] ( 240/3472) nexus-config nexus_config::test::test_config_empty
60292026-09-06T04:44:33.504Z PASS [ 0.031s] ( 241/3472) nexus-config nexus_config::test::test_config_nonexistent
60302026-09-06T04:44:33.507Z PASS [ 0.032s] ( 242/3472) nexus-config nexus_config::test::test_deployment_config_schema
60312026-09-06T04:44:33.511Z PASS [ 0.027s] ( 243/3472) nexus-config nexus_config::test::test_invalid_audit_log_cleanup_retention_days
60322026-09-06T04:44:33.518Z PASS [ 0.026s] ( 244/3472) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
60332026-09-06T04:44:33.522Z PASS [ 2.258s] ( 245/3472) db-dev::test-db-dev test_db_killed
60342026-09-06T04:44:33.526Z PASS [ 0.025s] ( 246/3472) nexus-config nexus_config::test::test_invalid_multicast_reconciler_concurrency_limits
60352026-09-06T04:44:33.535Z PASS [ 0.023s] ( 247/3472) nexus-config postgres_config::test::test_all_addresses_multiple_hosts
60362026-09-06T04:44:33.541Z PASS [ 0.034s] ( 248/3472) nexus-config nexus_config::test::test_valid
60372026-09-06T04:44:33.541Z PASS [ 0.037s] ( 249/3472) nexus-config nexus_config::test::test_repo_configs_are_valid
60382026-09-06T04:44:33.545Z PASS [ 0.025s] ( 250/3472) nexus-config postgres_config::test::test_all_addresses_non_ip_hostname
60392026-09-06T04:44:33.548Z PASS [ 0.024s] ( 251/3472) nexus-config postgres_config::test::test_all_addresses_single_host
60402026-09-06T04:44:33.551Z PASS [ 0.025s] ( 252/3472) nexus-config postgres_config::test::test_bad_url
60412026-09-06T04:44:33.556Z PASS [ 0.022s] ( 253/3472) nexus-config postgres_config::test::test_example_url
60422026-09-06T04:44:33.564Z PASS [ 0.023s] ( 254/3472) nexus-db-fixed-data test::test_allowlist_id_is_valid
60432026-09-06T04:44:33.569Z PASS [ 0.026s] ( 255/3472) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
60442026-09-06T04:44:33.573Z PASS [ 0.029s] ( 256/3472) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
60452026-09-06T04:44:33.573Z PASS [ 0.025s] ( 257/3472) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
60462026-09-06T04:44:33.601Z PASS [ 0.031s] ( 258/3472) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
60472026-09-06T04:44:33.605Z PASS [ 0.033s] ( 259/3472) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
60482026-09-06T04:44:33.631Z PASS [ 0.027s] ( 260/3472) nexus-db-model bytecount::test::test_bytecount_i64_conversions
60492026-09-06T04:44:33.638Z PASS [ 0.037s] ( 261/3472) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
60502026-09-06T04:44:33.656Z PASS [ 0.850s] ( 262/3472) installinator mock_peers::tests::proptest_fetch_artifact
60512026-09-06T04:44:33.659Z PASS [ 0.025s] ( 263/3472) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
60522026-09-06T04:44:33.663Z PASS [ 0.024s] ( 264/3472) nexus-db-model deployment::tests::reassemble_rejects_inconsistent_columns
60532026-09-06T04:44:33.686Z PASS [ 0.029s] ( 265/3472) nexus-db-model device_auth::test::test_generate_user_code
60542026-09-06T04:44:33.689Z PASS [ 0.032s] ( 266/3472) nexus-db-model deployment::tests::update_disposition_columns_roundtrip
60552026-09-06T04:44:33.689Z PASS [ 0.026s] ( 267/3472) nexus-db-model instance_state::tests::test_from_str_roundtrips
60562026-09-06T04:44:33.713Z PASS [ 0.027s] ( 268/3472) nexus-db-model inventory::test::dual_stack_zone_nic_round_trips_through_inventory
60572026-09-06T04:44:33.717Z PASS [ 0.029s] ( 269/3472) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
60582026-09-06T04:44:33.721Z PASS [ 0.031s] ( 270/3472) nexus-db-model omicron_zone_config::tests::zone_nic_round_trips_for_all_ip_families
60592026-09-06T04:44:33.736Z PASS [ 0.023s] ( 271/3472) nexus-db-model role_assignment::tests::test_role_assignment_from_database
60602026-09-06T04:44:33.741Z PASS [ 0.024s] ( 272/3472) nexus-db-model saga_types::test::test_try_from_validates_abandon_metadata
60612026-09-06T04:44:33.766Z PASS [ 0.030s] ( 273/3472) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
60622026-09-06T04:44:33.774Z PASS [ 0.054s] ( 274/3472) nexus-db-model schema_versions::test::proptest_split_and_strip_sql
60632026-09-06T04:44:33.782Z PASS [ 0.041s] ( 275/3472) nexus-db-model schema_versions::test::test_classify_add_constraint_unnamed_is_error
60642026-09-06T04:44:33.803Z PASS [ 0.037s] ( 276/3472) nexus-db-model schema_versions::test::test_classify_alter_table_add_constraint
60652026-09-06T04:44:33.815Z PASS [ 0.042s] ( 277/3472) nexus-db-model schema_versions::test::test_classify_alter_table_multi_op
60662026-09-06T04:44:33.822Z PASS [ 0.039s] ( 278/3472) nexus-db-model schema_versions::test::test_classify_create_index
60672026-09-06T04:44:33.841Z PASS [ 0.037s] ( 279/3472) nexus-db-model schema_versions::test::test_classify_create_index_unnamed_is_error
60682026-09-06T04:44:33.850Z PASS [ 0.028s] ( 280/3472) nexus-db-model schema_versions::test::test_classify_dml_ignored
60692026-09-06T04:44:33.857Z PASS [ 0.041s] ( 281/3472) nexus-db-model schema_versions::test::test_classify_create_index_with_storing
60702026-09-06T04:44:33.880Z PASS [ 0.039s] ( 282/3472) nexus-db-model schema_versions::test::test_classify_mixed_dml_and_ddl
60712026-09-06T04:44:33.885Z PASS [ 0.028s] ( 283/3472) nexus-db-model schema_versions::test::test_known_versions
60722026-09-06T04:44:33.898Z PASS [ 0.047s] ( 284/3472) nexus-db-model schema_versions::test::test_classify_other_ddl_varieties
60732026-09-06T04:44:33.921Z PASS [ 0.036s] ( 285/3472) nexus-db-model schema_versions::test::test_multi_ddl_grandfathered
60742026-09-06T04:44:33.930Z PASS [ 0.032s] ( 286/3472) nexus-db-model schema_versions::test::test_non_transactional_filename_detection
60752026-09-06T04:44:33.957Z PASS [ 0.036s] ( 287/3472) nexus-db-model schema_versions::test::test_one_ddl_enforcement
60762026-09-06T04:44:33.964Z PASS [ 0.084s] ( 288/3472) nexus-db-model schema_versions::test::test_migration_verification_files
60772026-09-06T04:44:33.979Z PASS [ 0.048s] ( 289/3472) nexus-db-model schema_versions::test::test_one_ddl_multi_op_allowed
60782026-09-06T04:44:33.987Z PASS [ 0.030s] ( 290/3472) nexus-db-model schema_versions::test::test_orphaned_verify_file_detected
60792026-09-06T04:44:34.004Z PASS [ 0.038s] ( 291/3472) nexus-db-model schema_versions::test::test_preprocess_add_constraint_if_not_exists
60802026-09-06T04:44:34.017Z PASS [ 0.039s] ( 292/3472) nexus-db-model schema_versions::test::test_preprocess_storing
60812026-09-06T04:44:34.026Z PASS [ 0.039s] ( 293/3472) nexus-db-model schema_versions::test::test_preprocess_type_array
60822026-09-06T04:44:34.032Z PASS [ 0.029s] ( 294/3472) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
60832026-09-06T04:44:34.047Z PASS [ 0.030s] ( 295/3472) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
60842026-09-06T04:44:34.059Z PASS [ 0.026s] ( 296/3472) nexus-db-model schema_versions::test::test_split_and_strip_sql_basic
60852026-09-06T04:44:34.059Z PASS [ 0.032s] ( 297/3472) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
60862026-09-06T04:44:34.070Z PASS [ 0.023s] ( 298/3472) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_in_string_preserved
60872026-09-06T04:44:34.083Z PASS [ 0.024s] ( 299/3472) nexus-db-model schema_versions::test::test_split_and_strip_sql_default_value_with_semicolon
60882026-09-06T04:44:34.086Z PASS [ 0.026s] ( 300/3472) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_stripped
60892026-09-06T04:44:34.095Z PASS [ 0.024s] ( 301/3472) nexus-db-model schema_versions::test::test_split_and_strip_sql_empty_input
60902026-09-06T04:44:34.105Z PASS [ 0.022s] ( 302/3472) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quote_in_string
60912026-09-06T04:44:34.109Z PASS [ 0.022s] ( 303/3472) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quotes_with_comment_chars
60922026-09-06T04:44:34.112Z PASS [ 0.018s] ( 304/3472) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_in_string_preserved
60932026-09-06T04:44:34.128Z PASS [ 0.023s] ( 305/3472) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_stripped
60942026-09-06T04:44:34.135Z PASS [ 0.027s] ( 306/3472) nexus-db-model schema_versions::test::test_split_and_strip_sql_mixed_real_split_and_string_semicolon
60952026-09-06T04:44:34.138Z PASS [ 0.023s] ( 307/3472) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_statement
60962026-09-06T04:44:34.150Z PASS [ 0.022s] ( 308/3472) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_with_split
60972026-09-06T04:44:34.159Z PASS [ 8.914s] ( 309/3472) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
60982026-09-06T04:44:34.162Z PASS [ 0.026s] ( 310/3472) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiple_strings_with_semicolons
60992026-09-06T04:44:34.165Z PASS [ 0.029s] ( 311/3472) nexus-db-model schema_versions::test::test_split_and_strip_sql_newline_inside_string
61002026-09-06T04:44:34.175Z PASS [ 0.025s] ( 312/3472) nexus-db-model schema_versions::test::test_split_and_strip_sql_no_semicolons
61012026-09-06T04:44:34.193Z PASS [ 0.034s] ( 313/3472) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_line_comment
61022026-09-06T04:44:34.197Z PASS [ 0.037s] ( 314/3472) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolons_only
61032026-09-06T04:44:34.197Z PASS [ 0.034s] ( 315/3472) nexus-db-model schema_versions::test::test_split_and_strip_sql_string_at_end
61042026-09-06T04:44:34.200Z PASS [ 0.038s] ( 316/3472) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_string
61052026-09-06T04:44:34.200Z PASS [ 0.038s] ( 317/3472) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_block_comment
61062026-09-06T04:44:34.200Z PASS [ 0.032s] ( 318/3472) nexus-db-model schema_versions::test::test_split_and_strip_sql_trailing_semicolons
61072026-09-06T04:44:34.201Z PASS [ 0.024s] ( 319/3472) nexus-db-model schema_versions::test::test_verification_query_add_constraint
61082026-09-06T04:44:34.216Z PASS [ 0.023s] ( 320/3472) nexus-db-model schema_versions::test::test_verification_query_add_constraint_not_valid
61092026-09-06T04:44:34.227Z PASS [ 0.032s] ( 321/3472) nexus-db-model schema_versions::test::test_verification_query_create_index
61102026-09-06T04:44:34.236Z PASS [ 0.039s] ( 322/3472) nexus-db-model schema_versions::test::test_verify_file_skipped_in_load
61112026-09-06T04:44:34.249Z PASS [ 0.037s] ( 323/3472) nexus-db-model switch_port::tests::peer_type_round_trip_numbered
61122026-09-06T04:44:34.249Z PASS [ 0.042s] ( 324/3472) nexus-db-model schema_versions::test::test_verification_query_other_ddl_returns_none
61132026-09-06T04:44:34.249Z PASS [ 0.042s] ( 325/3472) nexus-db-model semver_version::test::test_to_from_sortable_string
61142026-09-06T04:44:34.249Z PASS [ 0.043s] ( 326/3472) nexus-db-model schema_versions::test::test_verify
61152026-09-06T04:44:34.249Z PASS [ 0.025s] ( 327/3472) nexus-db-model switch_port::tests::peer_type_round_trip_unnumbered
61162026-09-06T04:44:34.253Z PASS [ 0.023s] ( 328/3472) nexus-db-model switch_port::tests::router_peer_type_test_ip_db_repr
61172026-09-06T04:44:34.258Z PASS [ 0.022s] ( 329/3472) nexus-db-model tests::test_ip_subnet_check_requestable_address
61182026-09-06T04:44:34.268Z PASS [ 0.030s] ( 330/3472) nexus-db-model tests::test_roles_database_strings
61192026-09-06T04:44:34.271Z PASS [ 0.034s] ( 331/3472) nexus-db-model tests::test_ipv6_net_random_subnet
61202026-09-06T04:44:34.274Z PASS [ 0.031s] ( 332/3472) nexus-db-model typed_uuid::tests::test_hash_equality
61212026-09-06T04:44:34.274Z PASS [ 0.033s] ( 333/3472) nexus-db-model typed_uuid::tests::test_compare_consistency
61222026-09-06T04:44:34.274Z PASS [ 0.034s] ( 334/3472) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
61232026-09-06T04:44:34.274Z PASS [ 0.024s] ( 335/3472) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
61242026-09-06T04:44:34.279Z PASS [ 0.021s] ( 336/3472) nexus-db-model vmm_state::tests::test_destroyable_states_consistent
61252026-09-06T04:44:34.293Z PASS [ 0.025s] ( 337/3472) nexus-db-model vmm_state::tests::test_from_str_roundtrips
61262026-09-06T04:44:34.296Z PASS [ 0.025s] ( 338/3472) nexus-db-model vmm_state::tests::test_nonexistent_states_consistent
61272026-09-06T04:44:34.299Z PASS [ 0.026s] ( 339/3472) nexus-db-model vmm_state::tests::test_terminal_states_consistent
61282026-09-06T04:44:34.825Z PASS [ 11.456s] ( 340/3472) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
61292026-09-06T04:44:35.515Z PASS [ 1.945s] ( 341/3472) nexus-db-lookup::integration lookup::test_lookup
61302026-09-06T04:44:36.111Z PASS [ 1.832s] ( 342/3472) nexus-db-queries db::check_if_limit_reached::tests::test_check_if_limit_reached
61312026-09-06T04:44:36.214Z PASS [ 4.228s] ( 343/3472) gfss polynomial::tests::test_polynomial_eval
61322026-09-06T04:44:36.231Z PASS [ 8.623s] ( 344/3472) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
61332026-09-06T04:44:36.789Z PASS [ 1.965s] ( 345/3472) nexus-db-queries db::collection_attach::test::fail_attach_if_update_condition_not_met
61342026-09-06T04:44:37.591Z PASS [ 2.076s] ( 346/3472) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
61352026-09-06T04:44:38.130Z PASS [ 2.018s] ( 347/3472) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
61362026-09-06T04:44:38.317Z PASS [ 2.086s] ( 348/3472) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
61372026-09-06T04:44:38.321Z PASS [ 2.108s] ( 349/3472) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
61382026-09-06T04:44:38.777Z PASS [ 1.987s] ( 350/3472) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
61392026-09-06T04:44:39.518Z PASS [ 1.927s] ( 351/3472) nexus-db-queries db::collection_attach::test::test_attach_once
61402026-09-06T04:44:39.524Z PASS [ 8.259s] ( 352/3472) db-dev::test-db-dev test_db_run
61412026-09-06T04:44:39.548Z PASS [ 0.030s] ( 353/3472) nexus-db-queries db::collection_attach::test::test_verify_query
61422026-09-06T04:44:39.751Z PASS [ 27.687s] ( 354/3472) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
61432026-09-06T04:44:40.087Z PASS [ 1.957s] ( 355/3472) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
61442026-09-06T04:44:40.300Z PASS [ 1.978s] ( 356/3472) nexus-db-queries db::collection_attach::test::test_attach_with_filters
61452026-09-06T04:44:40.411Z PASS [ 2.094s] ( 357/3472) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
61462026-09-06T04:44:40.756Z PASS [ 1.979s] ( 358/3472) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
61472026-09-06T04:44:41.459Z PASS [ 1.911s] ( 359/3472) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
61482026-09-06T04:44:41.501Z PASS [ 0.042s] ( 360/3472) nexus-db-queries db::collection_detach::test::test_verify_query
61492026-09-06T04:44:41.690Z PASS [ 1.939s] ( 361/3472) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
61502026-09-06T04:44:42.017Z PASS [ 1.930s] ( 362/3472) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
61512026-09-06T04:44:42.231Z PASS [ 1.931s] ( 363/3472) nexus-db-queries db::collection_detach::test::test_detach_once
61522026-09-06T04:44:42.410Z PASS [ 1.998s] ( 364/3472) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
61532026-09-06T04:44:42.695Z PASS [ 1.939s] ( 365/3472) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
61542026-09-06T04:44:43.402Z PASS [ 1.902s] ( 366/3472) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
61552026-09-06T04:44:43.664Z PASS [ 1.974s] ( 367/3472) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
61562026-09-06T04:44:43.943Z PASS [ 1.926s] ( 368/3472) nexus-db-queries db::collection_detach_many::test::test_detach_many
61572026-09-06T04:44:43.983Z PASS [ 0.040s] ( 369/3472) nexus-db-queries db::collection_detach_many::test::test_verify_query
61582026-09-06T04:44:44.141Z PASS [ 1.910s] ( 370/3472) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
61592026-09-06T04:44:44.313Z PASS [ 1.904s] ( 371/3472) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
61602026-09-06T04:44:44.349Z PASS [ 0.036s] ( 372/3472) nexus-db-queries db::collection_insert::test::test_verify_query
61612026-09-06T04:44:44.385Z PASS [ 0.035s] ( 373/3472) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
61622026-09-06T04:44:44.419Z PASS [ 0.034s] ( 374/3472) nexus-db-queries db::column_walker::test::test_walk_columns
61632026-09-06T04:44:44.456Z PASS [ 0.035s] ( 375/3472) nexus-db-queries db::column_walker::test::test_walk_table
61642026-09-06T04:44:44.598Z PASS [ 1.903s] ( 376/3472) nexus-db-queries db::collection_detach_many::test::test_detach_once
61652026-09-06T04:44:45.288Z PASS [ 1.886s] ( 377/3472) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
61662026-09-06T04:44:45.624Z PASS [ 1.960s] ( 378/3472) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
61672026-09-06T04:44:45.813Z PASS [ 1.829s] ( 379/3472) nexus-db-queries db::collection_insert::test::test_collection_not_present
61682026-09-06T04:44:45.986Z PASS [ 1.845s] ( 380/3472) nexus-db-queries db::collection_insert::test::test_collection_present
61692026-09-06T04:44:47.260Z PASS [ 2.806s] ( 381/3472) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
61702026-09-06T04:44:47.516Z PASS [ 2.917s] ( 382/3472) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
61712026-09-06T04:44:48.490Z PASS [ 2.867s] ( 383/3472) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
61722026-09-06T04:44:48.737Z PASS [ 2.924s] ( 384/3472) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
61732026-09-06T04:44:49.113Z PASS [ 3.824s] ( 385/3472) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
61742026-09-06T04:44:49.214Z PASS [ 3.228s] ( 386/3472) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
61752026-09-06T04:44:50.105Z PASS [ 2.844s] ( 387/3472) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
61762026-09-06T04:44:50.626Z PASS [ 3.110s] ( 388/3472) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
61772026-09-06T04:44:51.219Z PASS [ 2.729s] ( 389/3472) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
61782026-09-06T04:44:51.409Z PASS [ 2.673s] ( 390/3472) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
61792026-09-06T04:44:51.883Z PASS [ 2.770s] ( 391/3472) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
61802026-09-06T04:44:52.042Z PASS [ 2.828s] ( 392/3472) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
61812026-09-06T04:44:53.007Z PASS [ 2.903s] ( 393/3472) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
61822026-09-06T04:44:54.089Z PASS [ 2.870s] ( 394/3472) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
61832026-09-06T04:44:54.365Z PASS [ 2.955s] ( 395/3472) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
61842026-09-06T04:44:54.522Z PASS [ 3.896s] ( 396/3472) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
61852026-09-06T04:44:54.916Z PASS [ 2.874s] ( 397/3472) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
61862026-09-06T04:44:55.118Z PASS [ 3.234s] ( 398/3472) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
61872026-09-06T04:44:56.110Z PASS [ 3.102s] ( 399/3472) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
61882026-09-06T04:44:56.821Z PASS [ 2.732s] ( 400/3472) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
61892026-09-06T04:44:57.029Z PASS [ 2.664s] ( 401/3472) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
61902026-09-06T04:44:57.302Z PASS [ 2.780s] ( 402/3472) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
61912026-09-06T04:44:58.469Z PASS [ 3.553s] ( 403/3472) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
61922026-09-06T04:44:58.645Z PASS [ 3.528s] ( 404/3472) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
61932026-09-06T04:44:58.752Z PASS [ 1.931s] ( 405/3472) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_all_filters
61942026-09-06T04:44:58.772Z PASS [ 2.662s] ( 406/3472) nexus-db-queries db::datastore::alert::tests::alert_create_then_already_exists
61952026-09-06T04:44:58.953Z PASS [ 1.924s] ( 407/3472) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_cases_and_classes
61962026-09-06T04:44:59.252Z PASS [ 1.950s] ( 408/3472) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_created_time
61972026-09-06T04:45:00.332Z PASS [ 1.862s] ( 409/3472) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_default
61982026-09-06T04:45:00.627Z PASS [ 1.981s] ( 410/3472) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_dispatched_false
61992026-09-06T04:45:00.662Z PASS [ 1.909s] ( 411/3472) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_dispatched_time
62002026-09-06T04:45:00.686Z PASS [ 1.913s] ( 412/3472) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_dispatched_true
62012026-09-06T04:45:00.834Z PASS [ 1.881s] ( 413/3472) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_only_cases
62022026-09-06T04:45:01.120Z PASS [ 1.868s] ( 414/3472) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_only_classes
62032026-09-06T04:45:02.055Z PASS [ 1.724s] ( 415/3472) nexus-db-queries db::datastore::alert::tests::explain_alert_select_next_for_dispatch
62042026-09-06T04:45:03.346Z PASS [ 2.661s] ( 416/3472) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_writes_marker
62052026-09-06T04:45:03.382Z PASS [ 2.721s] ( 417/3472) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_stale_sitrep
62062026-09-06T04:45:03.423Z PASS [ 2.797s] ( 418/3472) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_already_exists_without_marker
62072026-09-06T04:45:03.428Z PASS [ 2.591s] ( 419/3472) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_existing_alert_markers_empty_input_returns_empty
62082026-09-06T04:45:03.710Z PASS [ 2.590s] ( 420/3472) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_existing_alert_markers_returns_only_present_ids
62092026-09-06T04:45:03.951Z PASS [ 1.896s] ( 421/3472) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
62102026-09-06T04:45:06.202Z PASS [ 2.819s] ( 422/3472) nexus-db-queries db::datastore::alert_rx::test::test_insert_empty_subscription_batch
62112026-09-06T04:45:06.211Z PASS [ 2.865s] ( 423/3472) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
62122026-09-06T04:45:06.214Z PASS [ 2.790s] ( 424/3472) nexus-db-queries db::datastore::alert_rx::test::test_webhook_rx_update_fails_when_receiver_deleted
62132026-09-06T04:45:06.261Z PASS [ 2.837s] ( 425/3472) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
62142026-09-06T04:45:06.323Z PASS [ 2.613s] ( 426/3472) nexus-db-queries db::datastore::alert_rx::test::test_webhook_rx_update_succeeds
62152026-09-06T04:45:06.583Z PASS [ 2.631s] ( 427/3472) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
62162026-09-06T04:45:07.461Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
62172026-09-06T04:45:09.015Z PASS [ 2.812s] ( 428/3472) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
62182026-09-06T04:45:09.025Z PASS [ 2.702s] ( 429/3472) nexus-db-queries db::datastore::bgp::tests::test_allow_export_for_peer
62192026-09-06T04:45:09.025Z PASS [ 2.764s] ( 430/3472) nexus-db-queries db::datastore::bgp::tests::bgp_config_get_by_name_after_reuse_returns_live
62202026-09-06T04:45:09.082Z PASS [ 2.867s] ( 431/3472) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_timeout_then_late_completion
62212026-09-06T04:45:09.099Z PASS [ 2.888s] ( 432/3472) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
62222026-09-06T04:45:09.194Z PASS [ 2.610s] ( 433/3472) nexus-db-queries db::datastore::bgp::tests::test_allow_import_for_peer
62232026-09-06T04:45:11.618Z PASS [ 2.604s] ( 434/3472) nexus-db-queries db::datastore::bgp::tests::test_bgp_config_by_name
62242026-09-06T04:45:11.883Z PASS [ 2.858s] ( 435/3472) nexus-db-queries db::datastore::bgp::tests::test_communities_for_peer
62252026-09-06T04:45:11.931Z PASS [ 2.832s] ( 436/3472) nexus-db-queries db::datastore::bgp::tests::test_update_bgp_config
62262026-09-06T04:45:11.934Z PASS [ 2.850s] ( 437/3472) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
62272026-09-06T04:45:11.953Z PASS [ 2.928s] ( 438/3472) nexus-db-queries db::datastore::bgp::tests::test_bgp_config_create_idempotency
62282026-09-06T04:45:11.977Z PASS [ 2.784s] ( 439/3472) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
62292026-09-06T04:45:13.862Z PASS [ 1.929s] ( 440/3472) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
62302026-09-06T04:45:13.909Z PASS [ 1.932s] ( 441/3472) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
62312026-09-06T04:45:14.213Z PASS [ 2.595s] ( 442/3472) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
62322026-09-06T04:45:14.582Z PASS [ 2.699s] ( 443/3472) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
62332026-09-06T04:45:14.582Z PASS [ 2.629s] ( 444/3472) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
62342026-09-06T04:45:14.707Z PASS [ 0.798s] ( 445/3472) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race
62352026-09-06T04:45:14.784Z PASS [ 2.853s] ( 446/3472) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
62362026-09-06T04:45:15.027Z PASS [ 0.814s] ( 447/3472) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race_with_verification
62372026-09-06T04:45:16.373Z PASS [ 2.512s] ( 448/3472) nexus-db-queries db::datastore::db_metadata::test::test_add_column_concurrent_rejected
62382026-09-06T04:45:16.529Z PASS [ 1.947s] ( 449/3472) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
62392026-09-06T04:45:16.636Z PASS [ 2.054s] ( 450/3472) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
62402026-09-06T04:45:16.683Z PASS [ 1.976s] ( 451/3472) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
62412026-09-06T04:45:16.723Z PASS [ 1.939s] ( 452/3472) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
62422026-09-06T04:45:16.950Z PASS [ 1.923s] ( 453/3472) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
62432026-09-06T04:45:18.253Z PASS [ 1.879s] ( 454/3472) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
62442026-09-06T04:45:18.549Z PASS [ 2.020s] ( 455/3472) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
62452026-09-06T04:45:18.641Z PASS [ 2.004s] ( 456/3472) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
62462026-09-06T04:45:18.661Z PASS [ 1.978s] ( 457/3472) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
62472026-09-06T04:45:18.666Z PASS [ 1.943s] ( 458/3472) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
62482026-09-06T04:45:18.847Z PASS [ 1.896s] ( 459/3472) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
62492026-09-06T04:45:18.900Z PASS [ 0.647s] ( 460/3472) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race
62502026-09-06T04:45:19.139Z PASS [ 0.590s] ( 461/3472) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race_with_verification
62512026-09-06T04:45:19.355Z PASS [ 0.694s] ( 462/3472) nexus-db-queries db::datastore::db_metadata::test::test_set_not_null_concurrent_rejected
62522026-09-06T04:45:20.577Z PASS [ 1.910s] ( 463/3472) nexus-db-queries db::datastore::db_metadata::test::test_verify_add_constraint
62532026-09-06T04:45:20.727Z PASS [ 1.827s] ( 464/3472) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_constraint
62542026-09-06T04:45:20.732Z PASS [ 1.885s] ( 465/3472) nexus-db-queries db::datastore::db_metadata::test::test_verify_create_index
62552026-09-06T04:45:20.971Z PASS [ 1.832s] ( 466/3472) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_index
62562026-09-06T04:45:21.192Z PASS [ 1.837s] ( 467/3472) nexus-db-queries db::datastore::db_metadata::test::update_schema_needs_handoff_is_transient
62572026-09-06T04:45:21.249Z PASS [ 2.609s] ( 468/3472) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
62582026-09-06T04:45:22.372Z PASS [ 1.795s] ( 469/3472) nexus-db-queries db::datastore::db_metadata::test::update_schema_try_later_is_transient
62592026-09-06T04:45:22.551Z PASS [ 0.178s] ( 470/3472) nexus-db-queries db::datastore::deployment::tests::expectorate_insert_target_query
62602026-09-06T04:45:22.641Z PASS [ 1.914s] ( 471/3472) nexus-db-queries db::datastore::db_metadata::test::update_schema_version_mismatch_without_config_is_permanent
62612026-09-06T04:45:23.908Z PASS [ 2.938s] ( 472/3472) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
62622026-09-06T04:45:24.002Z PASS [ 3.270s] ( 473/3472) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
62632026-09-06T04:45:24.099Z PASS [ 2.849s] ( 474/3472) nexus-db-queries db::datastore::deployment::external_networking::tests::test_upstream_config_propagates_across_blueprints
62642026-09-06T04:45:24.119Z PASS [ 2.927s] ( 475/3472) nexus-db-queries db::datastore::deployment::external_networking::tests::test_external_dns_external_ips_specified_by_rack_setup
62652026-09-06T04:45:24.394Z PASS [ 1.843s] ( 476/3472) nexus-db-queries db::datastore::deployment::tests::explain_insert_target_query
62662026-09-06T04:45:25.203Z PASS [ 2.561s] ( 477/3472) nexus-db-queries db::datastore::deployment::tests::test_bp_zone_nic_dual_stack_round_trips_through_db
62672026-09-06T04:45:26.093Z PASS [ 78.635s] ( 478/3472) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
62682026-09-06T04:45:26.433Z PASS [ 2.524s] ( 479/3472) nexus-db-queries db::datastore::deployment::tests::test_bp_zone_nic_ipv4_only_round_trips_through_db
62692026-09-06T04:45:26.599Z PASS [ 2.596s] ( 480/3472) nexus-db-queries db::datastore::deployment::tests::test_bp_zone_nic_ipv6_only_round_trips_through_db
62702026-09-06T04:45:26.861Z PASS [ 2.741s] ( 481/3472) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
62712026-09-06T04:45:27.325Z PASS [ 3.225s] ( 482/3472) nexus-db-queries db::datastore::deployment::tests::test_concurrent_blueprint_read_delete
62722026-09-06T04:45:27.605Z PASS [ 3.210s] ( 483/3472) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
62732026-09-06T04:45:27.611Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated
62742026-09-06T04:45:27.639Z PASS [ 0.034s] ( 484/3472) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
62752026-09-06T04:45:28.167Z PASS [ 2.964s] ( 485/3472) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
62762026-09-06T04:45:28.951Z PASS [ 2.857s] ( 486/3472) nexus-db-queries db::datastore::deployment::tests::test_measurement_blueprint
62772026-09-06T04:45:29.464Z PASS [ 2.865s] ( 487/3472) nexus-db-queries db::datastore::deployment::tests::test_set_target
62782026-09-06T04:45:29.880Z PASS [ 3.019s] ( 488/3472) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
62792026-09-06T04:45:30.024Z PASS [ 2.700s] ( 489/3472) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
62802026-09-06T04:45:30.296Z PASS [ 2.657s] ( 490/3472) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
62812026-09-06T04:45:30.354Z PASS [ 3.921s] ( 491/3472) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
62822026-09-06T04:45:30.466Z PASS [ 0.170s] ( 492/3472) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_insert_host
62832026-09-06T04:45:30.526Z PASS [ 0.172s] ( 493/3472) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_insert_sp
62842026-09-06T04:45:30.631Z PASS [ 0.164s] ( 494/3472) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_list_unmarked
62852026-09-06T04:45:30.687Z PASS [ 0.160s] ( 495/3472) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_mark_seen
62862026-09-06T04:45:31.014Z PASS [ 2.846s] ( 496/3472) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
62872026-09-06T04:45:32.124Z PASS [ 3.173s] ( 497/3472) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
62882026-09-06T04:45:32.281Z PASS [ 2.817s] ( 498/3472) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
62892026-09-06T04:45:32.462Z PASS [ 1.832s] ( 499/3472) nexus-db-queries db::datastore::ereport::tests::explain_ereport_class_totals_query
62902026-09-06T04:45:32.507Z PASS [ 1.821s] ( 500/3472) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_default
62912026-09-06T04:45:32.696Z PASS [ 2.816s] ( 501/3472) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
62922026-09-06T04:45:32.766Z PASS [ 2.742s] ( 502/3472) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
62932026-09-06T04:45:32.855Z PASS [ 1.841s] ( 503/3472) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_serials
62942026-09-06T04:45:33.896Z PASS [ 1.772s] ( 504/3472) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_time
62952026-09-06T04:45:34.133Z PASS [ 1.852s] ( 505/3472) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_serials_and_classes
62962026-09-06T04:45:34.276Z PASS [ 1.813s] ( 506/3472) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_time_and_serials
62972026-09-06T04:45:34.317Z PASS [ 1.810s] ( 507/3472) nexus-db-queries db::datastore::ereport::tests::explain_ereport_unmarked_class_totals_query
62982026-09-06T04:45:34.505Z PASS [ 1.809s] ( 508/3472) nexus-db-queries db::datastore::ereport::tests::explain_ereports_list_unmarked_query
62992026-09-06T04:45:34.562Z PASS [ 1.796s] ( 509/3472) nexus-db-queries db::datastore::ereport::tests::explain_ereports_mark_seen_query
63002026-09-06T04:45:34.665Z PASS [ 1.810s] ( 510/3472) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
63012026-09-06T04:45:35.729Z PASS [ 1.833s] ( 511/3472) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
63022026-09-06T04:45:36.880Z PASS [ 2.747s] ( 512/3472) nexus-db-queries db::datastore::ereport::tests::test_ereport_fetch_matching
63032026-09-06T04:45:37.024Z PASS [ 2.706s] ( 513/3472) nexus-db-queries db::datastore::ereport::tests::test_ereports_list_unmarked_class_filter
63042026-09-06T04:45:37.067Z PASS [ 2.791s] ( 514/3472) nexus-db-queries db::datastore::ereport::tests::test_ereporter_restarts
63052026-09-06T04:45:37.237Z PASS [ 2.732s] ( 515/3472) nexus-db-queries db::datastore::ereport::tests::test_time_latest_ereport_received_never_regresses
63062026-09-06T04:45:37.339Z PASS [ 2.674s] ( 516/3472) nexus-db-queries db::datastore::external_ip::tests::at_most_one_ephemeral_ip_per_instance_per_version
63072026-09-06T04:45:37.366Z PASS [ 2.804s] ( 517/3472) nexus-db-queries db::datastore::external_ip::tests::all_external_ip_check_constraints
63082026-09-06T04:45:37.530Z PASS [ 0.164s] ( 518/3472) nexus-db-queries db::datastore::external_service_ip_pool::test::expectorate_assign_pool_to_service_query
63092026-09-06T04:45:37.686Z PASS [ 0.156s] ( 519/3472) nexus-db-queries db::datastore::external_service_ip_pool::test::expectorate_unassign_pool_from_service_query
63102026-09-06T04:45:38.376Z PASS [ 2.647s] ( 520/3472) nexus-db-queries db::datastore::external_ip::tests::ensure_unique_instance_floating_ip_names_within_a_project
63112026-09-06T04:45:39.503Z PASS [ 2.623s] ( 521/3472) nexus-db-queries db::datastore::external_ip::tests::ensure_unique_service_floating_ip_names
63122026-09-06T04:45:39.969Z PASS [ 2.946s] ( 522/3472) nexus-db-queries db::datastore::external_ip::tests::test_deallocate_external_ip_is_idempotent
63132026-09-06T04:45:40.247Z PASS [ 3.010s] ( 523/3472) nexus-db-queries db::datastore::external_ip::tests::test_floating_ip_uses_unicast_default_not_multicast
63142026-09-06T04:45:40.385Z PASS [ 3.318s] ( 524/3472) nexus-db-queries db::datastore::external_ip::tests::test_ephemeral_ip_uses_unicast_default_not_multicast
63152026-09-06T04:45:40.427Z PASS [ 3.087s] ( 525/3472) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
63162026-09-06T04:45:40.503Z PASS [ 2.817s] ( 526/3472) nexus-db-queries db::datastore::external_service_ip_pool::test::test_assign_is_idempotent
63172026-09-06T04:45:41.037Z PASS [ 2.660s] ( 527/3472) nexus-db-queries db::datastore::external_service_ip_pool::test::test_assign_nonexistent_pool_is_not_found
63182026-09-06T04:45:42.254Z PASS [ 2.751s] ( 528/3472) nexus-db-queries db::datastore::external_service_ip_pool::test::test_assign_pool_to_service
63192026-09-06T04:45:42.743Z PASS [ 2.773s] ( 529/3472) nexus-db-queries db::datastore::external_service_ip_pool::test::test_assign_silo_pool_is_rejected
63202026-09-06T04:45:43.063Z PASS [ 2.816s] ( 530/3472) nexus-db-queries db::datastore::external_service_ip_pool::test::test_cannot_delete_pool_assigned_to_service
63212026-09-06T04:45:43.272Z PASS [ 2.845s] ( 531/3472) nexus-db-queries db::datastore::external_service_ip_pool::test::test_pool_shared_by_two_services
63222026-09-06T04:45:43.308Z PASS [ 2.805s] ( 532/3472) nexus-db-queries db::datastore::external_service_ip_pool::test::test_unassign_last_pool_is_rejected
63232026-09-06T04:45:43.357Z PASS [ 2.972s] ( 533/3472) nexus-db-queries db::datastore::external_service_ip_pool::test::test_list_and_pagination
63242026-09-06T04:45:43.811Z PASS [ 2.774s] ( 534/3472) nexus-db-queries db::datastore::external_service_ip_pool::test::test_unassign_not_assigned_is_noop
63252026-09-06T04:45:45.137Z PASS [ 2.883s] ( 535/3472) nexus-db-queries db::datastore::external_service_ip_pool::test::test_unassign_pool
63262026-09-06T04:45:45.436Z PASS [ 2.692s] ( 536/3472) nexus-db-queries db::datastore::external_subnet::tests::basic_subnet_pool_crud
63272026-09-06T04:45:45.883Z PASS [ 2.819s] ( 537/3472) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_ip_subnet
63282026-09-06T04:45:45.998Z PASS [ 2.725s] ( 538/3472) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_pool_selection
63292026-09-06T04:45:46.073Z PASS [ 2.764s] ( 539/3472) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_ip_version
63302026-09-06T04:45:46.093Z PASS [ 2.736s] ( 540/3472) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_using_default_pool
63312026-09-06T04:45:46.577Z PASS [ 2.766s] ( 541/3472) nexus-db-queries db::datastore::external_subnet::tests::can_link_subnet_pool_to_silo
63322026-09-06T04:45:47.886Z PASS [ 2.748s] ( 542/3472) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_external_subnet_attached_to_instance
63332026-09-06T04:45:48.133Z PASS [ 2.698s] ( 543/3472) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_subnet_pool_with_outstanding_members
63342026-09-06T04:45:48.754Z PASS [ 2.681s] ( 544/3472) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_with_overlapping_ip_subnet
63352026-09-06T04:45:48.754Z PASS [ 2.757s] ( 545/3472) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_which_overlaps_ip_pool_range
63362026-09-06T04:45:48.757Z PASS [ 2.875s] ( 546/3472) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_overlapping_external_subnets
63372026-09-06T04:45:48.801Z PASS [ 2.709s] ( 547/3472) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_deleted_subnet_pool_to_silo
63382026-09-06T04:45:49.221Z PASS [ 2.643s] ( 548/3472) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_subnet_pool_to_deleted_silo
63392026-09-06T04:45:50.588Z PASS [ 2.702s] ( 549/3472) nexus-db-queries db::datastore::external_subnet::tests::cannot_request_explicit_ip_subnet_outside_of_linked_pools
63402026-09-06T04:45:50.814Z PASS [ 2.681s] ( 550/3472) nexus-db-queries db::datastore::external_subnet::tests::cannot_set_deleted_subnet_pool_as_default_even_if_link_exists
63412026-09-06T04:45:51.531Z PASS [ 2.777s] ( 551/3472) nexus-db-queries db::datastore::external_subnet::tests::cannot_unset_deleted_subnet_pool_default_even_if_link_exists
63422026-09-06T04:45:51.561Z PASS [ 2.804s] ( 552/3472) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_ignores_deleted_default_pool
63432026-09-06T04:45:51.609Z PASS [ 2.855s] ( 553/3472) nexus-db-queries db::datastore::external_subnet::tests::cannot_unlink_subnet_pool_with_external_subnets_in_silo
63442026-09-06T04:45:51.613Z PASS [ 2.812s] ( 554/3472) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_multiple_default_pools_fails
63452026-09-06T04:45:51.964Z PASS [ 2.743s] ( 555/3472) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_no_default_pools_fails
63462026-09-06T04:45:53.232Z PASS [ 2.644s] ( 556/3472) nexus-db-queries db::datastore::external_subnet::tests::deleted_silo_does_not_appear_in_subnet_pool_silo_list
63472026-09-06T04:45:53.517Z PASS [ 2.702s] ( 557/3472) nexus-db-queries db::datastore::external_subnet::tests::deleting_nonexistent_pool_silo_link_fails
63482026-09-06T04:45:54.248Z PASS [ 2.716s] ( 558/3472) nexus-db-queries db::datastore::external_subnet::tests::deleting_subnet_pool_removes_silo_links
63492026-09-06T04:45:54.390Z PASS [ 2.828s] ( 559/3472) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_of_consecutive_single_addresses
63502026-09-06T04:45:54.418Z PASS [ 2.808s] ( 560/3472) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_at_member_start
63512026-09-06T04:45:54.472Z PASS [ 2.858s] ( 561/3472) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_in_member_middle
63522026-09-06T04:45:54.778Z PASS [ 2.813s] ( 562/3472) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_prefix_aligned_gap
63532026-09-06T04:45:55.995Z PASS [ 2.763s] ( 563/3472) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_at_member_start
63542026-09-06T04:45:56.329Z PASS [ 2.812s] ( 564/3472) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_in_member_middle
63552026-09-06T04:45:57.106Z PASS [ 2.859s] ( 565/3472) nexus-db-queries db::datastore::external_subnet::tests::fail_on_subnet_pool_exhaustion
63562026-09-06T04:45:57.141Z PASS [ 2.751s] ( 566/3472) nexus-db-queries db::datastore::external_subnet::tests::fail_to_allocate_external_subnet_with_bad_prefix
63572026-09-06T04:45:57.173Z PASS [ 2.755s] ( 567/3472) nexus-db-queries db::datastore::external_subnet::tests::handle_overflow_at_subnet_boundaries
63582026-09-06T04:45:57.192Z PASS [ 2.720s] ( 568/3472) nexus-db-queries db::datastore::external_subnet::tests::linking_subnet_pool_and_silo_multiple_times_fails
63592026-09-06T04:45:57.270Z PASS [ 0.164s] ( 569/3472) nexus-db-queries db::datastore::fm::tests::expectorate_deeply_orphaned_batch_query
63602026-09-06T04:45:57.306Z PASS [ 0.165s] ( 570/3472) nexus-db-queries db::datastore::fm::tests::expectorate_delete_orphaned_sitrep_metadata
63612026-09-06T04:45:57.347Z PASS [ 0.173s] ( 571/3472) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query
63622026-09-06T04:45:57.543Z PASS [ 2.765s] ( 572/3472) nexus-db-queries db::datastore::external_subnet::tests::test_ipv4_subnet_pool_utilization
63632026-09-06T04:45:58.863Z PASS [ 2.868s] ( 573/3472) nexus-db-queries db::datastore::external_subnet::tests::test_ipv6_subnet_pool_utilization
63642026-09-06T04:45:59.025Z PASS [ 2.696s] ( 574/3472) nexus-db-queries db::datastore::external_subnet::tests::updating_nonexistent_pool_silo_link_fails
63652026-09-06T04:45:59.096Z PASS [ 1.826s] ( 575/3472) nexus-db-queries db::datastore::fm::tests::explain_delete_orphaned_sitrep_metadata_query
63662026-09-06T04:45:59.099Z PASS [ 1.907s] ( 576/3472) nexus-db-queries db::datastore::fm::tests::explain_deeply_orphaned_batch_query
63672026-09-06T04:45:59.189Z PASS [ 1.842s] ( 577/3472) nexus-db-queries db::datastore::fm::tests::explain_sitrep_read_ereports_query
63682026-09-06T04:45:59.275Z PASS [ 1.969s] ( 578/3472) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query
63692026-09-06T04:45:59.354Z PASS [ 1.811s] ( 579/3472) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query
63702026-09-06T04:46:01.866Z PASS [ 2.769s] ( 580/3472) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_batch_size_one
63712026-09-06T04:46:01.929Z PASS [ 2.740s] ( 581/3472) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_pagination
63722026-09-06T04:46:01.938Z PASS [ 2.839s] ( 582/3472) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_children
63732026-09-06T04:46:01.953Z PASS [ 2.673s] ( 583/3472) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent
63742026-09-06T04:46:02.072Z PASS [ 2.717s] ( 584/3472) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails
63752026-09-06T04:46:02.310Z PASS [ 3.285s] ( 585/3472) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_read_delete
63762026-09-06T04:46:04.576Z PASS [ 2.709s] ( 586/3472) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails
63772026-09-06T04:46:04.625Z PASS [ 2.687s] ( 587/3472) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent
63782026-09-06T04:46:04.800Z PASS [ 0.181s] ( 588/3472) nexus-db-queries db::datastore::fm_config::tests::expectorate_insert_latest_version_query
63792026-09-06T04:46:04.933Z PASS [ 2.984s] ( 589/3472) nexus-db-queries db::datastore::fm::tests::test_sitrep_analysis_report_roundtrip
63802026-09-06T04:46:05.048Z PASS [ 3.106s] ( 590/3472) nexus-db-queries db::datastore::fm::tests::test_representative_sitrep_child_tables
63812026-09-06T04:46:05.078Z PASS [ 3.006s] ( 591/3472) nexus-db-queries db::datastore::fm::tests::test_sitrep_cases_roundtrip
63822026-09-06T04:46:05.211Z PASS [ 0.165s] ( 592/3472) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::expectorate_rendezvous_marker_gc_page
63832026-09-06T04:46:05.312Z PASS [ 3.002s] ( 593/3472) nexus-db-queries db::datastore::fm::tests::test_sitrep_delete_deletes_cases
63842026-09-06T04:46:06.742Z PASS [ 1.945s] ( 594/3472) nexus-db-queries db::datastore::fm_config::tests::explain_insert_latest_version_query
63852026-09-06T04:46:07.259Z PASS [ 2.681s] ( 595/3472) nexus-db-queries db::datastore::fm::tests::test_sitrep_support_bundle_requests_roundtrip
63862026-09-06T04:46:07.639Z PASS [ 2.701s] ( 596/3472) nexus-db-queries db::datastore::fm_config::tests::test_fm_config_basic
63872026-09-06T04:46:07.749Z PASS [ 2.660s] ( 597/3472) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::gc_deletes_nothing_when_sitrep_missing
63882026-09-06T04:46:07.938Z PASS [ 2.725s] ( 598/3472) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::gc_deletes_only_dropped_markers
63892026-09-06T04:46:08.027Z PASS [ 2.712s] ( 599/3472) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::gc_pages_advance_past_preserved_markers
63902026-09-06T04:46:10.086Z PASS [ 2.830s] ( 600/3472) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
63912026-09-06T04:46:10.476Z PASS [ 2.841s] ( 601/3472) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
63922026-09-06T04:46:10.646Z PASS [ 3.904s] ( 602/3472) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
63932026-09-06T04:46:10.671Z PASS [ 2.933s] ( 603/3472) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
63942026-09-06T04:46:11.330Z PASS [ 3.395s] ( 604/3472) nexus-db-queries db::datastore::instance::tests::test_instance_reconfigure_multicast_leave
63952026-09-06T04:46:11.444Z PASS [ 3.420s] ( 605/3472) nexus-db-queries db::datastore::instance::tests::test_instance_reconfigure_multicast_snapshot_and_lock
63962026-09-06T04:46:11.622Z PASS [ 12.758s] ( 606/3472) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_insert_read_gc
63972026-09-06T04:46:13.468Z PASS [ 2.821s] ( 607/3472) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
63982026-09-06T04:46:13.550Z PASS [ 3.464s] ( 608/3472) nexus-db-queries db::datastore::instance::tests::test_instance_reconfigure_with_multicast
63992026-09-06T04:46:13.559Z PASS [ 3.084s] ( 609/3472) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
64002026-09-06T04:46:13.562Z PASS [ 2.890s] ( 610/3472) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
64012026-09-06T04:46:14.136Z PASS [ 2.806s] ( 611/3472) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
64022026-09-06T04:46:14.176Z PASS [ 2.732s] ( 612/3472) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
64032026-09-06T04:46:14.405Z PASS [ 2.782s] ( 613/3472) nexus-db-queries db::datastore::instance::tests::test_locking_a_deleted_instance_fails_even_if_locked
64042026-09-06T04:46:16.200Z PASS [ 2.732s] ( 614/3472) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
64052026-09-06T04:46:16.232Z PASS [ 2.672s] ( 615/3472) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
64062026-09-06T04:46:16.515Z PASS [ 2.965s] ( 616/3472) nexus-db-queries db::datastore::instance::tests::test_updating_deleted_instance_fails
64072026-09-06T04:46:16.778Z PASS [ 2.642s] ( 617/3472) nexus-db-queries db::datastore::inventory::test::test_inv_zone_nic_dual_stack_round_trips_through_db
64082026-09-06T04:46:16.800Z PASS [ 3.240s] ( 618/3472) nexus-db-queries db::datastore::inventory::test::test_concurrent_inventory_read_delete
64092026-09-06T04:46:16.803Z PASS [ 2.628s] ( 619/3472) nexus-db-queries db::datastore::inventory::test::test_inv_zone_nic_ipv4_only_round_trips_through_db
64102026-09-06T04:46:17.053Z PASS [ 2.649s] ( 620/3472) nexus-db-queries db::datastore::inventory::test::test_inv_zone_nic_ipv6_only_round_trips_through_db
64112026-09-06T04:46:19.154Z PASS [ 2.954s] ( 621/3472) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
64122026-09-06T04:46:19.509Z PASS [ 2.994s] ( 622/3472) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
64132026-09-06T04:46:19.711Z PASS [ 2.932s] ( 623/3472) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
64142026-09-06T04:46:19.764Z PASS [ 2.960s] ( 624/3472) nexus-db-queries db::datastore::inventory::test::test_zone_external_ip_read_requires_exactly_one
64152026-09-06T04:46:19.814Z PASS [ 3.014s] ( 625/3472) nexus-db-queries db::datastore::inventory::test::test_sled_agent_measurements
64162026-09-06T04:46:20.013Z PASS [ 2.959s] ( 626/3472) nexus-db-queries db::datastore::inventory::test::test_zone_external_ip_shared_across_zones
64172026-09-06T04:46:20.435Z PASS [ 4.202s] ( 627/3472) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
64182026-09-06T04:46:21.428Z PASS [ 1.918s] ( 628/3472) nexus-db-queries db::datastore::ip_pool::test::can_explain_assign_ip_pool_to_silos_query
64192026-09-06T04:46:21.602Z PASS [ 1.891s] ( 629/3472) nexus-db-queries db::datastore::ip_pool::test::can_explain_assign_ip_pool_to_system_services_query
64202026-09-06T04:46:21.709Z PASS [ 1.946s] ( 630/3472) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query
64212026-09-06T04:46:21.758Z PASS [ 1.944s] ( 631/3472) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query
64222026-09-06T04:46:22.022Z PASS [ 2.868s] ( 632/3472) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
64232026-09-06T04:46:22.722Z PASS [ 2.709s] ( 633/3472) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_externally_linked_pool_to_system_services
64242026-09-06T04:46:23.311Z PASS [ 2.876s] ( 634/3472) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_ip_pool_to_silos_while_assigned_to_services
64252026-09-06T04:46:24.305Z PASS [ 2.877s] ( 635/3472) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_ip_pool_to_silos_with_outstanding_external_ips
64262026-09-06T04:46:24.452Z PASS [ 2.850s] ( 636/3472) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_last_system_services_ip_pool_to_silos
64272026-09-06T04:46:24.533Z PASS [ 2.775s] ( 637/3472) nexus-db-queries db::datastore::ip_pool::test::cannot_insert_ip_pool_range_which_overlaps_subnet_pool_member
64282026-09-06T04:46:24.557Z PASS [ 2.848s] ( 638/3472) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_system_services_ip_pool
64292026-09-06T04:46:24.700Z PASS [ 0.167s] ( 639/3472) nexus-db-queries db::datastore::ip_pool::test::expectorate_assign_ip_pool_to_silos_query
64302026-09-06T04:46:24.722Z PASS [ 0.164s] ( 640/3472) nexus-db-queries db::datastore::ip_pool::test::expectorate_assign_ip_pool_to_system_services_query
64312026-09-06T04:46:24.764Z PASS [ 2.741s] ( 641/3472) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
64322026-09-06T04:46:24.865Z PASS [ 0.165s] ( 642/3472) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link
64332026-09-06T04:46:25.460Z PASS [ 2.738s] ( 643/3472) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
64342026-09-06T04:46:26.052Z PASS [ 2.741s] ( 644/3472) nexus-db-queries db::datastore::ip_pool::test::cannot_link_system_services_pool_to_silo
64352026-09-06T04:46:27.024Z PASS [ 2.719s] ( 645/3472) nexus-db-queries db::datastore::ip_pool::test::cannot_set_deleted_pool_as_default_even_if_link_exists
64362026-09-06T04:46:27.199Z PASS [ 2.746s] ( 646/3472) nexus-db-queries db::datastore::ip_pool::test::cannot_unset_deleted_pool_default_even_if_link_exists
64372026-09-06T04:46:27.563Z PASS [ 2.797s] ( 647/3472) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version
64382026-09-06T04:46:27.613Z SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated
64392026-09-06T04:46:27.811Z PASS [ 3.088s] ( 648/3472) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_assignment
64402026-09-06T04:46:27.829Z PASS [ 2.964s] ( 649/3472) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
64412026-09-06T04:46:28.344Z PASS [ 2.884s] ( 650/3472) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_conflict
64422026-09-06T04:46:28.939Z PASS [ 2.886s] ( 651/3472) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_ordering
64432026-09-06T04:46:29.822Z PASS [ 2.799s] ( 652/3472) nexus-db-queries db::datastore::ip_pool::test::test_denormalized_columns_consistency
64442026-09-06T04:46:29.988Z PASS [ 2.790s] ( 653/3472) nexus-db-queries db::datastore::ip_pool::test::test_fetch_default_returns_unicast_not_multicast
64452026-09-06T04:46:30.339Z PASS [ 2.777s] ( 654/3472) nexus-db-queries db::datastore::ip_pool::test::test_gateway_linking_unicast_only
64462026-09-06T04:46:30.642Z PASS [ 2.814s] ( 655/3472) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address_for_services
64472026-09-06T04:46:30.863Z PASS [ 3.053s] ( 656/3472) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address
64482026-09-06T04:46:31.244Z PASS [ 2.900s] ( 657/3472) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_any_by_type_ip_version_filtering
64492026-09-06T04:46:31.906Z PASS [ 2.967s] ( 658/3472) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_asm_multicast
64502026-09-06T04:46:32.762Z PASS [ 2.940s] ( 659/3472) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_ssm_multicast
64512026-09-06T04:46:32.924Z PASS [ 2.935s] ( 660/3472) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
64522026-09-06T04:46:33.272Z PASS [ 2.933s] ( 661/3472) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
64532026-09-06T04:46:33.452Z PASS [ 2.809s] ( 662/3472) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_only_default_pool
64542026-09-06T04:46:33.697Z PASS [ 2.834s] ( 663/3472) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
64552026-09-06T04:46:34.049Z PASS [ 2.805s] ( 664/3472) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type
64562026-09-06T04:46:34.799Z PASS [ 2.893s] ( 665/3472) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_fetch_any_by_type
64572026-09-06T04:46:35.529Z PASS [ 2.766s] ( 666/3472) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
64582026-09-06T04:46:35.800Z PASS [ 2.876s] ( 667/3472) nexus-db-queries db::datastore::ip_pool::test::test_multiple_default_pools_per_silo
64592026-09-06T04:46:36.177Z PASS [ 2.905s] ( 668/3472) nexus-db-queries db::datastore::ip_pool::test::test_separate_v4_v6_unicast_default_pools
64602026-09-06T04:46:36.227Z PASS [ 2.775s] ( 669/3472) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
64612026-09-06T04:46:36.554Z PASS [ 2.857s] ( 670/3472) nexus-db-queries db::datastore::multicast::groups::tests::test_ensure_underlay_multicast_group_collision
64622026-09-06T04:46:37.351Z PASS [ 3.302s] ( 671/3472) nexus-db-queries db::datastore::multicast::groups::tests::test_mark_for_removal_blocked_by_members
64632026-09-06T04:46:37.644Z PASS [ 2.845s] ( 672/3472) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_asm_fallback_when_no_ssm_pool
64642026-09-06T04:46:38.357Z PASS [ 2.828s] ( 673/3472) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_create_and_fetch
64652026-09-06T04:46:38.821Z PASS [ 3.022s] ( 674/3472) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_default_pool_allocation
64662026-09-06T04:46:39.079Z PASS [ 2.902s] ( 675/3472) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_underlay_linkage
64672026-09-06T04:46:39.094Z PASS [ 2.866s] ( 676/3472) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_deallocation_return_values
64682026-09-06T04:46:39.519Z PASS [ 2.965s] ( 677/3472) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_has_sources_pool_selection
64692026-09-06T04:46:40.310Z PASS [ 2.958s] ( 678/3472) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_ip_reuse_after_deletion
64702026-09-06T04:46:40.519Z PASS [ 2.875s] ( 679/3472) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_list_fleet_wide
64712026-09-06T04:46:41.463Z PASS [ 3.107s] ( 680/3472) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_lookup_by_ip
64722026-09-06T04:46:41.816Z PASS [ 2.995s] ( 681/3472) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_pool_exhaustion_and_reuse
64732026-09-06T04:46:42.002Z PASS [ 2.923s] ( 682/3472) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_set_underlay_salt
64742026-09-06T04:46:42.075Z PASS [ 2.981s] ( 683/3472) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_state_transitions
64752026-09-06T04:46:42.796Z PASS [ 3.277s] ( 684/3472) nexus-db-queries db::datastore::multicast::groups::tests::test_resurrect_reaped_group_before_activation
64762026-09-06T04:46:43.450Z PASS [ 3.141s] ( 685/3472) nexus-db-queries db::datastore::multicast::groups::tests::test_stable_id_retry_before_and_after_sweep
64772026-09-06T04:46:43.713Z PASS [ 3.194s] ( 686/3472) nexus-db-queries db::datastore::multicast::members::tests::test_instance_get_sled_id
64782026-09-06T04:46:44.622Z PASS [ 2.619s] ( 687/3472) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_error_priority_both_invalid
64792026-09-06T04:46:44.754Z PASS [ 3.290s] ( 688/3472) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_allows_creating_rejects_deleting
64802026-09-06T04:46:45.131Z PASS [ 3.314s] ( 689/3472) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_concurrent_same_member
64812026-09-06T04:46:45.364Z PASS [ 3.289s] ( 690/3472) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_idempotency
64822026-09-06T04:46:46.053Z PASS [ 3.257s] ( 691/3472) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_invalid_group_or_instance
64832026-09-06T04:46:46.826Z PASS [ 3.375s] ( 692/3472) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_partial_index_behavior
64842026-09-06T04:46:47.075Z PASS [ 3.362s] ( 693/3472) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_source_handling
64852026-09-06T04:46:47.807Z PASS [ 3.186s] ( 694/3472) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_stopped_instance
64862026-09-06T04:46:48.281Z PASS [ 3.150s] ( 695/3472) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_probe_parent
64872026-09-06T04:46:48.298Z PASS [ 3.545s] ( 696/3472) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_instance_parent
64882026-09-06T04:46:48.640Z PASS [ 3.276s] ( 697/3472) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_source_union_cap
64892026-09-06T04:46:49.492Z PASS [ 3.439s] ( 698/3472) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_database_error_handling
64902026-09-06T04:46:50.070Z PASS [ 3.244s] ( 699/3472) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_duplicate_prevention
64912026-09-06T04:46:50.411Z PASS [ 3.335s] ( 700/3472) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_operations_with_parent_id
64922026-09-06T04:46:51.227Z PASS [ 3.420s] ( 701/3472) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_set_instance_sled
64932026-09-06T04:46:51.535Z PASS [ 3.237s] ( 702/3472) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_state_transitions_probe_parent
64942026-09-06T04:46:51.678Z PASS [ 3.397s] ( 703/3472) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_state_transitions_datastore
64952026-09-06T04:46:52.314Z PASS [ 3.674s] ( 704/3472) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_complete_delete
64962026-09-06T04:46:53.052Z PASS [ 3.560s] ( 705/3472) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_delete_by_group
64972026-09-06T04:46:53.635Z PASS [ 3.565s] ( 706/3472) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_detach_by_instance
64982026-09-06T04:46:53.890Z PASS [ 3.479s] ( 707/3472) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_detach_by_parent_probe
64992026-09-06T04:46:54.683Z PASS [ 3.455s] ( 708/3472) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_mark_for_removal
65002026-09-06T04:46:55.012Z PASS [ 3.476s] ( 709/3472) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_member_sled_id_lifecycle
65012026-09-06T04:46:55.015Z PASS [ 2.700s] ( 710/3472) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_empty_input
65022026-09-06T04:46:55.020Z PASS [ 3.342s] ( 711/3472) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_across_members
65032026-09-06T04:46:56.165Z PASS [ 3.113s] ( 712/3472) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_group_with_no_members
65042026-09-06T04:46:57.034Z PASS [ 3.399s] ( 713/3472) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_concurrent_state_change
65052026-09-06T04:46:57.322Z PASS [ 3.426s] ( 714/3472) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_instance_invalid
65062026-09-06T04:46:58.026Z PASS [ 3.344s] ( 715/3472) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_member_not_found
65072026-09-06T04:46:58.453Z PASS [ 3.438s] ( 716/3472) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_no_change_needed
65082026-09-06T04:46:58.534Z PASS [ 3.514s] ( 717/3472) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_sled_id_changed
65092026-09-06T04:46:58.555Z PASS [ 3.543s] ( 718/3472) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_migration_scenario
65102026-09-06T04:46:59.404Z PASS [ 3.239s] ( 719/3472) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
65112026-09-06T04:46:59.643Z PASS [ 2.609s] ( 720/3472) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
65122026-09-06T04:46:59.943Z PASS [ 2.627s] ( 721/3472) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
65132026-09-06T04:47:01.093Z PASS [ 3.067s] ( 722/3472) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
65142026-09-06T04:47:01.109Z PASS [ 2.656s] ( 723/3472) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
65152026-09-06T04:47:01.560Z PASS [ 3.025s] ( 724/3472) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
65162026-09-06T04:47:02.112Z PASS [ 2.708s] ( 725/3472) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
65172026-09-06T04:47:02.557Z PASS [ 2.614s] ( 726/3472) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
65182026-09-06T04:47:03.777Z PASS [ 2.684s] ( 727/3472) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
65192026-09-06T04:47:04.203Z PASS [ 5.648s] ( 728/3472) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
65202026-09-06T04:47:04.207Z PASS [ 3.099s] ( 729/3472) nexus-db-queries db::datastore::physical_disk::test::physical_disk_adoptable_list
65212026-09-06T04:47:04.364Z PASS [ 2.805s] ( 730/3472) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
65222026-09-06T04:47:04.920Z PASS [ 2.809s] ( 731/3472) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
65232026-09-06T04:47:05.505Z PASS [ 2.948s] ( 732/3472) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
65242026-09-06T04:47:06.657Z PASS [ 2.879s] ( 733/3472) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
65252026-09-06T04:47:07.131Z PASS [ 2.928s] ( 734/3472) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_disk_and_zpool_fails_without_adoption
65262026-09-06T04:47:07.194Z PASS [ 2.987s] ( 735/3472) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
65272026-09-06T04:47:07.214Z PASS [ 2.849s] ( 736/3472) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
65282026-09-06T04:47:07.871Z PASS [ 2.950s] ( 737/3472) nexus-db-queries db::datastore::physical_disk::test::physical_disk_list_new_inventory_on_connection
65292026-09-06T04:47:08.243Z PASS [ 8.600s] ( 738/3472) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
65302026-09-06T04:47:08.656Z PASS [ 3.150s] ( 739/3472) nexus-db-queries db::datastore::physical_disk::test::physical_disk_unadopted_list
65312026-09-06T04:47:10.011Z PASS [ 2.879s] ( 740/3472) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
65322026-09-06T04:47:10.065Z PASS [ 2.870s] ( 741/3472) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
65332026-09-06T04:47:10.148Z PASS [ 2.934s] ( 742/3472) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
65342026-09-06T04:47:10.185Z PASS [ 0.037s] ( 743/3472) nexus-db-queries db::datastore::rack::test::service_ip_pool_config_fails_with_empty_ranges
65352026-09-06T04:47:10.221Z PASS [ 0.036s] ( 744/3472) nexus-db-queries db::datastore::rack::test::service_ip_pool_config_fails_with_mixed_versions
65362026-09-06T04:47:10.232Z PASS [ 3.575s] ( 745/3472) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
65372026-09-06T04:47:10.267Z PASS [ 0.036s] ( 746/3472) nexus-db-queries db::datastore::region::test::test_extent_count
65382026-09-06T04:47:10.811Z PASS [ 2.939s] ( 747/3472) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_dual_stack_private_nexus_addresses
65392026-09-06T04:47:11.429Z PASS [ 3.185s] ( 748/3472) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
65402026-09-06T04:47:11.892Z PASS [ 3.236s] ( 749/3472) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
65412026-09-06T04:47:12.722Z PASS [ 2.657s] ( 750/3472) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
65422026-09-06T04:47:12.912Z PASS [ 2.691s] ( 751/3472) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
65432026-09-06T04:47:12.927Z PASS [ 2.660s] ( 752/3472) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
65442026-09-06T04:47:13.211Z PASS [ 3.200s] ( 753/3472) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
65452026-09-06T04:47:13.476Z PASS [ 2.666s] ( 754/3472) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
65462026-09-06T04:47:14.054Z PASS [ 2.624s] ( 755/3472) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
65472026-09-06T04:47:14.611Z PASS [ 2.719s] ( 756/3472) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
65482026-09-06T04:47:15.357Z PASS [ 2.634s] ( 757/3472) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
65492026-09-06T04:47:15.574Z PASS [ 2.662s] ( 758/3472) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
65502026-09-06T04:47:15.640Z PASS [ 2.713s] ( 759/3472) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
65512026-09-06T04:47:15.819Z PASS [ 2.608s] ( 760/3472) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
65522026-09-06T04:47:16.095Z PASS [ 2.617s] ( 761/3472) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
65532026-09-06T04:47:16.703Z PASS [ 2.649s] ( 762/3472) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
65542026-09-06T04:47:17.245Z PASS [ 2.634s] ( 763/3472) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
65552026-09-06T04:47:17.973Z PASS [ 2.617s] ( 764/3472) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
65562026-09-06T04:47:18.208Z PASS [ 2.634s] ( 765/3472) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::check_constraint_rejects_inconsistent_columns
65572026-09-06T04:47:18.361Z PASS [ 2.720s] ( 766/3472) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::decommission_is_terminal
65582026-09-06T04:47:18.488Z PASS [ 2.668s] ( 767/3472) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::decommission_without_row_inserts_tombstone
65592026-09-06T04:47:18.775Z PASS [ 2.680s] ( 768/3472) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::upsert_rejects_stale_generation
65602026-09-06T04:47:19.262Z PASS [ 2.558s] ( 769/3472) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
65612026-09-06T04:47:19.841Z PASS [ 2.595s] ( 770/3472) nexus-db-queries db::datastore::saga::test::test_latest_node_event_times
65622026-09-06T04:47:20.745Z PASS [ 2.771s] ( 771/3472) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
65632026-09-06T04:47:20.935Z PASS [ 2.574s] ( 772/3472) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
65642026-09-06T04:47:20.938Z PASS [ 2.727s] ( 773/3472) nexus-db-queries db::datastore::saga::test::test_list_long_running_or_unwinding_sagas
65652026-09-06T04:47:20.975Z PASS [ 0.040s] ( 774/3472) nexus-db-queries db::datastore::sled::local_storage_pairing_test::boundary_is_strict
65662026-09-06T04:47:21.015Z PASS [ 0.039s] ( 775/3472) nexus-db-queries db::datastore::sled::local_storage_pairing_test::descending_workload_across_seeds
65672026-09-06T04:47:21.053Z PASS [ 0.038s] ( 776/3472) nexus-db-queries db::datastore::sled::local_storage_pairing_test::existing_allocations_reserve_their_pool
65682026-09-06T04:47:21.095Z PASS [ 0.042s] ( 777/3472) nexus-db-queries db::datastore::sled::local_storage_pairing_test::greedy_matches_brute_force
65692026-09-06T04:47:21.135Z PASS [ 0.040s] ( 778/3472) nexus-db-queries db::datastore::sled::local_storage_pairing_test::infeasible_despite_total_space
65702026-09-06T04:47:21.172Z PASS [ 0.037s] ( 779/3472) nexus-db-queries db::datastore::sled::local_storage_pairing_test::more_requests_than_pools
65712026-09-06T04:47:21.208Z PASS [ 0.036s] ( 780/3472) nexus-db-queries db::datastore::sled::local_storage_pairing_test::no_requests
65722026-09-06T04:47:21.240Z PASS [ 2.753s] ( 781/3472) nexus-db-queries db::datastore::saga::test::test_list_unfinished_batched
65732026-09-06T04:47:21.506Z PASS [ 2.732s] ( 782/3472) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
65742026-09-06T04:47:22.013Z PASS [ 2.751s] ( 783/3472) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
65752026-09-06T04:47:22.578Z PASS [ 2.737s] ( 784/3472) nexus-db-queries db::datastore::saga::test::test_sagas_abandon_orphans
65762026-09-06T04:47:23.422Z PASS [ 2.677s] ( 785/3472) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
65772026-09-06T04:47:23.645Z PASS [ 2.710s] ( 786/3472) nexus-db-queries db::datastore::saga::test::test_update_state_to_abandoned
65782026-09-06T04:47:24.143Z PASS [ 2.903s] ( 787/3472) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
65792026-09-06T04:47:24.160Z PASS [ 2.952s] ( 788/3472) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
65802026-09-06T04:47:24.514Z PASS [ 3.008s] ( 789/3472) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
65812026-09-06T04:47:25.019Z PASS [ 3.006s] ( 790/3472) nexus-db-queries db::datastore::sled::test::affinity_multi_group
65822026-09-06T04:47:25.525Z PASS [ 2.947s] ( 791/3472) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
65832026-09-06T04:47:26.371Z PASS [ 2.948s] ( 792/3472) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
65842026-09-06T04:47:26.544Z PASS [ 2.899s] ( 793/3472) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
65852026-09-06T04:47:27.213Z PASS [ 3.053s] ( 794/3472) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
65862026-09-06T04:47:27.220Z PASS [ 3.077s] ( 795/3472) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
65872026-09-06T04:47:27.542Z PASS [ 3.027s] ( 796/3472) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
65882026-09-06T04:47:27.614Z SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated
65892026-09-06T04:47:27.955Z PASS [ 2.935s] ( 797/3472) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
65902026-09-06T04:47:28.476Z PASS [ 2.950s] ( 798/3472) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
65912026-09-06T04:47:29.312Z PASS [ 2.941s] ( 799/3472) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
65922026-09-06T04:47:29.755Z PASS [ 3.211s] ( 800/3472) nexus-db-queries db::datastore::sled::test::local_storage_allocation
65932026-09-06T04:47:30.747Z PASS [ 3.527s] ( 801/3472) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_anti_affinity
65942026-09-06T04:47:30.765Z PASS [ 3.551s] ( 802/3472) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_affinity
65952026-09-06T04:47:31.140Z PASS [ 3.599s] ( 803/3472) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_constraint
65962026-09-06T04:47:32.566Z PASS [ 3.254s] ( 804/3472) nexus-db-queries db::datastore::sled::test::local_storage_allocation_existing_allocation
65972026-09-06T04:47:33.189Z PASS [ 4.714s] ( 805/3472) nexus-db-queries db::datastore::sled::test::local_storage_allocation_detached_fail
65982026-09-06T04:47:33.294Z PASS [ 3.538s] ( 806/3472) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_due_to_vmm_resources
65992026-09-06T04:47:34.279Z PASS [ 3.532s] ( 807/3472) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_multiple_with_existing_no_space
66002026-09-06T04:47:34.362Z PASS [ 3.597s] ( 808/3472) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_partial_success
66012026-09-06T04:47:34.391Z PASS [ 3.251s] ( 809/3472) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_provision
66022026-09-06T04:47:35.806Z PASS [ 3.241s] ( 810/3472) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_share_u2
66032026-09-06T04:47:36.465Z PASS [ 3.275s] ( 811/3472) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_space
66042026-09-06T04:47:36.753Z PASS [ 8.798s] ( 812/3472) nexus-db-queries db::datastore::sled::test::local_storage_allocation_descending_serial
66052026-09-06T04:47:39.623Z PASS [ 3.816s] ( 813/3472) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_instances_share_u2
66062026-09-06T04:47:40.006Z PASS [ 3.541s] ( 814/3472) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_u2
66072026-09-06T04:47:40.231Z PASS [ 3.479s] ( 815/3472) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_with_one_already
66082026-09-06T04:47:44.053Z PASS [ 4.430s] ( 816/3472) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_disk_expunge
66092026-09-06T04:47:44.325Z PASS [ 4.320s] ( 817/3472) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_no_provision
66102026-09-06T04:47:44.637Z PASS [ 4.405s] ( 818/3472) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_sled_expunge
66112026-09-06T04:47:48.427Z PASS [ 4.374s] ( 819/3472) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_tombstoned
66122026-09-06T04:47:48.727Z PASS [ 4.090s] ( 820/3472) nexus-db-queries db::datastore::sled::test::local_storage_allocation_partial_expunge
66132026-09-06T04:47:48.884Z PASS [ 4.559s] ( 821/3472) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_zombies
66142026-09-06T04:47:52.423Z PASS [ 3.995s] ( 822/3472) nexus-db-queries db::datastore::sled::test::local_storage_allocation_partial_no_provision
66152026-09-06T04:47:52.695Z PASS [ 3.811s] ( 823/3472) nexus-db-queries db::datastore::sled::test::local_storage_allocation_stale_snapshot_retry
66162026-09-06T04:47:52.722Z PASS [ 3.995s] ( 824/3472) nexus-db-queries db::datastore::sled::test::local_storage_allocation_partial_tombstone
66172026-09-06T04:47:55.728Z PASS [ 3.006s] ( 825/3472) nexus-db-queries db::datastore::sled::test::sled_list_batch
66182026-09-06T04:47:56.288Z PASS [ 3.593s] ( 826/3472) nexus-db-queries db::datastore::sled::test::local_storage_disk_no_attach_after_reservation
66192026-09-06T04:47:56.625Z PASS [ 4.202s] ( 827/3472) nexus-db-queries db::datastore::sled::test::local_storage_allocation_too_many
66202026-09-06T04:47:58.654Z PASS [ 2.927s] ( 828/3472) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
66212026-09-06T04:47:59.205Z PASS [ 2.917s] ( 829/3472) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
66222026-09-06T04:47:59.550Z PASS [ 2.925s] ( 830/3472) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
66232026-09-06T04:48:01.439Z PASS [ 2.784s] ( 831/3472) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
66242026-09-06T04:48:02.349Z PASS [ 3.144s] ( 832/3472) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
66252026-09-06T04:48:02.427Z PASS [ 2.877s] ( 833/3472) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
66262026-09-06T04:48:04.077Z PASS [ 2.638s] ( 834/3472) nexus-db-queries db::datastore::sled::test::test_sled_reservation_update_for_migrate_success
66272026-09-06T04:48:04.992Z PASS [ 2.643s] ( 835/3472) nexus-db-queries db::datastore::sled::test::test_sled_reservation_update_for_migrate_success_deleted
66282026-09-06T04:48:06.442Z PASS [ 4.015s] ( 836/3472) nexus-db-queries db::datastore::sled::test::test_sled_transitions
66292026-09-06T04:48:06.861Z PASS [ 2.784s] ( 837/3472) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
66302026-09-06T04:48:07.719Z PASS [ 2.726s] ( 838/3472) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
66312026-09-06T04:48:08.988Z PASS [ 2.545s] ( 839/3472) nexus-db-queries db::datastore::support_bundle::test::fm_rendezvous_existing_support_bundle_markers_empty_input_returns_empty
66322026-09-06T04:48:09.441Z PASS [ 2.579s] ( 840/3472) nexus-db-queries db::datastore::support_bundle::test::fm_rendezvous_existing_support_bundle_markers_returns_only_present_ids
66332026-09-06T04:48:10.530Z PASS [ 2.812s] ( 841/3472) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_already_exists_without_marker
66342026-09-06T04:48:11.757Z PASS [ 2.769s] ( 842/3472) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_created_writes_marker
66352026-09-06T04:48:12.221Z PASS [ 2.780s] ( 843/3472) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_stale_sitrep
66362026-09-06T04:48:13.315Z PASS [ 2.785s] ( 844/3472) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
66372026-09-06T04:48:14.536Z PASS [ 2.778s] ( 845/3472) nexus-db-queries db::datastore::support_bundle::test::test_bundle_delete_wrong_state_preserves_data_selection
66382026-09-06T04:48:15.697Z PASS [ 3.475s] ( 846/3472) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
66392026-09-06T04:48:16.855Z PASS [ 3.539s] ( 847/3472) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
66402026-09-06T04:48:18.114Z PASS [ 3.578s] ( 848/3472) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
66412026-09-06T04:48:19.339Z PASS [ 3.643s] ( 849/3472) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
66422026-09-06T04:48:19.345Z PASS [ 44.980s] ( 850/3472) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
66432026-09-06T04:48:19.441Z PASS [ 45.046s] ( 851/3472) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent_multi
66442026-09-06T04:48:19.790Z PASS [ 2.931s] ( 852/3472) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
66452026-09-06T04:48:20.130Z PASS [ 45.844s] ( 853/3472) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
66462026-09-06T04:48:20.981Z PASS [ 2.862s] ( 854/3472) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
66472026-09-06T04:48:22.193Z PASS [ 2.851s] ( 855/3472) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
66482026-09-06T04:48:22.193Z PASS [ 2.849s] ( 856/3472) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
66492026-09-06T04:48:22.243Z PASS [ 2.805s] ( 857/3472) nexus-db-queries db::datastore::switch_port::test::test_switch_config_read_snapshot
66502026-09-06T04:48:22.507Z PASS [ 2.719s] ( 858/3472) nexus-db-queries db::datastore::switch_port::test::test_two_unnumbered_bgp_peers_on_different_links
66512026-09-06T04:48:22.817Z PASS [ 2.693s] ( 859/3472) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
66522026-09-06T04:48:23.606Z PASS [ 2.628s] ( 860/3472) nexus-db-queries db::datastore::target_release::test::target_release_datastore
66532026-09-06T04:48:25.093Z PASS [ 2.679s] ( 861/3472) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
66542026-09-06T04:48:25.114Z PASS [ 2.846s] ( 862/3472) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
66552026-09-06T04:48:25.114Z PASS [ 2.888s] ( 863/3472) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
66562026-09-06T04:48:25.137Z PASS [ 2.629s] ( 864/3472) nexus-db-queries db::datastore::test::test_project_creation
66572026-09-06T04:48:25.404Z PASS [ 2.586s] ( 865/3472) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
66582026-09-06T04:48:26.318Z PASS [ 2.713s] ( 866/3472) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
66592026-09-06T04:48:27.617Z SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated
66602026-09-06T04:48:28.019Z PASS [ 2.977s] ( 867/3472) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
66612026-09-06T04:48:28.116Z PASS [ 2.980s] ( 868/3472) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
66622026-09-06T04:48:28.302Z PASS [ 3.222s] ( 869/3472) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
66632026-09-06T04:48:29.894Z PASS [ 4.971s] ( 870/3472) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
66642026-09-06T04:48:30.292Z PASS [ 4.888s] ( 871/3472) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
66652026-09-06T04:48:31.020Z PASS [ 2.718s] ( 872/3472) nexus-db-queries db::datastore::test::test_session_cleanup_batch
66662026-09-06T04:48:31.397Z PASS [ 5.075s] ( 873/3472) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
66672026-09-06T04:48:32.619Z PASS [ 2.726s] ( 874/3472) nexus-db-queries db::datastore::test::test_session_methods
66682026-09-06T04:48:33.132Z PASS [ 2.839s] ( 875/3472) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
66692026-09-06T04:48:33.296Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
66702026-09-06T04:48:33.594Z PASS [ 5.476s] ( 876/3472) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
66712026-09-06T04:48:33.696Z PASS [ 2.676s] ( 877/3472) nexus-db-queries db::datastore::test::test_ssh_keys
66722026-09-06T04:48:34.030Z PASS [ 2.637s] ( 878/3472) nexus-db-queries db::datastore::test::test_table_scan
66732026-09-06T04:48:34.084Z PASS [ 6.069s] ( 879/3472) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
66742026-09-06T04:48:35.564Z PASS [ 2.945s] ( 880/3472) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_abort
66752026-09-06T04:48:35.924Z PASS [ 2.792s] ( 881/3472) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_all_active_rack_id_and_latest_epoch
66762026-09-06T04:48:36.367Z PASS [ 2.669s] ( 882/3472) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_initial_lrtq_upgrade
66772026-09-06T04:48:36.735Z PASS [ 3.141s] ( 883/3472) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_committed_members_without_active_sled
66782026-09-06T04:48:36.819Z PASS [ 2.788s] ( 884/3472) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_latest_errors
66792026-09-06T04:48:36.984Z PASS [ 2.896s] ( 885/3472) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit
66802026-09-06T04:48:38.464Z PASS [ 2.898s] ( 886/3472) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit_partially
66812026-09-06T04:48:39.373Z PASS [ 2.639s] ( 887/3472) nexus-db-queries db::datastore::update::test::test_tuf_repo_get_by_id
66822026-09-06T04:48:39.447Z PASS [ 3.082s] ( 888/3472) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
66832026-09-06T04:48:39.628Z PASS [ 2.807s] ( 889/3472) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
66842026-09-06T04:48:39.721Z PASS [ 2.726s] ( 890/3472) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
66852026-09-06T04:48:41.299Z PASS [ 2.836s] ( 891/3472) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
66862026-09-06T04:48:42.105Z PASS [ 2.732s] ( 892/3472) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
66872026-09-06T04:48:42.238Z PASS [ 2.790s] ( 893/3472) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
66882026-09-06T04:48:42.512Z PASS [ 2.805s] ( 894/3472) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
66892026-09-06T04:48:42.847Z PASS [ 3.221s] ( 895/3472) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
66902026-09-06T04:48:44.119Z PASS [ 2.820s] ( 896/3472) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
66912026-09-06T04:48:44.889Z PASS [ 2.652s] ( 897/3472) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
66922026-09-06T04:48:45.122Z PASS [ 3.017s] ( 898/3472) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
66932026-09-06T04:48:45.524Z PASS [ 3.013s] ( 899/3472) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
66942026-09-06T04:48:45.544Z PASS [ 2.698s] ( 900/3472) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
66952026-09-06T04:48:46.835Z PASS [ 2.716s] ( 901/3472) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
66962026-09-06T04:48:47.665Z PASS [ 2.776s] ( 902/3472) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
66972026-09-06T04:48:47.816Z PASS [ 2.694s] ( 903/3472) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
66982026-09-06T04:48:48.168Z PASS [ 2.624s] ( 904/3472) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
66992026-09-06T04:48:48.258Z PASS [ 2.734s] ( 905/3472) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
67002026-09-06T04:48:49.463Z PASS [ 2.628s] ( 906/3472) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
67012026-09-06T04:48:49.509Z PASS [ 0.044s] ( 907/3472) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
67022026-09-06T04:48:49.547Z PASS [ 0.039s] ( 908/3472) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
67032026-09-06T04:48:49.577Z PASS [ 13.635s] ( 909/3472) nexus-db-queries db::datastore::update::test::test_list_unpruned
67042026-09-06T04:48:50.430Z PASS [ 2.614s] ( 910/3472) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
67052026-09-06T04:48:50.526Z PASS [ 2.852s] ( 911/3472) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
67062026-09-06T04:48:50.789Z PASS [ 2.620s] ( 912/3472) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
67072026-09-06T04:48:55.937Z PASS [ 2.679s] ( 913/3472) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
67082026-09-06T04:48:55.948Z PASS [ 2.660s] ( 914/3472) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
67092026-09-06T04:48:55.948Z PASS [ 4.932s] ( 915/3472) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
67102026-09-06T04:48:55.948Z PASS [ 2.598s] ( 916/3472) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
67112026-09-06T04:48:55.948Z PASS [ 4.973s] ( 917/3472) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
67122026-09-06T04:48:55.948Z PASS [ 5.195s] ( 918/3472) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
67132026-09-06T04:48:55.955Z PASS [ 0.174s] ( 919/3472) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
67142026-09-06T04:48:55.956Z PASS [ 2.769s] ( 920/3472) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
67152026-09-06T04:48:55.956Z PASS [ 2.764s] ( 921/3472) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
67162026-09-06T04:48:56.525Z PASS [ 3.139s] ( 922/3472) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
67172026-09-06T04:48:56.877Z PASS [ 3.686s] ( 923/3472) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
67182026-09-06T04:48:56.967Z PASS [ 2.039s] ( 924/3472) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
67192026-09-06T04:48:57.743Z PASS [ 1.801s] ( 925/3472) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_created_time
67202026-09-06T04:48:57.830Z PASS [ 1.951s] ( 926/3472) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_all_filters
67212026-09-06T04:48:57.921Z PASS [ 3.402s] ( 927/3472) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
67222026-09-06T04:48:58.311Z PASS [ 1.786s] ( 928/3472) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_default
67232026-09-06T04:48:58.659Z PASS [ 1.782s] ( 929/3472) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_alert
67242026-09-06T04:48:58.738Z PASS [ 1.771s] ( 930/3472) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_receiver
67252026-09-06T04:48:59.612Z PASS [ 1.870s] ( 931/3472) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_states
67262026-09-06T04:48:59.706Z PASS [ 1.877s] ( 932/3472) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_triggers
67272026-09-06T04:48:59.828Z PASS [ 1.906s] ( 933/3472) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_receiver_and_states
67282026-09-06T04:49:00.470Z PASS [ 1.811s] ( 934/3472) nexus-db-queries db::explain::test::test_explain_async
67292026-09-06T04:49:00.544Z PASS [ 1.805s] ( 935/3472) nexus-db-queries db::explain::test::test_explain_full_table_scan
67302026-09-06T04:49:01.025Z PASS [ 2.713s] ( 936/3472) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
67312026-09-06T04:49:01.707Z PASS [ 2.095s] ( 937/3472) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
67322026-09-06T04:49:01.732Z PASS [ 2.026s] ( 938/3472) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
67332026-09-06T04:49:01.765Z PASS [ 0.033s] ( 939/3472) nexus-db-queries db::pagination::test::test_paginator
67342026-09-06T04:49:01.837Z PASS [ 2.010s] ( 940/3472) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
67352026-09-06T04:49:02.478Z PASS [ 2.008s] ( 941/3472) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
67362026-09-06T04:49:02.566Z PASS [ 2.022s] ( 942/3472) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
67372026-09-06T04:49:02.879Z PASS [ 1.042s] ( 943/3472) nexus-db-queries db::pool::test::test_pool_can_be_terminated
67382026-09-06T04:49:03.007Z PASS [ 1.982s] ( 944/3472) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
67392026-09-06T04:49:03.514Z PASS [ 1.036s] ( 945/3472) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
67402026-09-06T04:49:03.552Z PASS [ 1.787s] ( 946/3472) nexus-db-queries db::pool::test::test_keep_alive_set
67412026-09-06T04:49:03.711Z PASS [ 2.003s] ( 947/3472) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
67422026-09-06T04:49:04.972Z PASS [ 1.966s] ( 948/3472) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query
67432026-09-06T04:49:05.645Z PASS [ 3.079s] ( 949/3472) nexus-db-queries db::queries::external_ip::tests::can_allocate_ephemeral_ips_from_all_ranges_in_a_pool
67442026-09-06T04:49:05.832Z PASS [ 0.187s] ( 950/3472) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query
67452026-09-06T04:49:05.893Z PASS [ 3.014s] ( 951/3472) nexus-db-queries db::queries::external_ip::tests::can_allocate_snat_ips_from_all_ranges_in_a_pool
67462026-09-06T04:49:06.013Z PASS [ 0.181s] ( 952/3472) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query
67472026-09-06T04:49:06.096Z PASS [ 0.203s] ( 953/3472) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query
67482026-09-06T04:49:06.193Z PASS [ 0.180s] ( 954/3472) nexus-db-queries db::queries::external_ip::tests::expectorate_next_omicron_zone_snat_ip_query
67492026-09-06T04:49:06.407Z PASS [ 2.892s] ( 955/3472) nexus-db-queries db::queries::external_ip::tests::can_insert_explicit_address_with_two_ranges_in_pool
67502026-09-06T04:49:06.689Z PASS [ 3.137s] ( 956/3472) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_ephemeral_with_full_range
67512026-09-06T04:49:06.923Z PASS [ 3.212s] ( 957/3472) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_snat_with_full_range
67522026-09-06T04:49:07.937Z PASS [ 2.965s] ( 958/3472) nexus-db-queries db::queries::external_ip::tests::cannot_allocate_instance_ip_from_pool_with_different_version
67532026-09-06T04:49:08.993Z PASS [ 2.800s] ( 959/3472) nexus-db-queries db::queries::external_ip::tests::next_external_ip_guard_rejects_unlinked_silo_pool
67542026-09-06T04:49:09.014Z PASS [ 2.918s] ( 960/3472) nexus-db-queries db::queries::external_ip::tests::next_external_ip_guard_rejects_reassigned_silo_pool
67552026-09-06T04:49:09.692Z PASS [ 3.284s] ( 961/3472) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
67562026-09-06T04:49:09.949Z PASS [ 3.259s] ( 962/3472) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
67572026-09-06T04:49:09.984Z PASS [ 3.062s] ( 963/3472) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
67582026-09-06T04:49:10.715Z PASS [ 2.778s] ( 964/3472) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
67592026-09-06T04:49:10.896Z PASS [ 0.180s] ( 965/3472) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_automatic
67602026-09-06T04:49:11.083Z PASS [ 0.187s] ( 966/3472) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_explicit
67612026-09-06T04:49:11.924Z PASS [ 2.930s] ( 967/3472) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
67622026-09-06T04:49:12.015Z PASS [ 2.999s] ( 968/3472) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
67632026-09-06T04:49:12.122Z PASS [ 0.197s] ( 969/3472) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_default_pool_query
67642026-09-06T04:49:12.198Z PASS [ 0.184s] ( 970/3472) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_pool_query
67652026-09-06T04:49:12.303Z PASS [ 0.182s] ( 971/3472) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_subnet_query
67662026-09-06T04:49:12.379Z PASS [ 0.181s] ( 972/3472) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_ip_version_query
67672026-09-06T04:49:12.485Z PASS [ 0.182s] ( 973/3472) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_subnet_pool_member_query
67682026-09-06T04:49:12.557Z PASS [ 0.179s] ( 974/3472) nexus-db-queries db::queries::ip_pool::tests::expectorate_filter_overlapping_ip_ranges
67692026-09-06T04:49:12.851Z PASS [ 3.158s] ( 975/3472) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
67702026-09-06T04:49:13.030Z PASS [ 3.045s] ( 976/3472) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
67712026-09-06T04:49:13.041Z PASS [ 3.092s] ( 977/3472) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
67722026-09-06T04:49:13.060Z PASS [ 1.977s] ( 978/3472) nexus-db-queries db::queries::external_subnet::tests::can_explain_insert_external_subnet_from_explicit_ip_query
67732026-09-06T04:49:13.464Z PASS [ 0.403s] ( 979/3472) nexus-db-queries db::queries::network_interface::tests::expectorate_query
67742026-09-06T04:49:15.340Z PASS [ 2.843s] ( 980/3472) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
67752026-09-06T04:49:15.542Z PASS [ 2.985s] ( 981/3472) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address
67762026-09-06T04:49:15.858Z PASS [ 2.828s] ( 982/3472) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
67772026-09-06T04:49:15.889Z PASS [ 2.847s] ( 983/3472) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
67782026-09-06T04:49:15.893Z PASS [ 3.040s] ( 984/3472) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address
67792026-09-06T04:49:15.960Z PASS [ 0.071s] ( 985/3472) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
67802026-09-06T04:49:16.117Z PASS [ 2.654s] ( 986/3472) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
67812026-09-06T04:49:18.340Z PASS [ 2.797s] ( 987/3472) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_after_ipv4_only
67822026-09-06T04:49:18.488Z PASS [ 3.160s] ( 988/3472) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
67832026-09-06T04:49:18.745Z PASS [ 2.855s] ( 989/3472) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
67842026-09-06T04:49:18.848Z PASS [ 2.887s] ( 990/3472) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
67852026-09-06T04:49:18.853Z PASS [ 2.735s] ( 991/3472) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
67862026-09-06T04:49:19.053Z PASS [ 3.195s] ( 992/3472) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_ipv4_exhaustion
67872026-09-06T04:49:20.927Z PASS [ 2.588s] ( 993/3472) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
67882026-09-06T04:49:21.301Z PASS [ 2.813s] ( 994/3472) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
67892026-09-06T04:49:21.579Z PASS [ 2.833s] ( 995/3472) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ipv6_fails
67902026-09-06T04:49:21.601Z PASS [ 2.748s] ( 996/3472) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
67912026-09-06T04:49:21.609Z PASS [ 2.761s] ( 997/3472) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
67922026-09-06T04:49:21.748Z PASS [ 2.694s] ( 998/3472) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
67932026-09-06T04:49:23.667Z PASS [ 2.739s] ( 999/3472) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
67942026-09-06T04:49:23.706Z PASS [ 0.039s] (1000/3472) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
67952026-09-06T04:49:24.068Z PASS [ 2.766s] (1001/3472) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
67962026-09-06T04:49:24.412Z PASS [ 2.833s] (1002/3472) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
67972026-09-06T04:49:24.437Z PASS [ 2.828s] (1003/3472) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
67982026-09-06T04:49:24.477Z PASS [ 2.876s] (1004/3472) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
67992026-09-06T04:49:24.540Z PASS [ 2.792s] (1005/3472) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
68002026-09-06T04:49:24.574Z PASS [ 0.034s] (1006/3472) nexus-db-queries db::queries::next_item::tests::test_shift_indices
68012026-09-06T04:49:26.024Z PASS [ 1.957s] (1007/3472) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
68022026-09-06T04:49:26.194Z PASS [ 0.170s] (1008/3472) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
68032026-09-06T04:49:26.379Z PASS [ 0.185s] (1009/3472) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
68042026-09-06T04:49:26.469Z PASS [ 2.057s] (1010/3472) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
68052026-09-06T04:49:26.472Z PASS [ 1.993s] (1011/3472) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
68062026-09-06T04:49:26.472Z PASS [ 2.034s] (1012/3472) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
68072026-09-06T04:49:26.530Z PASS [ 1.955s] (1013/3472) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
68082026-09-06T04:49:26.558Z PASS [ 0.089s] (1014/3472) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
68092026-09-06T04:49:26.562Z PASS [ 0.088s] (1015/3472) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
68102026-09-06T04:49:26.562Z PASS [ 2.855s] (1016/3472) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
68112026-09-06T04:49:27.159Z PASS [ 0.629s] (1017/3472) nexus-db-queries db::queries::region_allocation::test::expectorate_query
68122026-09-06T04:49:27.229Z PASS [ 299.618s] (1018/3472) oximeter-db client::tests::test_replicated
68132026-09-06T04:49:28.179Z PASS [ 1.799s] (1019/3472) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
68142026-09-06T04:49:28.403Z PASS [ 1.934s] (1020/3472) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
68152026-09-06T04:49:28.557Z PASS [ 1.998s] (1021/3472) nexus-db-queries db::queries::region_allocation::test::explainable
68162026-09-06T04:49:28.579Z PASS [ 1.350s] (1022/3472) omicron-clickhouse-admin context::tests::test_database_usage
68172026-09-06T04:49:28.602Z PASS [ 0.023s] (1023/3472) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
68182026-09-06T04:49:28.624Z PASS [ 0.022s] (1024/3472) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
68192026-09-06T04:49:28.645Z PASS [ 0.021s] (1025/3472) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
68202026-09-06T04:49:28.665Z PASS [ 0.019s] (1026/3472) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
68212026-09-06T04:49:28.685Z PASS [ 0.020s] (1027/3472) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
68222026-09-06T04:49:28.728Z PASS [ 0.171s] (1028/3472) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
68232026-09-06T04:49:29.432Z PASS [ 0.747s] (1029/3472) omicron-clickhouse-admin context::tests::test_retention_policy
68242026-09-06T04:49:29.574Z PASS [ 3.013s] (1030/3472) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_control_plane_storage_buffer
68252026-09-06T04:49:29.594Z PASS [ 3.034s] (1031/3472) nexus-db-queries db::queries::region_allocation::test::region_allocation_barely_pass_local_storage_dataset
68262026-09-06T04:49:29.749Z PASS [ 0.317s] (1032/3472) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
68272026-09-06T04:49:29.753Z PASS [ 0.179s] (1033/3472) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
68282026-09-06T04:49:29.775Z PASS [ 0.181s] (1034/3472) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
68292026-09-06T04:49:29.871Z PASS [ 0.122s] (1035/3472) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
68302026-09-06T04:49:29.985Z PASS [ 0.115s] (1036/3472) omicron-clickhouse-admin::integration_test test_lgif_parsing
68312026-09-06T04:49:30.083Z PASS [ 0.330s] (1037/3472) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
68322026-09-06T04:49:30.107Z PASS [ 0.121s] (1038/3472) omicron-clickhouse-admin::integration_test test_raft_config_parsing
68332026-09-06T04:49:30.122Z PASS [ 2.960s] (1039/3472) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_local_storage_dataset
68342026-09-06T04:49:30.187Z PASS [ 0.080s] (1040/3472) omicron-clickhouse-admin::integration_test test_teardown
68352026-09-06T04:49:30.225Z PASS [ 0.038s] (1041/3472) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
68362026-09-06T04:49:30.298Z PASS [ 0.179s] (1042/3472) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
68372026-09-06T04:49:30.469Z PASS [ 0.170s] (1043/3472) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
68382026-09-06T04:49:30.595Z PASS [ 1.867s] (1044/3472) nexus-db-queries db::queries::regions_hard_delete::test::explainable
68392026-09-06T04:49:30.641Z PASS [ 0.172s] (1045/3472) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
68402026-09-06T04:49:30.767Z PASS [ 0.171s] (1046/3472) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
68412026-09-06T04:49:31.125Z PASS [ 2.945s] (1047/3472) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal
68422026-09-06T04:49:31.371Z PASS [ 2.968s] (1048/3472) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal_no_local_storage_dataset
68432026-09-06T04:49:31.705Z PASS [ 1.914s] (1049/3472) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
68442026-09-06T04:49:31.737Z PASS [ 0.048s] (1050/3472) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
68452026-09-06T04:49:31.774Z PASS [ 0.037s] (1051/3472) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
68462026-09-06T04:49:31.816Z PASS [ 0.039s] (1052/3472) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
68472026-09-06T04:49:31.856Z PASS [ 0.034s] (1053/3472) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
68482026-09-06T04:49:31.883Z PASS [ 0.034s] (1054/3472) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
68492026-09-06T04:49:32.045Z PASS [ 1.961s] (1055/3472) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
68502026-09-06T04:49:32.049Z PASS [ 0.163s] (1056/3472) nexus-db-queries db::queries::vpc_subnet::test::expectorate_insert_vpc_subnet_query
68512026-09-06T04:49:32.421Z PASS [ 1.780s] (1057/3472) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
68522026-09-06T04:49:32.541Z PASS [ 1.775s] (1058/3472) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
68532026-09-06T04:49:32.699Z PASS [ 0.157s] (1059/3472) nexus-db-queries db::sitrep_guard::tests::expectorate_sitrep_guarded_insert
68542026-09-06T04:49:32.890Z PASS [ 1.765s] (1060/3472) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
68552026-09-06T04:49:33.142Z PASS [ 1.771s] (1061/3472) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
68562026-09-06T04:49:33.297Z SLOW [>120.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
68572026-09-06T04:49:33.885Z PASS [ 1.842s] (1062/3472) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
68582026-09-06T04:49:33.977Z PASS [ 1.932s] (1063/3472) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
68592026-09-06T04:49:34.305Z PASS [ 1.868s] (1064/3472) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
68602026-09-06T04:49:35.310Z PASS [ 2.611s] (1065/3472) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_already_exists_via_conflict
68612026-09-06T04:49:35.493Z PASS [ 2.604s] (1066/3472) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_already_exists_via_marker
68622026-09-06T04:49:35.756Z PASS [ 2.613s] (1067/3472) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_created_writes_marker
68632026-09-06T04:49:36.481Z PASS [ 2.596s] (1068/3472) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_no_sitrep_writes_nothing
68642026-09-06T04:49:36.494Z PASS [ 0.013s] (1069/3472) nexus-defaults tests::test_random_vpc_ipv6_prefix
68652026-09-06T04:49:36.517Z PASS [ 0.022s] (1070/3472) nexus-fm analysis_input::tests::build_drops_closed_case_when_all_alerts_satisfied
68662026-09-06T04:49:36.539Z PASS [ 0.022s] (1071/3472) nexus-fm analysis_input::tests::build_drops_closed_case_when_all_bundles_satisfied
68672026-09-06T04:49:36.558Z PASS [ 0.019s] (1072/3472) nexus-fm analysis_input::tests::build_keeps_closed_case_intact_when_not_all_alerts_satisfied
68682026-09-06T04:49:36.579Z PASS [ 0.021s] (1073/3472) nexus-fm analysis_input::tests::build_keeps_closed_case_intact_when_not_all_bundles_satisfied
68692026-09-06T04:49:36.610Z PASS [ 0.030s] (1074/3472) nexus-fm analysis_input::tests::test_analysis_input_builder_and_sitrep_builder
68702026-09-06T04:49:36.634Z PASS [ 0.024s] (1075/3472) nexus-fm builder::case::tests::dirty_bits_default_false
68712026-09-06T04:49:36.646Z PASS [ 2.669s] (1076/3472) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_stale_sitrep
68722026-09-06T04:49:36.655Z PASS [ 0.022s] (1077/3472) nexus-fm builder::case::tests::request_alert_flips_alert_state
68732026-09-06T04:49:36.671Z PASS [ 0.026s] (1078/3472) nexus-fm builder::case::tests::request_support_bundle_flips_bundle_state
68742026-09-06T04:49:36.677Z PASS [ 0.031s] (1079/3472) nexus-fm builder::tests::carry_forward_drop_bumps_alert_generation
68752026-09-06T04:49:36.682Z PASS [ 0.037s] (1080/3472) nexus-fm builder::tests::carry_forward_drop_bumps_support_bundle_generation
68762026-09-06T04:49:36.686Z PASS [ 0.029s] (1081/3472) nexus-fm builder::tests::child_sitrep_with_new_alert_bumps_alert_generation_only
68772026-09-06T04:49:36.686Z PASS [ 0.039s] (1082/3472) nexus-fm builder::tests::child_sitrep_with_both_new_requests_bumps_both_generations
68782026-09-06T04:49:36.696Z PASS [ 0.025s] (1083/3472) nexus-fm builder::tests::child_sitrep_with_new_bundle_bumps_bundle_generation_only
68792026-09-06T04:49:36.705Z PASS [ 0.028s] (1084/3472) nexus-fm builder::tests::first_sitrep_with_alert_request_bumps_alert_generation
68802026-09-06T04:49:36.719Z PASS [ 0.035s] (1085/3472) nexus-fm builder::tests::first_sitrep_with_support_bundle_request_bumps_bundle_generation
68812026-09-06T04:49:36.725Z PASS [ 0.040s] (1086/3472) nexus-fm builder::tests::generation_stable_when_no_new_requests_with_parent
68822026-09-06T04:49:36.728Z PASS [ 0.044s] (1087/3472) nexus-fm builder::tests::first_sitrep_with_no_requests_stamps_initial_generation
68832026-09-06T04:49:36.734Z PASS [ 0.037s] (1088/3472) nexus-fm diagnosis::physical_disk::tests::closes_on_expungement
68842026-09-06T04:49:36.745Z PASS [ 0.039s] (1089/3472) nexus-fm diagnosis::physical_disk::tests::closes_on_recovery
68852026-09-06T04:49:36.757Z PASS [ 0.038s] (1090/3472) nexus-fm diagnosis::physical_disk::tests::duplicate_case_is_closed
68862026-09-06T04:49:36.765Z PASS [ 0.040s] (1091/3472) nexus-fm diagnosis::physical_disk::tests::empty_case_is_closed
68872026-09-06T04:49:36.768Z PASS [ 0.040s] (1092/3472) nexus-fm diagnosis::physical_disk::tests::fact_uuid_rotates_when_observation_changes
68882026-09-06T04:49:36.773Z PASS [ 0.040s] (1093/3472) nexus-fm diagnosis::physical_disk::tests::fact_uuid_rotates_when_zpool_replaced
68892026-09-06T04:49:36.782Z PASS [ 0.038s] (1094/3472) nexus-fm diagnosis::physical_disk::tests::fact_uuid_stable_when_observation_unchanged
68902026-09-06T04:49:36.794Z PASS [ 0.037s] (1095/3472) nexus-fm diagnosis::physical_disk::tests::foreign_payload_case_is_closed
68912026-09-06T04:49:36.802Z PASS [ 0.037s] (1096/3472) nexus-fm diagnosis::physical_disk::tests::idempotent_when_case_already_open
68922026-09-06T04:49:36.805Z PASS [ 0.037s] (1097/3472) nexus-fm diagnosis::physical_disk::tests::keeps_open_on_absence_from_inventory
68932026-09-06T04:49:36.810Z PASS [ 0.036s] (1098/3472) nexus-fm diagnosis::physical_disk::tests::opens_on_degraded_in_service
68942026-09-06T04:49:36.820Z PASS [ 0.038s] (1099/3472) nexus-fm diagnosis::physical_disk::tests::skips_degraded_when_expunged
68952026-09-06T04:49:36.831Z PASS [ 0.036s] (1100/3472) nexus-fm diagnosis::physical_disk::tests::uninterpretable_case_is_replaced
68962026-09-06T04:49:36.842Z PASS [ 0.040s] (1101/3472) nexus-fm diagnosis::power_shelf::tests::carried_forward_remove_then_insert_closes_without_duplicate_alert
68972026-09-06T04:49:36.846Z PASS [ 0.040s] (1102/3472) nexus-fm diagnosis::power_shelf::tests::case_with_only_unparseable_ereports_stays_open
68982026-09-06T04:49:36.850Z PASS [ 0.038s] (1103/3472) nexus-fm diagnosis::power_shelf::tests::current_restart_is_the_one_with_the_latest_seen_ereport
68992026-09-06T04:49:36.857Z PASS [ 0.037s] (1104/3472) nexus-fm diagnosis::power_shelf::tests::distinct_slots_get_distinct_cases
69002026-09-06T04:49:36.870Z PASS [ 0.039s] (1105/3472) nexus-fm diagnosis::power_shelf::tests::insert_then_remove_remains_open_until_insert
69012026-09-06T04:49:36.887Z PASS [ 0.030s] (1106/3472) nexus-fm diagnosis::power_shelf::tests::test_psu_insert_json_parses
69022026-09-06T04:49:36.891Z PASS [ 0.046s] (1107/3472) nexus-fm diagnosis::power_shelf::tests::remove_then_insert_in_one_sitrep_closes_with_both_alerts
69032026-09-06T04:49:36.895Z PASS [ 0.051s] (1108/3472) nexus-fm diagnosis::power_shelf::tests::single_insert_closes_case_with_inserted_alert
69042026-09-06T04:49:36.895Z PASS [ 0.046s] (1109/3472) nexus-fm diagnosis::power_shelf::tests::single_remove_opens_case_with_removed_alert
69052026-09-06T04:49:36.898Z PASS [ 0.028s] (1110/3472) nexus-fm diagnosis::power_shelf::tests::test_psu_remove_json_parses
69062026-09-06T04:49:36.929Z PASS [ 0.041s] (1111/3472) nexus-fm diagnosis::power_shelf::tests::unknown_ereports_are_ignored
69072026-09-06T04:49:36.936Z PASS [ 0.041s] (1112/3472) nexus-fm diagnosis::saga::tests::abandoned_case_closes_when_saga_removed
69082026-09-06T04:49:36.939Z PASS [ 0.040s] (1113/3472) nexus-fm diagnosis::saga::tests::abandoned_comment_attributes_omdb
69092026-09-06T04:49:36.943Z PASS [ 0.046s] (1114/3472) nexus-fm diagnosis::power_shelf::tests::unparseable_ereport_prevents_close_despite_insert
69102026-09-06T04:49:36.943Z PASS [ 0.055s] (1115/3472) nexus-fm diagnosis::power_shelf::tests::unparseable_ereport_case_with_absent_psu_stays_open
69112026-09-06T04:49:36.965Z PASS [ 0.036s] (1116/3472) nexus-fm diagnosis::saga::tests::abandoned_fact_uuid_stable
69122026-09-06T04:49:36.975Z PASS [ 0.039s] (1117/3472) nexus-fm diagnosis::saga::tests::active_owner_not_flagged
69132026-09-06T04:49:36.979Z PASS [ 0.038s] (1118/3472) nexus-fm diagnosis::saga::tests::both_facts_on_one_case
69142026-09-06T04:49:36.979Z PASS [ 0.036s] (1119/3472) nexus-fm diagnosis::saga::tests::closes_on_owner_readopted
69152026-09-06T04:49:36.979Z PASS [ 0.036s] (1120/3472) nexus-fm diagnosis::saga::tests::closes_on_progress_resumed
69162026-09-06T04:49:37.000Z PASS [ 0.035s] (1121/3472) nexus-fm diagnosis::saga::tests::closes_on_terminal
69172026-09-06T04:49:37.009Z PASS [ 0.035s] (1122/3472) nexus-fm diagnosis::saga::tests::duplicate_case_is_closed
69182026-09-06T04:49:37.019Z PASS [ 0.043s] (1123/3472) nexus-fm diagnosis::saga::tests::duplicate_fact_removed_when_kept_fact_matches
69192026-09-06T04:49:37.023Z PASS [ 0.048s] (1124/3472) nexus-fm diagnosis::saga::tests::duplicate_fact_removed_when_kept_fact_is_stale
69202026-09-06T04:49:37.027Z PASS [ 0.046s] (1125/3472) nexus-fm diagnosis::saga::tests::empty_case_is_closed
69212026-09-06T04:49:37.034Z PASS [ 0.034s] (1126/3472) nexus-fm diagnosis::saga::tests::fact_uuid_rotates_when_last_event_changes
69222026-09-06T04:49:37.043Z PASS [ 0.033s] (1127/3472) nexus-fm diagnosis::saga::tests::fact_uuid_stable_when_unchanged
69232026-09-06T04:49:37.054Z PASS [ 0.035s] (1128/3472) nexus-fm diagnosis::saga::tests::foreign_payload_case_is_closed
69242026-09-06T04:49:37.061Z PASS [ 0.036s] (1129/3472) nexus-fm diagnosis::saga::tests::notyet_owner_not_flagged
69252026-09-06T04:49:37.064Z PASS [ 0.038s] (1130/3472) nexus-fm diagnosis::saga::tests::no_case_when_progress_recent
69262026-09-06T04:49:37.069Z PASS [ 0.034s] (1131/3472) nexus-fm diagnosis::saga::tests::opens_abandoned_case
69272026-09-06T04:49:37.078Z PASS [ 0.036s] (1132/3472) nexus-fm diagnosis::saga::tests::opens_not_progressing_when_stale
69282026-09-06T04:49:37.092Z PASS [ 0.038s] (1133/3472) nexus-fm diagnosis::saga::tests::opens_owner_not_current_when_quiesced
69292026-09-06T04:49:37.100Z PASS [ 0.037s] (1134/3472) nexus-fm diagnosis::saga::tests::rerun_with_unchanged_input_changes_nothing
69302026-09-06T04:49:37.103Z PASS [ 0.039s] (1135/3472) nexus-fm diagnosis::saga::tests::partial_recovery_keeps_case_open
69312026-09-06T04:49:37.107Z PASS [ 0.036s] (1136/3472) nexus-fm diagnosis::saga::tests::stuck_saga_escalates_to_abandoned
69322026-09-06T04:49:37.114Z PASS [ 0.036s] (1137/3472) nexus-fm diagnosis::saga::tests::uninterpretable_case_is_replaced
69332026-09-06T04:49:37.129Z PASS [ 0.029s] (1138/3472) nexus-inventory builder::test::test_empty
69342026-09-06T04:49:37.132Z PASS [ 0.030s] (1139/3472) nexus-inventory builder::test::test_problems
69352026-09-06T04:49:37.136Z PASS [ 0.044s] (1140/3472) nexus-inventory builder::test::test_basic
69362026-09-06T04:49:37.418Z PASS [ 0.290s] (1141/3472) nexus-inventory collector::test::test_multi_mgs_failure
69372026-09-06T04:49:37.575Z PASS [ 1.094s] (1142/3472) nexus-db-schema crdb_alignment_test::diesel_schema_matches_crdb_schema
69382026-09-06T04:49:37.579Z PASS [ 0.447s] (1143/3472) nexus-inventory collector::test::test_sled_agent_failure
69392026-09-06T04:49:37.649Z PASS [ 0.544s] (1144/3472) nexus-inventory collector::test::test_basic
69402026-09-06T04:49:37.804Z PASS [ 0.689s] (1145/3472) nexus-inventory collector::test::test_multi_mgs
69412026-09-06T04:49:38.293Z PASS [ 2.800s] (1146/3472) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
69422026-09-06T04:49:38.329Z PASS [ 2.573s] (1147/3472) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
69432026-09-06T04:49:39.039Z PASS [ 0.710s] (1148/3472) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
69442026-09-06T04:49:39.043Z PASS [ 0.711s] (1149/3472) nexus-mgs-updates driver_update::test::test_sp_basic_failures
69452026-09-06T04:49:39.074Z PASS [ 0.780s] (1150/3472) nexus-mgs-updates driver_update::test::test_rot_basic_failures
69462026-09-06T04:49:39.940Z PASS [ 2.364s] (1151/3472) nexus-metrics-producer-gc tests::test_prune_expired_producers
69472026-09-06T04:49:40.203Z PASS [ 2.554s] (1152/3472) nexus-metrics-producer-gc tests::test_prune_expired_producers_expunged_oximeter
69482026-09-06T04:49:40.238Z PASS [ 0.035s] (1153/3472) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
69492026-09-06T04:49:40.254Z PASS [ 0.051s] (1154/3472) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
69502026-09-06T04:49:40.269Z PASS [ 0.030s] (1155/3472) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
69512026-09-06T04:49:40.283Z PASS [ 0.029s] (1156/3472) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
69522026-09-06T04:49:40.299Z PASS [ 0.031s] (1157/3472) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
69532026-09-06T04:49:40.316Z PASS [ 0.032s] (1158/3472) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
69542026-09-06T04:49:40.332Z PASS [ 0.033s] (1159/3472) nexus-reconfigurator-blippy checks::tests::test_duplicate_sled_subnet
69552026-09-06T04:49:40.346Z PASS [ 0.030s] (1160/3472) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
69562026-09-06T04:49:40.377Z PASS [ 0.032s] (1161/3472) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
69572026-09-06T04:49:40.381Z PASS [ 0.032s] (1162/3472) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
69582026-09-06T04:49:40.397Z PASS [ 0.032s] (1163/3472) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
69592026-09-06T04:49:40.400Z PASS [ 0.197s] (1164/3472) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
69602026-09-06T04:49:40.414Z PASS [ 0.035s] (1165/3472) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
69612026-09-06T04:49:40.428Z PASS [ 0.031s] (1166/3472) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
69622026-09-06T04:49:40.440Z PASS [ 0.040s] (1167/3472) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
69632026-09-06T04:49:40.451Z PASS [ 0.248s] (1168/3472) nexus-mgs-updates test_util::step_through::test::test_basic
69642026-09-06T04:49:40.455Z PASS [ 0.040s] (1169/3472) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
69652026-09-06T04:49:40.465Z PASS [ 0.037s] (1170/3472) nexus-reconfigurator-blippy checks::tests::test_underlay_ip_above_last_allocated
69662026-09-06T04:49:40.477Z PASS [ 0.037s] (1171/3472) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
69672026-09-06T04:49:40.486Z PASS [ 0.035s] (1172/3472) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
69682026-09-06T04:49:40.490Z PASS [ 0.036s] (1173/3472) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
69692026-09-06T04:49:40.500Z PASS [ 0.034s] (1174/3472) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
69702026-09-06T04:49:40.794Z PASS [ 2.501s] (1175/3472) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
69712026-09-06T04:49:40.827Z PASS [ 0.033s] (1176/3472) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
69722026-09-06T04:49:41.075Z PASS [ 1.135s] (1177/3472) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
69732026-09-06T04:49:42.760Z PASS [ 8.125s] (1178/3472) nexus-db-queries policy_test::test_conferred_roles
69742026-09-06T04:49:43.489Z PASS [ 4.415s] (1179/3472) nexus-mgs-updates driver_update::test::test_sp_update_watched
69752026-09-06T04:49:44.888Z PASS [ 6.560s] (1180/3472) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
69762026-09-06T04:49:44.888Z PASS [ 6.560s] (1181/3472) nexus-mgs-updates driver_update::test::test_rot_update_basic
69772026-09-06T04:49:45.535Z PASS [ 5.596s] (1182/3472) nexus-mgs-updates driver_update::test_host_phase_1::basic
69782026-09-06T04:49:46.128Z PASS [ 3.714s] (1183/3472) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
69792026-09-06T04:49:47.635Z PASS [ 8.596s] (1184/3472) nexus-mgs-updates driver_update::test::test_sp_update_basic
69802026-09-06T04:49:48.273Z PASS [ 3.385s] (1185/3472) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
69812026-09-06T04:49:49.642Z PASS [ 9.702s] (1186/3472) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
69822026-09-06T04:49:49.783Z PASS [ 3.654s] (1187/3472) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
69832026-09-06T04:49:49.849Z PASS [ 0.066s] (1188/3472) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
69842026-09-06T04:49:49.910Z PASS [ 0.060s] (1189/3472) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
69852026-09-06T04:49:49.959Z PASS [ 0.049s] (1190/3472) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
69862026-09-06T04:49:50.011Z PASS [ 0.052s] (1191/3472) nexus-reconfigurator-execution dns::test::test_dns_compute_update
69872026-09-06T04:49:51.690Z PASS [ 3.416s] (1192/3472) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
69882026-09-06T04:49:53.456Z PASS [ 14.416s] (1193/3472) nexus-mgs-updates driver_update::test::test_sp_update_takeover
69892026-09-06T04:49:59.585Z PASS [ 19.645s] (1194/3472) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
69902026-09-06T04:50:00.092Z PASS [ 19.592s] (1195/3472) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
69912026-09-06T04:50:01.776Z PASS [ 8.319s] (1196/3472) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
69922026-09-06T04:50:07.055Z PASS [ 31.745s] (1197/3472) nexus-db-queries policy_test::test_iam_roles_behavior
69932026-09-06T04:50:07.410Z PASS [ 7.318s] (1198/3472) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
69942026-09-06T04:50:07.460Z PASS [ 0.050s] (1199/3472) nexus-reconfigurator-execution sagas::test::test_find_expunged_older_generation
69952026-09-06T04:50:07.519Z PASS [ 0.059s] (1200/3472) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation
69962026-09-06T04:50:07.560Z PASS [ 0.041s] (1201/3472) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
69972026-09-06T04:50:07.592Z PASS [ 0.029s] (1202/3472) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_without_existing_nexus_zones
69982026-09-06T04:50:07.617Z PASS [ 0.027s] (1203/3472) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
69992026-09-06T04:50:07.656Z PASS [ 0.039s] (1204/3472) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
70002026-09-06T04:50:07.686Z PASS [ 0.030s] (1205/3472) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
70012026-09-06T04:50:07.713Z PASS [ 0.027s] (1206/3472) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
70022026-09-06T04:50:07.746Z PASS [ 0.033s] (1207/3472) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
70032026-09-06T04:50:07.775Z PASS [ 0.029s] (1208/3472) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
70042026-09-06T04:50:07.811Z PASS [ 0.035s] (1209/3472) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
70052026-09-06T04:50:07.833Z PASS [ 0.022s] (1210/3472) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
70062026-09-06T04:50:07.855Z PASS [ 0.023s] (1211/3472) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
70072026-09-06T04:50:07.878Z PASS [ 0.023s] (1212/3472) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
70082026-09-06T04:50:07.898Z PASS [ 0.020s] (1213/3472) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
70092026-09-06T04:50:07.919Z PASS [ 0.021s] (1214/3472) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
70102026-09-06T04:50:07.941Z PASS [ 0.022s] (1215/3472) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
70112026-09-06T04:50:07.964Z PASS [ 0.023s] (1216/3472) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
70122026-09-06T04:50:07.984Z PASS [ 0.020s] (1217/3472) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
70132026-09-06T04:50:08.018Z PASS [ 0.033s] (1218/3472) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
70142026-09-06T04:50:08.970Z PASS [ 7.193s] (1219/3472) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
70152026-09-06T04:50:09.001Z PASS [ 0.030s] (1220/3472) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::v6_only_pool_allocates_v6_external_networking
70162026-09-06T04:50:09.065Z PASS [ 0.064s] (1221/3472) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
70172026-09-06T04:50:09.086Z PASS [ 0.116s] (1222/3472) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
70182026-09-06T04:50:09.087Z PASS [ 0.022s] (1223/3472) nexus-reconfigurator-planning blueprint_editor::sled_editor::tests::update_disposition_kind_is_a_scalar_edit
70192026-09-06T04:50:09.112Z PASS [ 0.025s] (1224/3472) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
70202026-09-06T04:50:09.124Z PASS [ 0.037s] (1225/3472) nexus-reconfigurator-planning example::tests::builder_all_zone_types
70212026-09-06T04:50:09.151Z PASS [ 0.039s] (1226/3472) nexus-reconfigurator-planning example::tests::builder_zone_counts
70222026-09-06T04:50:09.174Z PASS [ 0.023s] (1227/3472) nexus-reconfigurator-planning example::tests::instances_on_examples
70232026-09-06T04:50:09.178Z PASS [ 0.207s] (1228/3472) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
70242026-09-06T04:50:09.181Z PASS [ 0.210s] (1229/3472) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
70252026-09-06T04:50:09.210Z PASS [ 0.036s] (1230/3472) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
70262026-09-06T04:50:09.214Z PASS [ 0.034s] (1231/3472) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
70272026-09-06T04:50:09.217Z PASS [ 0.036s] (1232/3472) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
70282026-09-06T04:50:09.244Z PASS [ 0.034s] (1233/3472) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
70292026-09-06T04:50:09.248Z PASS [ 0.036s] (1234/3472) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
70302026-09-06T04:50:09.252Z PASS [ 0.034s] (1235/3472) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
70312026-09-06T04:50:09.277Z PASS [ 0.033s] (1236/3472) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
70322026-09-06T04:50:09.281Z PASS [ 0.031s] (1237/3472) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
70332026-09-06T04:50:09.284Z PASS [ 0.034s] (1238/3472) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
70342026-09-06T04:50:09.308Z PASS [ 1.290s] (1239/3472) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
70352026-09-06T04:50:09.313Z PASS [ 0.036s] (1240/3472) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
70362026-09-06T04:50:09.323Z PASS [ 0.044s] (1241/3472) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
70372026-09-06T04:50:09.366Z PASS [ 0.058s] (1242/3472) nexus-reconfigurator-planning::mod integration_tests::planner::test_add_multiple_nexus_to_one_sled
70382026-09-06T04:50:09.374Z PASS [ 0.052s] (1243/3472) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_allocation_skips_nonprovisionable_disks
70392026-09-06T04:50:09.378Z PASS [ 0.093s] (1244/3472) nexus-reconfigurator-planning::mod integration_tests::planner::planner_decommissions_sleds
70402026-09-06T04:50:09.393Z PASS [ 0.080s] (1245/3472) nexus-reconfigurator-planning::mod integration_tests::planner::test_basic_add_sled
70412026-09-06T04:50:09.430Z PASS [ 0.063s] (1246/3472) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_pantry
70422026-09-06T04:50:09.433Z PASS [ 0.057s] (1247/3472) nexus-reconfigurator-planning::mod integration_tests::planner::test_dataset_settings_modified_in_place
70432026-09-06T04:50:09.452Z PASS [ 0.059s] (1248/3472) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_durable_zpool
70442026-09-06T04:50:09.462Z PASS [ 0.085s] (1249/3472) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_add_expunge_decommission
70452026-09-06T04:50:09.483Z PASS [ 0.051s] (1250/3472) nexus-reconfigurator-planning::mod integration_tests::planner::test_ensure_preserve_downgrade_option
70462026-09-06T04:50:09.483Z PASS [ 0.053s] (1251/3472) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_transient_filesystem
70472026-09-06T04:50:09.528Z PASS [ 0.075s] (1252/3472) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_clusters
70482026-09-06T04:50:09.534Z PASS [ 0.072s] (1253/3472) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_zones_after_policy_is_changed
70492026-09-06T04:50:09.563Z PASS [ 0.080s] (1254/3472) nexus-reconfigurator-planning::mod integration_tests::planner::test_internal_dns_zone_replaced_after_marked_for_cleanup
70502026-09-06T04:50:09.571Z PASS [ 0.089s] (1255/3472) nexus-reconfigurator-planning::mod integration_tests::planner::test_multiple_measurements
70512026-09-06T04:50:09.632Z PASS [ 0.098s] (1256/3472) nexus-reconfigurator-planning::mod integration_tests::planner::test_plan_deploy_all_clickhouse_cluster_nodes
70522026-09-06T04:50:09.645Z PASS [ 0.083s] (1257/3472) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_dns_ips_from_expunged_zones
70532026-09-06T04:50:09.649Z PASS [ 0.120s] (1258/3472) nexus-reconfigurator-planning::mod integration_tests::planner::test_nexus_allocation_skips_nonprovisionable_sleds
70542026-09-06T04:50:09.657Z PASS [ 0.086s] (1259/3472) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_ips_from_expunged_zones
70552026-09-06T04:50:09.699Z PASS [ 0.067s] (1260/3472) nexus-reconfigurator-planning::mod integration_tests::planner::test_simple_measurements
70562026-09-06T04:50:09.714Z PASS [ 0.067s] (1261/3472) nexus-reconfigurator-planning::mod integration_tests::planner::test_single_node_clickhouse
70572026-09-06T04:50:09.717Z PASS [ 0.068s] (1262/3472) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_additional_nexus_zones_across_sleds
70582026-09-06T04:50:09.726Z PASS [ 0.068s] (1263/3472) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_internal_dns_zones_across_sleds
70592026-09-06T04:50:09.861Z PASS [ 2.806s] (1264/3472) nexus-reconfigurator-execution sagas::test::test_abandon_orphan_sagas
70602026-09-06T04:50:09.877Z PASS [ 0.162s] (1265/3472) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_cockroach
70612026-09-06T04:50:09.929Z PASS [ 0.067s] (1266/3472) nexus-reconfigurator-planning::mod integration_tests::planner::test_zones_marked_ready_for_cleanup_based_on_inventory
70622026-09-06T04:50:09.962Z PASS [ 0.249s] (1267/3472) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_boundary_ntp
70632026-09-06T04:50:09.988Z PASS [ 0.127s] (1268/3472) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_internal_dns
70642026-09-06T04:50:10.060Z PASS [ 0.334s] (1269/3472) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_crucible_pantry_before_nexus
70652026-09-06T04:50:10.111Z PASS [ 0.412s] (1270/3472) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_all_zones
70662026-09-06T04:50:10.480Z PASS [ 1.355s] (1271/3472) nexus-reconfigurator-planning example::tests::dns_resolution_works
70672026-09-06T04:50:10.690Z PASS [ 0.829s] (1272/3472) nexus-reconfigurator-planning::mod integration_tests::planner::test_zone_update_ordering_respects_dependency_dag
70682026-09-06T04:50:11.775Z PASS [ 30.948s] (1273/3472) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
70692026-09-06T04:50:13.739Z PASS [ 6.220s] (1274/3472) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
70702026-09-06T04:50:17.922Z PASS [ 7.960s] (1275/3472) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
70712026-09-06T04:50:18.045Z PASS [ 7.566s] (1276/3472) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
70722026-09-06T04:50:18.063Z PASS [ 0.017s] (1277/3472) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
70732026-09-06T04:50:19.022Z PASS [ 7.247s] (1278/3472) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation
70742026-09-06T04:50:19.048Z PASS [ 0.027s] (1279/3472) nexus-saga-recovery recovery::test::test_execution_basic
70752026-09-06T04:50:19.075Z PASS [ 0.027s] (1280/3472) nexus-saga-recovery recovery::test::test_plan_basic
70762026-09-06T04:50:19.097Z PASS [ 0.022s] (1281/3472) nexus-saga-recovery recovery::test::test_read_all_from_channel
70772026-09-06T04:50:19.123Z PASS [ 0.026s] (1282/3472) nexus-saga-recovery test::test_basic
70782026-09-06T04:50:19.138Z PASS [ 0.041s] (1283/3472) nexus-switch-config tests::all_problems_are_accumulated
70792026-09-06T04:50:19.148Z PASS [ 0.026s] (1284/3472) nexus-switch-config tests::collapse_bgp_configs_marks_only_conflicting_switches
70802026-09-06T04:50:19.152Z PASS [ 0.027s] (1285/3472) nexus-switch-config tests::collapse_bgp_configs_dedups_one_config_referenced_many_times
70812026-09-06T04:50:19.155Z PASS [ 0.031s] (1286/3472) nexus-switch-config tests::empty_port_list_is_reported
70822026-09-06T04:50:19.158Z PASS [ 0.034s] (1287/3472) nexus-switch-config tests::conflicting_bgp_configs_for_switch_is_reported
70832026-09-06T04:50:19.161Z PASS [ 0.022s] (1288/3472) nexus-switch-config tests::illegal_max_paths_is_reported
70842026-09-06T04:50:19.171Z PASS [ 0.022s] (1289/3472) nexus-switch-config tests::malformed_uplink_address_is_reported
70852026-09-06T04:50:19.174Z PASS [ 0.023s] (1290/3472) nexus-switch-config tests::missing_rack_subnet_is_reported
70862026-09-06T04:50:19.180Z PASS [ 0.023s] (1291/3472) nexus-switch-config tests::non_ipv6_rack_subnet_is_reported
70872026-09-06T04:50:19.183Z PASS [ 0.023s] (1292/3472) nexus-switch-config tests::peered_port_requires_switch_bgp_config
70882026-09-06T04:50:19.186Z PASS [ 0.033s] (1293/3472) nexus-switch-config tests::no_silent_port_drops
70892026-09-06T04:50:19.193Z PASS [ 0.020s] (1294/3472) nexus-switch-config tests::peerless_port_needs_no_switch_bgp_config
70902026-09-06T04:50:19.196Z PASS [ 0.025s] (1295/3472) nexus-switch-config tests::peered_port_switch_asn
70912026-09-06T04:50:19.201Z PASS [ 0.022s] (1296/3472) nexus-switch-config tests::unspecified_address_becomes_addrconf_not_a_problem
70922026-09-06T04:50:19.235Z PASS [ 0.034s] (1297/3472) nexus-types alert::power_shelf::tests::psu_inserted_v0_schema
70932026-09-06T04:50:19.256Z PASS [ 0.021s] (1298/3472) nexus-types alert::power_shelf::tests::psu_removed_v0_schema
70942026-09-06T04:50:19.274Z PASS [ 0.018s] (1299/3472) nexus-types alert::tests::test_from_str_roundtrips
70952026-09-06T04:50:19.294Z PASS [ 0.019s] (1300/3472) nexus-types alert::tests::test_is_test
70962026-09-06T04:50:19.313Z PASS [ 0.019s] (1301/3472) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
70972026-09-06T04:50:19.336Z PASS [ 0.023s] (1302/3472) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
70982026-09-06T04:50:19.357Z PASS [ 0.021s] (1303/3472) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
70992026-09-06T04:50:19.378Z PASS [ 0.021s] (1304/3472) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
71002026-09-06T04:50:19.400Z PASS [ 0.022s] (1305/3472) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
71012026-09-06T04:50:19.420Z PASS [ 0.020s] (1306/3472) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
71022026-09-06T04:50:19.443Z PASS [ 0.022s] (1307/3472) nexus-types deployment::blueprint_diff::tests::modified_update_disposition_rendering
71032026-09-06T04:50:19.469Z PASS [ 0.026s] (1308/3472) nexus-types deployment::network_resources::tests::adding_a_resource_without_the_other_passes
71042026-09-06T04:50:19.492Z PASS [ 0.020s] (1309/3472) nexus-types deployment::network_resources::tests::display
71052026-09-06T04:50:19.511Z PASS [ 0.021s] (1310/3472) nexus-types deployment::network_resources::tests::external_ip_consistent_with_nic_passes
71062026-09-06T04:50:19.531Z PASS [ 0.019s] (1311/3472) nexus-types deployment::network_resources::tests::external_ip_without_matching_nic_family_fails
71072026-09-06T04:50:19.540Z PASS [ 29.529s] (1312/3472) nexus-reconfigurator-execution dns::test::test_dns_stale_blueprint_does_not_overwrite
71082026-09-06T04:50:19.552Z PASS [ 0.021s] (1313/3472) nexus-types deployment::network_resources::tests::from_private_ip_config_and_accessors
71092026-09-06T04:50:19.575Z PASS [ 0.034s] (1314/3472) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
71102026-09-06T04:50:19.575Z PASS [ 0.034s] (1315/3472) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_empty
71112026-09-06T04:50:19.578Z PASS [ 0.024s] (1316/3472) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_same_inv
71122026-09-06T04:50:19.581Z PASS [ 0.039s] (1317/3472) nexus-types deployment::test::test_serialize_pending_mgs_updates
71132026-09-06T04:50:19.608Z PASS [ 0.032s] (1318/3472) nexus-types fm::analysis_reports::tests::test_log_entry_backwards_compat_event_only
71142026-09-06T04:50:19.612Z PASS [ 0.030s] (1319/3472) nexus-types fm::analysis_reports::tests::test_log_entry_display_colored
71152026-09-06T04:50:19.612Z PASS [ 0.035s] (1320/3472) nexus-types fm::analysis_reports::tests::test_analysis_report_display_full
71162026-09-06T04:50:19.612Z PASS [ 0.036s] (1321/3472) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_with_cases
71172026-09-06T04:50:19.633Z PASS [ 0.025s] (1322/3472) nexus-types fm::analysis_reports::tests::test_log_entry_display_multiline_comment
71182026-09-06T04:50:19.633Z PASS [ 0.023s] (1323/3472) nexus-types fm::analysis_reports::tests::test_log_entry_display_nested_values
71192026-09-06T04:50:19.636Z PASS [ 0.026s] (1324/3472) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_extra_fields
71202026-09-06T04:50:19.639Z PASS [ 0.027s] (1325/3472) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_varied_types
71212026-09-06T04:50:19.656Z PASS [ 0.022s] (1326/3472) nexus-types fm::analysis_reports::tests::test_log_entry_roundtrip
71222026-09-06T04:50:19.659Z PASS [ 0.022s] (1327/3472) nexus-types fm::config::tests::test_history_pruning_threshold_must_be_less_than_sitrep_limit
71232026-09-06T04:50:19.663Z PASS [ 0.025s] (1328/3472) nexus-types fm::case::tests::test_case_display_colored
71242026-09-06T04:50:19.666Z PASS [ 0.030s] (1329/3472) nexus-types fm::case::tests::test_case_display
71252026-09-06T04:50:19.678Z PASS [ 0.022s] (1330/3472) nexus-types fm::config::tests::test_min_history_pruning_threshold
71262026-09-06T04:50:19.685Z PASS [ 0.025s] (1331/3472) nexus-types fm::config::tests::test_min_sitrep_limit
71272026-09-06T04:50:19.688Z PASS [ 0.024s] (1332/3472) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_disabled
71282026-09-06T04:50:19.688Z PASS [ 0.024s] (1333/3472) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_enabled
71292026-09-06T04:50:19.704Z PASS [ 0.026s] (1334/3472) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
71302026-09-06T04:50:19.723Z PASS [ 0.038s] (1335/3472) nexus-types quiesce::test::test_drained_blueprint
71312026-09-06T04:50:19.723Z PASS [ 0.038s] (1336/3472) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
71322026-09-06T04:50:19.727Z PASS [ 0.038s] (1337/3472) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
71332026-09-06T04:50:19.733Z PASS [ 0.028s] (1338/3472) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
71342026-09-06T04:50:19.752Z PASS [ 0.029s] (1339/3472) nexus-types quiesce::test::test_quiesce_block_on_reassignment
71352026-09-06T04:50:19.759Z PASS [ 0.036s] (1340/3472) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
71362026-09-06T04:50:19.763Z PASS [ 0.028s] (1341/3472) nexus-types quiesce::test::test_quiesce_block_on_saga_started
71372026-09-06T04:50:19.763Z PASS [ 0.036s] (1342/3472) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
71382026-09-06T04:50:19.781Z PASS [ 0.029s] (1343/3472) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
71392026-09-06T04:50:19.787Z PASS [ 0.027s] (1344/3472) nexus-types quiesce::test::test_quiesce_noop
71402026-09-06T04:50:19.798Z PASS [ 0.037s] (1345/3472) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
71412026-09-06T04:50:19.815Z PASS [ 0.052s] (1346/3472) nexus-types support_bundle::tests::bundle_data_selection_serde_round_trip
71422026-09-06T04:50:19.964Z PASS [ 0.165s] (1347/3472) nexus-types::read_series collection_mismatch
71432026-09-06T04:50:19.967Z PASS [ 0.150s] (1348/3472) nexus-types::read_series external_dns_mismatch
71442026-09-06T04:50:19.967Z PASS [ 0.183s] (1349/3472) nexus-types::read_series blueprint_mismatch
71452026-09-06T04:50:19.999Z PASS [ 2.076s] (1350/3472) nexus-reconfigurator-rendezvous sled_blueprint_availability::tests::equal_generation_different_availability_left_untouched
71462026-09-06T04:50:20.026Z PASS [ 0.027s] (1351/3472) nexus-types::read_series malformed_json
71472026-09-06T04:50:20.029Z PASS [ 0.028s] (1352/3472) nexus-types::read_series no_inputs
71482026-09-06T04:50:20.029Z PASS [ 0.243s] (1353/3472) nexus-types::read_series blueprint_source_reconciliation
71492026-09-06T04:50:20.086Z PASS [ 0.057s] (1354/3472) nexus-types-versions impls::alert::tests::test_webhook_subscription_validation
71502026-09-06T04:50:20.101Z PASS [ 0.138s] (1355/3472) nexus-types::read_series identical_inputs
71512026-09-06T04:50:20.107Z PASS [ 0.021s] (1356/3472) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_explicit_null_fields
71522026-09-06T04:50:20.111Z PASS [ 0.147s] (1357/3472) nexus-types::read_series internal_dns_mismatch
71532026-09-06T04:50:20.125Z PASS [ 0.024s] (1358/3472) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_multicast_ip
71542026-09-06T04:50:20.130Z PASS [ 0.023s] (1359/3472) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_source_ip
71552026-09-06T04:50:20.130Z PASS [ 0.104s] (1360/3472) nexus-types::read_series single_input_happy_path
71562026-09-06T04:50:20.134Z PASS [ 0.023s] (1361/3472) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_mixed_null_and_values
71572026-09-06T04:50:20.145Z PASS [ 0.019s] (1362/3472) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_multicast_ip
71582026-09-06T04:50:20.154Z PASS [ 0.024s] (1363/3472) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_all_fields
71592026-09-06T04:50:20.157Z PASS [ 0.025s] (1364/3472) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_source_ips
71602026-09-06T04:50:20.160Z PASS [ 0.023s] (1365/3472) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_empty_source_ips
71612026-09-06T04:50:20.163Z PASS [ 0.018s] (1366/3472) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_without_optional_fields
71622026-09-06T04:50:20.167Z PASS [ 0.141s] (1367/3472) nexus-types::read_series target_missing_from_its_own_file
71632026-09-06T04:50:20.173Z PASS [ 0.019s] (1368/3472) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_clear_source_ips
71642026-09-06T04:50:20.177Z PASS [ 0.022s] (1369/3472) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_omit_all_fields
71652026-09-06T04:50:20.180Z PASS [ 0.020s] (1370/3472) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_update_source_ips
71662026-09-06T04:50:20.183Z PASS [ 0.021s] (1371/3472) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v4
71672026-09-06T04:50:20.186Z PASS [ 0.018s] (1372/3472) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v6
71682026-09-06T04:50:20.189Z PASS [ 0.016s] (1373/3472) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v4
71692026-09-06T04:50:20.197Z PASS [ 0.019s] (1374/3472) nexus-types-versions impls::policy::tests::test_policy_parsing
71702026-09-06T04:50:20.200Z PASS [ 0.023s] (1375/3472) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v6
71712026-09-06T04:50:20.206Z PASS [ 0.023s] (1376/3472) nexus-types-versions v2026_03_06_01::tests::test_switch_slot_to_string_and_back_again
71722026-09-06T04:50:20.209Z PASS [ 0.023s] (1377/3472) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_numbered_preserves_fields
71732026-09-06T04:50:20.213Z PASS [ 0.021s] (1378/3472) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_unnumbered_preserves_fields
71742026-09-06T04:50:20.216Z PASS [ 0.217s] (1379/3472) nexus-types::read_series overlapping_inputs_order_independent
71752026-09-06T04:50:20.219Z PASS [ 0.020s] (1380/3472) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_numbered
71762026-09-06T04:50:20.223Z PASS [ 0.023s] (1381/3472) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_unnumbered
71772026-09-06T04:50:20.226Z PASS [ 0.019s] (1382/3472) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_numbered
71782026-09-06T04:50:20.229Z PASS [ 0.020s] (1383/3472) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_sentinel_becomes_none
71792026-09-06T04:50:20.232Z PASS [ 0.022s] (1384/3472) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_unnumbered
71802026-09-06T04:50:20.237Z PASS [ 0.021s] (1385/3472) nexus-types-versions v2026_04_16_00::networking::tests::test_invalid_router_peer_type_try_from_old_representation
71812026-09-06T04:50:20.240Z PASS [ 0.021s] (1386/3472) nexus-types-versions v2026_04_16_00::networking::tests::test_valid_router_peer_type_try_from_old_representation
71822026-09-06T04:50:20.247Z PASS [ 0.249s] (1387/3472) nexus-types::read_series multiple_latest_candidates
71832026-09-06T04:50:20.276Z PASS [ 1.080s] (1388/3472) nexus-test-utils test::test_suite_password_matches_hash
71842026-09-06T04:50:20.285Z PASS [ 0.062s] (1389/3472) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
71852026-09-06T04:50:20.297Z PASS [ 0.071s] (1390/3472) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
71862026-09-06T04:50:20.300Z PASS [ 0.070s] (1391/3472) omicron-certificates tests::test_cert_extended_key_usage
71872026-09-06T04:50:20.303Z PASS [ 0.068s] (1392/3472) omicron-certificates tests::test_common_name_is_validated
71882026-09-06T04:50:20.303Z PASS [ 0.064s] (1393/3472) omicron-certificates tests::test_subject_alternate_names_are_validated
71892026-09-06T04:50:20.337Z PASS [ 0.060s] (1394/3472) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
71902026-09-06T04:50:20.503Z PASS [ 0.538s] (1395/3472) nexus-types::read_series intended_blueprint_warning
71912026-09-06T04:50:21.307Z PASS [ 0.804s] (1396/3472) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
71922026-09-06T04:50:22.040Z PASS [ 0.733s] (1397/3472) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
71932026-09-06T04:50:22.049Z PASS [ 8.311s] (1398/3472) nexus-reconfigurator-rendezvous local_storage_unencrypted_dataset::tests::proptest_reconciliation
71942026-09-06T04:50:22.703Z PASS [ 0.653s] (1399/3472) omicron-cockroach-admin context::tests::test_node_id
71952026-09-06T04:50:22.722Z PASS [ 0.019s] (1400/3472) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
71962026-09-06T04:50:22.726Z PASS [ 0.022s] (1401/3472) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
71972026-09-06T04:50:22.733Z PASS [ 0.031s] (1402/3472) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
71982026-09-06T04:50:22.737Z PASS [ 0.015s] (1403/3472) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
71992026-09-06T04:50:22.741Z PASS [ 0.016s] (1404/3472) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
72002026-09-06T04:50:22.747Z PASS [ 0.014s] (1405/3472) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
72012026-09-06T04:50:22.751Z PASS [ 0.014s] (1406/3472) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
72022026-09-06T04:50:22.756Z PASS [ 0.015s] (1407/3472) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
72032026-09-06T04:50:22.763Z PASS [ 0.016s] (1408/3472) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
72042026-09-06T04:50:22.767Z PASS [ 0.016s] (1409/3472) omicron-common address::test::test_dns_subnets
72052026-09-06T04:50:22.772Z PASS [ 0.016s] (1410/3472) omicron-common address::test::test_ip_range_checks_non_decreasing
72062026-09-06T04:50:22.780Z PASS [ 0.017s] (1411/3472) omicron-common address::test::test_ip_range_enum_deserialization
72072026-09-06T04:50:22.783Z PASS [ 0.015s] (1412/3472) omicron-common address::test::test_ip_range_iter
72082026-09-06T04:50:22.787Z PASS [ 0.015s] (1413/3472) omicron-common address::test::test_ip_range_length
72092026-09-06T04:50:22.795Z PASS [ 0.014s] (1414/3472) omicron-common address::test::test_ip_range_try_from
72102026-09-06T04:50:22.798Z PASS [ 0.014s] (1415/3472) omicron-common address::test::test_ipv6_ssm_allocatable_range
72112026-09-06T04:50:22.804Z PASS [ 0.017s] (1416/3472) omicron-common address::test::test_ipv6_subnet_deserialize
72122026-09-06T04:50:22.809Z PASS [ 0.015s] (1417/3472) omicron-common address::test::test_sled_address
72132026-09-06T04:50:22.812Z PASS [ 0.016s] (1418/3472) omicron-common address::test::test_ssm_address_classification
72142026-09-06T04:50:22.817Z PASS [ 0.114s] (1419/3472) omicron-cockroach-metrics tests::test_cluster_client_caching
72152026-09-06T04:50:22.819Z PASS [ 0.014s] (1420/3472) omicron-common api::external::error::test::test_bail_unless
72162026-09-06T04:50:22.824Z PASS [ 0.015s] (1421/3472) omicron-common api::external::error::test::test_context
72172026-09-06T04:50:22.829Z PASS [ 0.017s] (1422/3472) omicron-common api::external::http_pagination::test::test_pagination_examples
72182026-09-06T04:50:22.836Z PASS [ 0.019s] (1423/3472) omicron-common api::external::http_pagination::test::test_pagination_schemas
72192026-09-06T04:50:22.839Z PASS [ 0.019s] (1424/3472) omicron-common api::external::http_pagination::test::test_scan_by_id
72202026-09-06T04:50:22.842Z PASS [ 0.016s] (1425/3472) omicron-common api::external::http_pagination::test::test_scan_by_name
72212026-09-06T04:50:22.846Z PASS [ 0.016s] (1426/3472) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
72222026-09-06T04:50:22.853Z PASS [ 0.017s] (1427/3472) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
72232026-09-06T04:50:22.856Z PASS [ 0.018s] (1428/3472) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
72242026-09-06T04:50:22.859Z PASS [ 0.019s] (1429/3472) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
72252026-09-06T04:50:22.862Z PASS [ 0.017s] (1430/3472) omicron-common api::external::test::test_bytecount
72262026-09-06T04:50:22.870Z PASS [ 0.017s] (1431/3472) omicron-common api::external::test::test_bytecount_display
72272026-09-06T04:50:22.873Z PASS [ 0.017s] (1432/3472) omicron-common api::external::test::test_digest
72282026-09-06T04:50:22.878Z PASS [ 0.018s] (1433/3472) omicron-common api::external::test::test_firewall_deserialization
72292026-09-06T04:50:22.887Z PASS [ 0.016s] (1434/3472) omicron-common api::external::test::test_firewall_rule_proto_filter_from_api_string
72302026-09-06T04:50:22.890Z PASS [ 0.027s] (1435/3472) omicron-common api::external::test::test_firewall_rule_host_filter_parse
72312026-09-06T04:50:22.894Z PASS [ 0.017s] (1436/3472) omicron-common api::external::test::test_hostname_from_str
72322026-09-06T04:50:22.900Z PASS [ 0.026s] (1437/3472) omicron-common api::external::test::test_firewall_rule_target_parse
72332026-09-06T04:50:22.904Z PASS [ 0.015s] (1438/3472) omicron-common api::external::test::test_ip_port_range_from_str
72342026-09-06T04:50:22.907Z PASS [ 0.014s] (1439/3472) omicron-common api::external::test::test_ip_port_range_into_str
72352026-09-06T04:50:22.909Z PASS [ 0.015s] (1440/3472) omicron-common api::external::test::test_ipv6_net_operations
72362026-09-06T04:50:22.916Z PASS [ 0.016s] (1441/3472) omicron-common api::external::test::test_mac_system_iterator
72372026-09-06T04:50:22.920Z PASS [ 0.016s] (1442/3472) omicron-common api::external::test::test_mac_to_int_conversions
72382026-09-06T04:50:22.923Z PASS [ 0.016s] (1443/3472) omicron-common api::external::test::test_macaddr
72392026-09-06T04:50:22.927Z PASS [ 0.016s] (1444/3472) omicron-common api::external::test::test_name_parse
72402026-09-06T04:50:22.932Z PASS [ 0.016s] (1445/3472) omicron-common api::external::test::test_name_parse_from_param
72412026-09-06T04:50:22.935Z PASS [ 0.015s] (1446/3472) omicron-common api::external::test::test_resource_name_parse
72422026-09-06T04:50:22.942Z PASS [ 0.022s] (1447/3472) omicron-common api::external::test::test_route_destination_parse
72432026-09-06T04:50:22.945Z PASS [ 31.254s] (1448/3472) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
72442026-09-06T04:50:22.949Z PASS [ 0.016s] (1449/3472) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
72452026-09-06T04:50:22.952Z PASS [ 0.017s] (1450/3472) omicron-common api::external::test::test_semver_serialize
72462026-09-06T04:50:22.952Z PASS [ 0.026s] (1451/3472) omicron-common api::external::test::test_route_target_parse
72472026-09-06T04:50:22.956Z PASS [ 0.014s] (1452/3472) omicron-common api::internal::shared::tests::test_delegated_zvol_device_name
72482026-09-06T04:50:22.963Z PASS [ 0.019s] (1453/3472) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
72492026-09-06T04:50:22.967Z PASS [ 0.020s] (1454/3472) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
72502026-09-06T04:50:22.967Z PASS [ 0.021s] (1455/3472) omicron-common disk::tests::parse_dataset_name
72512026-09-06T04:50:22.967Z PASS [ 0.021s] (1456/3472) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
72522026-09-06T04:50:22.967Z PASS [ 0.015s] (1457/3472) omicron-common zpool_name::test::test_parse_internal_zpool_name
72532026-09-06T04:50:22.970Z PASS [ 0.019s] (1458/3472) omicron-common zpool_name::test::test_parse_external_zpool_name
72542026-09-06T04:50:22.970Z PASS [ 0.019s] (1459/3472) omicron-common zpool_name::test::test_parse_bad_zpool_names
72552026-09-06T04:50:22.973Z PASS [ 0.014s] (1460/3472) omicron-common zpool_name::test::test_parse_zpool_name_json
72562026-09-06T04:50:22.978Z PASS [ 0.015s] (1461/3472) omicron-common zpool_name::test::test_zpool_name_regex
72572026-09-06T04:50:23.021Z PASS [ 2.724s] (1462/3472) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
72582026-09-06T04:50:23.057Z PASS [ 0.091s] (1463/3472) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
72592026-09-06T04:50:23.092Z PASS [ 0.035s] (1464/3472) omicron-gateway management_switch::location_map::tests::test_config_validation
72602026-09-06T04:50:23.098Z PASS [ 0.041s] (1465/3472) omicron-gateway management_switch::location_map::tests::test_resolve_location
72612026-09-06T04:50:23.124Z PASS [ 0.031s] (1466/3472) omicron-gateway::test_all integration_tests::config::read_production_smf_config
72622026-09-06T04:50:23.134Z PASS [ 0.156s] (1467/3472) omicron-dev::test-omicron-dev test_omicron_dev_no_args
72632026-09-06T04:50:23.256Z PASS [ 0.199s] (1468/3472) omicron-gateway::test_all integration_tests::component_list::component_list
72642026-09-06T04:50:23.288Z PASS [ 0.189s] (1469/3472) omicron-gateway::test_all integration_tests::ereports::ereports_basic
72652026-09-06T04:50:23.307Z PASS [ 0.020s] (1470/3472) omicron-ledger test::test_commit_handles_write_failures
72662026-09-06T04:50:23.313Z PASS [ 0.189s] (1471/3472) omicron-gateway::test_all integration_tests::ereports::ereports_commit
72672026-09-06T04:50:23.326Z PASS [ 0.019s] (1472/3472) omicron-ledger test::test_create_default_ledger
72682026-09-06T04:50:23.337Z PASS [ 0.024s] (1473/3472) omicron-ledger test::test_create_ledger_reads_from_storage
72692026-09-06T04:50:23.342Z PASS [ 0.207s] (1474/3472) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
72702026-09-06T04:50:23.345Z PASS [ 0.019s] (1475/3472) omicron-ledger test::test_create_ledger_reads_latest_from_storage
72712026-09-06T04:50:23.349Z PASS [ 0.213s] (1476/3472) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
72722026-09-06T04:50:23.352Z PASS [ 0.016s] (1477/3472) omicron-ls-apis api_metadata::tests::from_raw_collects_multiple_errors
72732026-09-06T04:50:23.356Z PASS [ 0.221s] (1478/3472) omicron-gateway::test_all integration_tests::ereports::ereports_limit
72742026-09-06T04:50:23.359Z PASS [ 0.016s] (1479/3472) omicron-ls-apis api_metadata::tests::load_errors_display_lists_every_error
72752026-09-06T04:50:23.362Z PASS [ 0.016s] (1480/3472) omicron-ls-apis workspaces::test::find_prebuilt_repo_commits_multiple_prebuilts_different_commits
72762026-09-06T04:50:23.366Z PASS [ 0.015s] (1481/3472) omicron-ls-apis workspaces::test::find_prebuilt_repo_commits_repo_absent
72772026-09-06T04:50:23.369Z PASS [ 0.015s] (1482/3472) omicron-ls-apis workspaces::test::find_prebuilt_repo_commits_success
72782026-09-06T04:50:23.443Z PASS [ 0.187s] (1483/3472) omicron-gateway::test_all integration_tests::task_dump::task_dump
72792026-09-06T04:50:23.488Z PASS [ 0.353s] (1484/3472) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
72802026-09-06T04:50:23.533Z PASS [ 0.045s] (1485/3472) omicron-nexus app::alert::tests::test_alert_class_list
72812026-09-06T04:50:23.939Z PASS [ 3.602s] (1486/3472) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
72822026-09-06T04:50:24.856Z PASS [ 2.815s] (1487/3472) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
72832026-09-06T04:50:24.952Z PASS [ 6.906s] (1488/3472) nexus-reconfigurator-rendezvous sled_blueprint_availability::tests::proptest_reconciliation
72842026-09-06T04:50:25.010Z PASS [ 5.469s] (1489/3472) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
72852026-09-06T04:50:29.812Z PASS [ 59.586s] (1490/3472) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
72862026-09-06T04:50:29.833Z PASS [ 6.812s] (1491/3472) omicron-dev::test-omicron-dev test_run_all
72872026-09-06T04:50:30.945Z PASS [ 7.006s] (1492/3472) omicron-nexus app::background::driver::test::test_driver_basic
72882026-09-06T04:50:32.542Z PASS [ 9.009s] (1493/3472) omicron-nexus app::background::driver::test::test_activation_in_progress
72892026-09-06T04:50:32.546Z PASS [ 7.687s] (1494/3472) omicron-nexus app::background::init::test::test_dns_propagation_basic
72902026-09-06T04:50:32.587Z PASS [ 0.044s] (1495/3472) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_adds_entries
72912026-09-06T04:50:32.591Z PASS [ 2.777s] (1496/3472) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
72922026-09-06T04:50:32.634Z PASS [ 0.046s] (1497/3472) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_removes_entries
72932026-09-06T04:50:32.675Z PASS [ 0.042s] (1498/3472) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_works_with_empty_sets
72942026-09-06T04:50:32.717Z PASS [ 0.042s] (1499/3472) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_leaves_valid_entries
72952026-09-06T04:50:32.756Z PASS [ 0.039s] (1500/3472) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_modifies_changed_entries
72962026-09-06T04:50:33.299Z SLOW [>180.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
72972026-09-06T04:50:34.218Z PASS [ 10.862s] (1501/3472) omicron-ls-apis::test_dependencies test_api_check
72982026-09-06T04:50:34.453Z PASS [ 9.501s] (1502/3472) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
72992026-09-06T04:50:35.024Z PASS [ 11.662s] (1503/3472) omicron-ls-apis::test_dependencies test_deployment_unit_dag_edges
73002026-09-06T04:50:35.822Z PASS [ 12.464s] (1504/3472) omicron-ls-apis::test_dependencies test_api_dependencies
73012026-09-06T04:50:37.763Z PASS [ 3.310s] (1505/3472) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_activation
73022026-09-06T04:50:38.818Z PASS [ 2.996s] (1506/3472) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_retention_days_overflow
73032026-09-06T04:50:39.188Z PASS [ 6.645s] (1507/3472) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
73042026-09-06T04:50:39.325Z PASS [ 9.492s] (1508/3472) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
73052026-09-06T04:50:40.328Z PASS [ 9.382s] (1509/3472) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
73062026-09-06T04:50:40.925Z PASS [ 3.161s] (1510/3472) omicron-nexus app::background::tasks::audit_log_timeout_incomplete::tests::test_audit_log_timeout_incomplete_activation
73072026-09-06T04:50:44.000Z PASS [ 3.075s] (1511/3472) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
73082026-09-06T04:50:44.025Z PASS [ 3.697s] (1512/3472) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
73092026-09-06T04:50:44.247Z PASS [ 11.658s] (1513/3472) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
73102026-09-06T04:50:46.154Z PASS [ 6.966s] (1514/3472) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
73112026-09-06T04:50:46.208Z PASS [ 0.054s] (1515/3472) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
73122026-09-06T04:50:46.549Z PASS [ 7.730s] (1516/3472) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
73132026-09-06T04:50:47.079Z PASS [ 3.080s] (1517/3472) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
73142026-09-06T04:50:47.141Z PASS [ 3.116s] (1518/3472) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
73152026-09-06T04:50:47.817Z PASS [ 8.492s] (1519/3472) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
73162026-09-06T04:50:48.280Z PASS [ 15.524s] (1520/3472) omicron-nexus app::background::tasks::attached_subnets::test::test_attached_subnet_manager
73172026-09-06T04:50:49.454Z PASS [ 26.397s] (1521/3472) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
73182026-09-06T04:50:52.610Z PASS [ 6.402s] (1522/3472) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
73192026-09-06T04:50:53.259Z PASS [ 6.710s] (1523/3472) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
73202026-09-06T04:50:53.515Z PASS [ 6.435s] (1524/3472) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
73212026-09-06T04:50:53.940Z PASS [ 6.799s] (1525/3472) omicron-nexus app::background::tasks::dns_config::test::test_basic
73222026-09-06T04:50:54.693Z PASS [ 6.875s] (1526/3472) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
73232026-09-06T04:50:54.745Z PASS [ 6.465s] (1527/3472) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
73242026-09-06T04:50:56.813Z PASS [ 3.297s] (1528/3472) omicron-nexus app::background::tasks::fm_analysis::tests::test_analysis_respects_sitrep_limit
73252026-09-06T04:50:57.083Z PASS [ 3.142s] (1529/3472) omicron-nexus app::background::tasks::fm_analysis::tests::test_check_sitrep_limit
73262026-09-06T04:50:57.983Z PASS [ 3.238s] (1530/3472) omicron-nexus app::background::tasks::fm_analysis::tests::test_prepare_inputs_observes_alert_markers
73272026-09-06T04:50:57.997Z PASS [ 3.304s] (1531/3472) omicron-nexus app::background::tasks::fm_analysis::tests::test_inventory_staleness_check
73282026-09-06T04:50:58.811Z PASS [ 6.201s] (1532/3472) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion_stale_restart_id
73292026-09-06T04:50:59.790Z PASS [ 2.978s] (1533/3472) omicron-nexus app::background::tasks::fm_config_load::test::test_load_fm_config
73302026-09-06T04:50:59.917Z PASS [ 6.658s] (1534/3472) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
73312026-09-06T04:51:00.323Z PASS [ 3.240s] (1535/3472) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests
73322026-09-06T04:51:01.188Z PASS [ 3.204s] (1536/3472) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests_aborted_when_sitrep_is_stale
73332026-09-06T04:51:01.284Z PASS [ 3.287s] (1537/3472) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_bundle_requests_aborted_when_sitrep_is_stale
73342026-09-06T04:51:02.007Z PASS [ 3.196s] (1538/3472) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen
73352026-09-06T04:51:03.001Z PASS [ 3.210s] (1539/3472) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen_across_sitreps
73362026-09-06T04:51:03.275Z PASS [ 3.358s] (1540/3472) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests
73372026-09-06T04:51:03.427Z PASS [ 3.104s] (1541/3472) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests_capacity_error
73382026-09-06T04:51:04.428Z PASS [ 3.240s] (1542/3472) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_gc_deletes_sitreps_pruned_from_history
73392026-09-06T04:51:04.664Z PASS [ 3.380s] (1543/3472) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc
73402026-09-06T04:51:05.920Z PASS [ 3.913s] (1544/3472) omicron-nexus app::background::tasks::fm_sitrep_history_pruner::tests::test_history_pruning
73412026-09-06T04:51:06.262Z PASS [ 2.987s] (1545/3472) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps
73422026-09-06T04:51:13.624Z PASS [ 9.195s] (1546/3472) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
73432026-09-06T04:51:14.075Z PASS [ 11.074s] (1547/3472) omicron-nexus app::background::tasks::fm_sitrep_history_pruner::tests::test_history_pruning_batched
73442026-09-06T04:51:15.162Z PASS [ 9.241s] (1548/3472) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
73452026-09-06T04:51:17.169Z PASS [ 3.094s] (1549/3472) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
73462026-09-06T04:51:17.213Z PASS [ 0.045s] (1550/3472) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_no_sources
73472026-09-06T04:51:17.256Z PASS [ 0.043s] (1551/3472) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_with_any_source_member
73482026-09-06T04:51:17.299Z PASS [ 0.043s] (1552/3472) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_with_specific_sources
73492026-09-06T04:51:17.340Z PASS [ 0.040s] (1553/3472) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_ignores_has_any_source_member
73502026-09-06T04:51:17.381Z PASS [ 0.041s] (1554/3472) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_with_sources
73512026-09-06T04:51:17.420Z PASS [ 0.039s] (1555/3472) omicron-nexus app::background::tasks::multicast::tests::test_admin_scope_xor_folding
73522026-09-06T04:51:17.462Z PASS [ 0.041s] (1556/3472) omicron-nexus app::background::tasks::multicast::tests::test_bounded_preservation_prefix_48
73532026-09-06T04:51:17.498Z PASS [ 0.037s] (1557/3472) omicron-nexus app::background::tasks::multicast::tests::test_documented_examples
73542026-09-06T04:51:17.532Z PASS [ 0.034s] (1558/3472) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_edge_cases
73552026-09-06T04:51:17.572Z PASS [ 0.040s] (1559/3472) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_to_underlay_ipv6
73562026-09-06T04:51:17.658Z PASS [ 0.085s] (1560/3472) omicron-nexus app::background::tasks::multicast::tests::test_prefix_preservation_hash_space_for_large_sets
73572026-09-06T04:51:17.698Z PASS [ 0.040s] (1561/3472) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_ipv4_too_small
73582026-09-06T04:51:17.739Z PASS [ 0.041s] (1562/3472) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_success_larger_prefix
73592026-09-06T04:51:17.779Z PASS [ 0.040s] (1563/3472) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_salt_uniqueness
73602026-09-06T04:51:17.813Z PASS [ 0.034s] (1564/3472) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_scope_differentiation
73612026-09-06T04:51:17.846Z PASS [ 0.032s] (1565/3472) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_xor_fold_math
73622026-09-06T04:51:17.886Z PASS [ 0.041s] (1566/3472) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_64bit_ipv4_placement
73632026-09-06T04:51:17.925Z PASS [ 0.038s] (1567/3472) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_changes_output
73642026-09-06T04:51:17.962Z PASS [ 0.038s] (1568/3472) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_deterministic
73652026-09-06T04:51:18.003Z PASS [ 0.040s] (1569/3472) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_full_coverage_within_8bits
73662026-09-06T04:51:18.043Z PASS [ 0.040s] (1570/3472) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_ipv4_changes_output
73672026-09-06T04:51:18.084Z PASS [ 0.041s] (1571/3472) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_stays_within_prefix
73682026-09-06T04:51:18.127Z PASS [ 0.043s] (1572/3472) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_already_admin_scoped
73692026-09-06T04:51:18.161Z PASS [ 0.035s] (1573/3472) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_global_to_admin_scoped
73702026-09-06T04:51:18.199Z PASS [ 0.038s] (1574/3472) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_site_local_to_admin_scoped
73712026-09-06T04:51:18.239Z PASS [ 0.039s] (1575/3472) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_already_admin_scoped
73722026-09-06T04:51:18.281Z PASS [ 0.042s] (1576/3472) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_site_local_to_admin_scoped
73732026-09-06T04:51:18.321Z PASS [ 0.040s] (1577/3472) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_distinguishes_scopes
73742026-09-06T04:51:18.356Z PASS [ 0.034s] (1578/3472) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_with_64bit_prefix
73752026-09-06T04:51:18.453Z PASS [ 12.190s] (1579/3472) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
73762026-09-06T04:51:20.999Z PASS [ 7.375s] (1580/3472) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
73772026-09-06T04:51:21.269Z PASS [ 6.107s] (1581/3472) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
73782026-09-06T04:51:21.549Z PASS [ 16.885s] (1582/3472) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
73792026-09-06T04:51:26.076Z PASS [ 7.720s] (1583/3472) omicron-nexus app::background::tasks::populate_switch_ports::tests::test_switch1_comes_up_late
73802026-09-06T04:51:27.388Z PASS [ 23.960s] (1584/3472) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
73812026-09-06T04:51:27.859Z PASS [ 6.590s] (1585/3472) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
73822026-09-06T04:51:28.057Z PASS [ 9.604s] (1586/3472) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
73832026-09-06T04:51:28.156Z PASS [ 6.606s] (1587/3472) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
73842026-09-06T04:51:32.653Z PASS [ 6.577s] (1588/3472) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
73852026-09-06T04:51:33.301Z SLOW [>240.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
73862026-09-06T04:51:34.340Z PASS [ 6.953s] (1589/3472) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
73872026-09-06T04:51:34.411Z PASS [ 6.353s] (1590/3472) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
73882026-09-06T04:51:34.749Z PASS [ 6.889s] (1591/3472) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
73892026-09-06T04:51:34.890Z PASS [ 6.735s] (1592/3472) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
73902026-09-06T04:51:39.195Z PASS [ 6.542s] (1593/3472) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
73912026-09-06T04:51:39.919Z PASS [ 18.920s] (1594/3472) omicron-nexus app::background::tasks::reconfigurator_config::test::test_background_tasks_enable_disable
73922026-09-06T04:51:40.640Z PASS [ 6.300s] (1595/3472) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
73932026-09-06T04:51:41.915Z PASS [ 7.024s] (1596/3472) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
73942026-09-06T04:51:42.383Z PASS [ 2.463s] (1597/3472) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
73952026-09-06T04:51:43.300Z PASS [ 8.889s] (1598/3472) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
73962026-09-06T04:51:44.344Z PASS [ 9.595s] (1599/3472) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
73972026-09-06T04:51:44.348Z PASS [ 2.430s] (1600/3472) omicron-nexus app::background::tasks::saga_recovery::test::test_recovery_failure_without_sec_does_not_abandon_saga
73982026-09-06T04:51:44.874Z PASS [ 2.491s] (1601/3472) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
73992026-09-06T04:51:45.681Z PASS [ 2.381s] (1602/3472) omicron-nexus app::background::tasks::saga_recovery::test::test_transient_recovery_failure_does_not_abandon_saga
74002026-09-06T04:51:45.853Z PASS [ 6.658s] (1603/3472) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
74012026-09-06T04:51:46.810Z PASS [ 2.467s] (1604/3472) omicron-nexus app::background::tasks::saga_recovery::test::test_unrecoverable_saga_is_abandoned
74022026-09-06T04:51:47.336Z PASS [ 2.991s] (1605/3472) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_activation
74032026-09-06T04:51:47.763Z PASS [ 2.886s] (1606/3472) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_respects_limit
74042026-09-06T04:51:48.176Z PASS [ 7.535s] (1607/3472) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
74052026-09-06T04:51:53.392Z PASS [ 7.710s] (1608/3472) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
74062026-09-06T04:51:53.730Z PASS [ 7.877s] (1609/3472) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
74072026-09-06T04:51:53.848Z PASS [ 7.037s] (1610/3472) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
74082026-09-06T04:51:54.578Z PASS [ 6.817s] (1611/3472) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
74092026-09-06T04:51:54.700Z PASS [ 6.524s] (1612/3472) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
74102026-09-06T04:51:55.073Z PASS [ 7.737s] (1613/3472) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
74112026-09-06T04:52:00.336Z PASS [ 6.488s] (1614/3472) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
74122026-09-06T04:52:02.083Z PASS [ 8.692s] (1615/3472) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
74132026-09-06T04:52:02.130Z PASS [ 0.047s] (1616/3472) omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
74142026-09-06T04:52:02.178Z PASS [ 0.048s] (1617/3472) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_desired_blueprint_is_strictly_older
74152026-09-06T04:52:02.226Z PASS [ 0.048s] (1618/3472) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_everything_matches
74162026-09-06T04:52:02.271Z PASS [ 0.045s] (1619/3472) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_blueprints_equal_and_nat_differs_at_gen_1
74172026-09-06T04:52:02.315Z PASS [ 0.044s] (1620/3472) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_current_has_no_blueprint_config
74182026-09-06T04:52:02.360Z PASS [ 0.045s] (1621/3472) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_desired_blueprint_is_newer_and_nat_differs
74192026-09-06T04:52:02.407Z PASS [ 0.048s] (1622/3472) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_nat_matches_but_rnc_differs
74202026-09-06T04:52:02.588Z PASS [ 0.181s] (1623/3472) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
74212026-09-06T04:52:02.714Z PASS [ 8.982s] (1624/3472) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
74222026-09-06T04:52:02.734Z PASS [ 8.034s] (1625/3472) omicron-nexus app::background::tasks::support_bundle_collector::test::test_per_bundle_data_selection
74232026-09-06T04:52:02.738Z PASS [ 0.150s] (1626/3472) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
74242026-09-06T04:52:02.766Z PASS [ 8.188s] (1627/3472) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
74252026-09-06T04:52:02.827Z PASS [ 0.090s] (1628/3472) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
74262026-09-06T04:52:02.831Z PASS [ 0.063s] (1629/3472) omicron-nexus app::crucible::test::single_upstairs_health_ro_basic
74272026-09-06T04:52:02.866Z PASS [ 0.153s] (1630/3472) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
74282026-09-06T04:52:02.869Z PASS [ 0.039s] (1631/3472) omicron-nexus app::crucible::test::single_upstairs_health_rw_basic
74292026-09-06T04:52:02.869Z PASS [ 0.039s] (1632/3472) omicron-nexus app::crucible::test::single_upstairs_health_rw_live_repair_in_progress
74302026-09-06T04:52:02.925Z PASS [ 0.059s] (1633/3472) omicron-nexus app::crucible::test::single_upstairs_health_rw_one_live_repair
74312026-09-06T04:52:02.932Z PASS [ 0.065s] (1634/3472) omicron-nexus app::crucible::test::single_upstairs_health_rw_one_stopping
74322026-09-06T04:52:02.936Z PASS [ 0.068s] (1635/3472) omicron-nexus app::crucible::test::single_upstairs_health_rw_only_two_present_and_active
74332026-09-06T04:52:02.959Z PASS [ 0.034s] (1636/3472) omicron-nexus app::crucible::test::single_upstairs_health_rw_reconciliation
74342026-09-06T04:52:02.971Z PASS [ 7.898s] (1637/3472) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
74352026-09-06T04:52:02.993Z PASS [ 0.061s] (1638/3472) omicron-nexus app::crucible::test::single_upstairs_health_rw_replace
74362026-09-06T04:52:02.998Z PASS [ 0.062s] (1639/3472) omicron-nexus app::crucible::test::single_upstairs_health_rw_two_live_repair
74372026-09-06T04:52:03.014Z PASS [ 0.055s] (1640/3472) omicron-nexus app::crucible::test::upstairs_health_search
74382026-09-06T04:52:03.046Z PASS [ 0.053s] (1641/3472) omicron-nexus app::deployment::tests::test_reject_update_requests_if_system_is_not_updateable
74392026-09-06T04:52:03.049Z PASS [ 0.051s] (1642/3472) omicron-nexus app::deployment::tests::test_target_release_for_mupdate_recovery_after_noop_conversion
74402026-09-06T04:52:03.060Z PASS [ 0.046s] (1643/3472) omicron-nexus app::deployment::tests::test_validate_can_set_target_release_for_mupdate_recovery
74412026-09-06T04:52:03.095Z PASS [ 0.049s] (1644/3472) omicron-nexus app::deployment::tests::test_version_number_ordering_requirements_for_update
74422026-09-06T04:52:03.129Z PASS [ 0.034s] (1645/3472) omicron-nexus app::external_client::test::test_ensure_external_url_allows_domain_hosts
74432026-09-06T04:52:03.145Z PASS [ 0.174s] (1646/3472) omicron-nexus app::deployment::tests::test_debug_files
74442026-09-06T04:52:03.163Z PASS [ 0.034s] (1647/3472) omicron-nexus app::external_client::test::test_ensure_external_url_allows_external_ipv6_hosts
74452026-09-06T04:52:03.180Z PASS [ 0.035s] (1648/3472) omicron-nexus app::external_client::test::test_ensure_external_url_allows_hostless_urls
74462026-09-06T04:52:03.200Z PASS [ 0.037s] (1649/3472) omicron-nexus app::external_client::test::test_ensure_external_url_allows_ipv4_hosts
74472026-09-06T04:52:03.213Z PASS [ 0.032s] (1650/3472) omicron-nexus app::external_client::test::test_ensure_external_url_allows_loopback_for_tests
74482026-09-06T04:52:03.235Z PASS [ 0.035s] (1651/3472) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_bootstrap_network
74492026-09-06T04:52:03.238Z PASS [ 0.188s] (1652/3472) omicron-nexus app::external_client::test::test_domain_resolving_to_permitted_address_is_connected
74502026-09-06T04:52:03.242Z PASS [ 0.182s] (1653/3472) omicron-nexus app::external_client::test::test_domain_resolving_to_underlay_is_rejected
74512026-09-06T04:52:03.248Z PASS [ 0.032s] (1654/3472) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_ip_hosts_before_rack_init
74522026-09-06T04:52:03.259Z PASS [ 0.524s] (1655/3472) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
74532026-09-06T04:52:03.333Z PASS [ 0.098s] (1656/3472) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_loopback
74542026-09-06T04:52:03.363Z PASS [ 0.124s] (1657/3472) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_underlay_ipv6_hosts
74552026-09-06T04:52:03.368Z PASS [ 0.126s] (1658/3472) omicron-nexus app::external_client::test::test_loopback_policy_does_not_weaken_underlay_check
74562026-09-06T04:52:03.414Z PASS [ 0.155s] (1659/3472) omicron-nexus app::external_client::test::test_redirect_to_permitted_target_is_followed
74572026-09-06T04:52:03.417Z PASS [ 0.083s] (1660/3472) omicron-nexus app::external_client::test::test_redirect_to_underlay_is_rejected
74582026-09-06T04:52:03.437Z PASS [ 0.075s] (1661/3472) omicron-nexus app::external_client::test::test_underlay_redirect_rejected_even_with_policy_none
74592026-09-06T04:52:03.441Z PASS [ 0.073s] (1662/3472) omicron-nexus app::external_client::test::test_wrapped_policy_none_stops_at_permitted_target
74602026-09-06T04:52:03.515Z PASS [ 0.270s] (1663/3472) omicron-nexus app::external_client::test::test_redirect_to_domain_resolving_to_underlay_is_rejected
74612026-09-06T04:52:03.554Z PASS [ 0.038s] (1664/3472) omicron-nexus app::external_endpoints::test::test_no_endpoint
74622026-09-06T04:52:03.570Z PASS [ 0.153s] (1665/3472) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
74632026-09-06T04:52:03.592Z PASS [ 0.038s] (1666/3472) omicron-nexus app::instance::tests::test_instance_create_propagates_enable_jumbo_frames
74642026-09-06T04:52:03.596Z PASS [ 0.153s] (1667/3472) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
74652026-09-06T04:52:03.609Z PASS [ 0.039s] (1668/3472) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
74662026-09-06T04:52:03.665Z PASS [ 0.073s] (1669/3472) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
74672026-09-06T04:52:03.697Z PASS [ 0.102s] (1670/3472) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
74682026-09-06T04:52:03.702Z PASS [ 0.093s] (1671/3472) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
74692026-09-06T04:52:03.705Z PASS [ 0.039s] (1672/3472) omicron-nexus app::instance::tests::test_multicast_plan_skips_joins_for_unchanged_filters
74702026-09-06T04:52:03.739Z PASS [ 0.042s] (1673/3472) omicron-nexus app::instance::tests::test_multicast_plan_snapshots_sources_only_for_rewritten_groups
74712026-09-06T04:52:03.760Z PASS [ 0.346s] (1674/3472) omicron-nexus app::external_endpoints::test::test_authority
74722026-09-06T04:52:03.787Z PASS [ 0.085s] (1675/3472) omicron-nexus app::instance::tests::test_multicast_plan_tracks_created_groups
74732026-09-06T04:52:03.804Z PASS [ 0.100s] (1676/3472) omicron-nexus app::instance::tests::test_primary_nic_mtu_for_jumbo_frames
74742026-09-06T04:52:03.815Z PASS [ 0.055s] (1677/3472) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
74752026-09-06T04:52:03.819Z PASS [ 0.079s] (1678/3472) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
74762026-09-06T04:52:03.832Z PASS [ 0.045s] (1679/3472) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
74772026-09-06T04:52:03.845Z PASS [ 0.041s] (1680/3472) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described
74782026-09-06T04:52:03.913Z PASS [ 0.097s] (1681/3472) omicron-nexus app::instance_platform::cpu_platform::test::turin_v2_is_as_described
74792026-09-06T04:52:03.939Z PASS [ 0.107s] (1682/3472) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_other_admin_scoped_subnets
74802026-09-06T04:52:03.942Z PASS [ 0.095s] (1683/3472) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_site_local_ipv6
74812026-09-06T04:52:03.955Z PASS [ 0.042s] (1684/3472) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_valid_ipv4_asm
74822026-09-06T04:52:04.037Z PASS [ 0.098s] (1685/3472) omicron-nexus app::ip_pool::tests::test_validate_multicast_ipv6_ssm_boundaries
74832026-09-06T04:52:04.043Z PASS [ 0.087s] (1686/3472) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_full_underlay_subnet
74842026-09-06T04:52:04.046Z PASS [ 0.104s] (1687/3472) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_asm_ssm_spanning_range
74852026-09-06T04:52:04.077Z PASS [ 0.040s] (1688/3472) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_link_local_ipv4
74862026-09-06T04:52:04.126Z PASS [ 0.083s] (1689/3472) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_range_overlapping_underlay
74872026-09-06T04:52:04.145Z PASS [ 0.067s] (1690/3472) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_underlay_ipv6_range
74882026-09-06T04:52:04.149Z PASS [ 0.101s] (1691/3472) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_reserved_ipv4_ssm
74892026-09-06T04:52:04.167Z PASS [ 0.041s] (1692/3472) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_unusable_ipv6_scopes
74902026-09-06T04:52:04.189Z PASS [ 0.043s] (1693/3472) omicron-nexus app::multicast::tests::test_is_ssm_address
74912026-09-06T04:52:04.192Z PASS [ 0.044s] (1694/3472) omicron-nexus app::multicast::tests::test_generate_group_name_from_ip
74922026-09-06T04:52:04.204Z PASS [ 0.037s] (1695/3472) omicron-nexus app::multicast::tests::test_validate_member_source_ips
74932026-09-06T04:52:04.470Z PASS [ 1.032s] (1696/3472) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
74942026-09-06T04:52:04.510Z PASS [ 0.040s] (1697/3472) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
74952026-09-06T04:52:07.736Z PASS [ 7.400s] (1698/3472) omicron-nexus app::background::tasks::support_bundle_collector::test::test_trace_file_generated
74962026-09-06T04:52:10.459Z PASS [ 6.640s] (1699/3472) omicron-nexus app::ip_pool::tests::test_ip_pool_service_add_range_requires_single_pool
74972026-09-06T04:52:11.414Z PASS [ 7.224s] (1700/3472) omicron-nexus app::quiesce::test::test_quiesce_full
74982026-09-06T04:52:11.443Z PASS [ 7.254s] (1701/3472) omicron-nexus app::quiesce::test::test_quiesce_easy
74992026-09-06T04:52:14.207Z PASS [ 9.697s] (1702/3472) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
75002026-09-06T04:52:17.424Z PASS [ 13.219s] (1703/3472) omicron-nexus app::quiesce::test::test_quiesce_multi
75012026-09-06T04:52:21.085Z PASS [ 9.641s] (1704/3472) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
75022026-09-06T04:52:22.055Z PASS [ 14.319s] (1705/3472) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind
75032026-09-06T04:52:24.690Z PASS [ 14.231s] (1706/3472) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind_idempotently
75042026-09-06T04:52:25.925Z PASS [ 14.511s] (1707/3472) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_actions_succeed_idempotently
75052026-09-06T04:52:26.833Z PASS [ 9.408s] (1708/3472) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
75062026-09-06T04:52:28.346Z PASS [ 14.138s] (1709/3472) omicron-nexus app::sagas::disk_create::test::test_saga_read_only_disk_basic_usage_succeeds
75072026-09-06T04:52:30.822Z PASS [ 9.737s] (1710/3472) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_sled
75082026-09-06T04:52:31.840Z PASS [ 9.785s] (1711/3472) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_zpool
75092026-09-06T04:52:33.302Z SLOW [>300.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
75102026-09-06T04:52:34.568Z PASS [ 9.878s] (1712/3472) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
75112026-09-06T04:52:37.666Z PASS [ 304.370s] (1713/3472) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
75122026-09-06T04:52:40.118Z PASS [ 14.193s] (1714/3472) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
75132026-09-06T04:52:40.906Z PASS [ 14.074s] (1715/3472) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
75142026-09-06T04:52:42.569Z PASS [ 14.223s] (1716/3472) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
75152026-09-06T04:52:43.100Z PASS [ 12.277s] (1717/3472) omicron-nexus app::sagas::instance_create::tests::test_actions_succeed_idempotently
75162026-09-06T04:52:43.116Z PASS [ 11.276s] (1718/3472) omicron-nexus app::sagas::instance_create::tests::test_saga_basic_usage_succeeds
75172026-09-06T04:52:46.137Z PASS [ 11.569s] (1719/3472) omicron-nexus app::sagas::instance_delete::tests::test_actions_succeed_idempotently
75182026-09-06T04:52:49.131Z PASS [ 11.465s] (1720/3472) omicron-nexus app::sagas::instance_delete::tests::test_saga_basic_usage_succeeds
75192026-09-06T04:52:51.009Z PASS [ 10.890s] (1721/3472) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
75202026-09-06T04:52:51.298Z PASS [ 10.391s] (1722/3472) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
75212026-09-06T04:52:53.364Z PASS [ 10.796s] (1723/3472) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
75222026-09-06T04:52:53.978Z PASS [ 10.862s] (1724/3472) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
75232026-09-06T04:52:54.059Z PASS [ 10.959s] (1725/3472) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
75242026-09-06T04:52:57.713Z PASS [ 11.575s] (1726/3472) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
75252026-09-06T04:52:59.086Z PASS [ 9.954s] (1727/3472) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
75262026-09-06T04:53:00.919Z PASS [ 9.621s] (1728/3472) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
75272026-09-06T04:53:02.867Z PASS [ 9.502s] (1729/3472) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
75282026-09-06T04:53:02.867Z PASS [ 11.858s] (1730/3472) omicron-nexus app::sagas::instance_start::test::test_cannot_start_local_storage_disk_gone
75292026-09-06T04:53:06.795Z PASS [ 12.816s] (1731/3472) omicron-nexus app::sagas::instance_update::test::destroyed_update_can_complete_with_dead_switch
75302026-09-06T04:53:07.716Z PASS [ 13.656s] (1732/3472) omicron-nexus app::sagas::instance_update::test::migration_update_can_complete_with_dead_switch
75312026-09-06T04:53:09.573Z PASS [ 10.486s] (1733/3472) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
75322026-09-06T04:53:11.029Z PASS [ 10.110s] (1734/3472) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
75332026-09-06T04:53:15.294Z PASS [ 12.426s] (1735/3472) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
75342026-09-06T04:53:18.612Z PASS [ 11.818s] (1736/3472) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
75352026-09-06T04:53:19.752Z PASS [ 12.036s] (1737/3472) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
75362026-09-06T04:53:22.646Z PASS [ 11.617s] (1738/3472) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
75372026-09-06T04:53:27.546Z PASS [ 12.251s] (1739/3472) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
75382026-09-06T04:53:31.474Z PASS [ 11.722s] (1740/3472) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
75392026-09-06T04:53:34.611Z PASS [ 36.898s] (1741/3472) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
75402026-09-06T04:53:34.946Z PASS [ 12.300s] (1742/3472) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
75412026-09-06T04:53:43.166Z PASS [ 11.692s] (1743/3472) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
75422026-09-06T04:53:46.598Z PASS [ 11.987s] (1744/3472) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
75432026-09-06T04:53:53.241Z PASS [ 50.374s] (1745/3472) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
75442026-09-06T04:53:54.714Z PASS [ 11.548s] (1746/3472) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
75452026-09-06T04:53:56.480Z PASS [ 28.935s] (1747/3472) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
75462026-09-06T04:53:57.740Z PASS [ 48.166s] (1748/3472) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
75472026-09-06T04:53:58.544Z PASS [ 11.946s] (1749/3472) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
75482026-09-06T04:54:06.032Z PASS [ 11.318s] (1750/3472) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
75492026-09-06T04:54:08.678Z PASS [ 12.198s] (1751/3472) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
75502026-09-06T04:54:10.620Z PASS [ 12.076s] (1752/3472) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
75512026-09-06T04:54:18.615Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
75522026-09-06T04:54:20.184Z PASS [ 11.506s] (1753/3472) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
75532026-09-06T04:54:22.402Z PASS [ 11.781s] (1754/3472) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
75542026-09-06T04:54:24.293Z PASS [ 65.680s] (1755/3472) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
75552026-09-06T04:54:25.005Z PASS [ 50.057s] (1756/3472) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
75562026-09-06T04:54:25.258Z PASS [ 32.016s] (1757/3472) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
75572026-09-06T04:54:31.498Z PASS [ 6.493s] (1758/3472) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_params_serialization
75582026-09-06T04:54:32.563Z PASS [ 10.161s] (1759/3472) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
75592026-09-06T04:54:33.147Z PASS [ 7.889s] (1760/3472) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_accepts_active_rejects_terminal_state
75602026-09-06T04:54:34.983Z PASS [ 10.688s] (1761/3472) omicron-nexus app::sagas::instance_update::test::test_start_saga_fails_when_instance_deleted
75612026-09-06T04:54:35.005Z PASS [ 14.806s] (1762/3472) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
75622026-09-06T04:54:38.005Z PASS [ 6.508s] (1763/3472) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_dag_structure
75632026-09-06T04:54:39.232Z PASS [ 6.668s] (1764/3472) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_handles_missing_groups
75642026-09-06T04:54:40.253Z PASS [ 7.106s] (1765/3472) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
75652026-09-06T04:54:41.952Z PASS [ 6.969s] (1766/3472) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
75662026-09-06T04:54:42.852Z PASS [ 45.112s] (1767/3472) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
75672026-09-06T04:54:44.497Z PASS [ 6.491s] (1768/3472) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
75682026-09-06T04:54:45.377Z PASS [ 10.386s] (1769/3472) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
75692026-09-06T04:54:47.238Z PASS [ 6.985s] (1770/3472) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
75702026-09-06T04:54:50.056Z PASS [ 10.824s] (1771/3472) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
75712026-09-06T04:54:50.736Z PASS [ 44.703s] (1772/3472) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
75722026-09-06T04:54:50.783Z PASS [ 0.047s] (1773/3472) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
75732026-09-06T04:54:56.293Z PASS [ 14.342s] (1774/3472) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
75742026-09-06T04:54:56.682Z PASS [ 6.626s] (1775/3472) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
75752026-09-06T04:54:57.106Z PASS [ 14.252s] (1776/3472) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
75762026-09-06T04:54:58.785Z PASS [ 14.286s] (1777/3472) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
75772026-09-06T04:55:03.527Z PASS [ 14.270s] (1778/3472) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
75782026-09-06T04:55:03.621Z PASS [ 14.434s] (1779/3472) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
75792026-09-06T04:55:04.868Z PASS [ 14.085s] (1780/3472) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
75802026-09-06T04:55:07.266Z PASS [ 10.163s] (1781/3472) omicron-nexus app::sagas::subnet_attach::test::detaching_all_instance_subnets_does_not_delete_subnets
75812026-09-06T04:55:08.791Z PASS [ 10.008s] (1782/3472) omicron-nexus app::sagas::subnet_attach::test::test_actions_succeed_idempotently
75822026-09-06T04:55:09.202Z PASS [ 12.521s] (1783/3472) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
75832026-09-06T04:55:09.708Z PASS [ 10.061s] (1784/3472) omicron-nexus app::sagas::subnet_attach::test::test_saga_basic_usage_succeeds
75842026-09-06T04:55:10.686Z PASS [ 14.393s] (1785/3472) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
75852026-09-06T04:55:12.135Z PASS [ 10.463s] (1786/3472) omicron-nexus app::sagas::subnet_detach::test::test_actions_succeed_idempotently
75862026-09-06T04:55:13.839Z PASS [ 6.572s] (1787/3472) omicron-nexus app::sagas::test_saga::test_saga_stuck
75872026-09-06T04:55:15.085Z PASS [ 10.217s] (1788/3472) omicron-nexus app::sagas::subnet_detach::test::test_saga_basic_usage_succeeds
75882026-09-06T04:55:17.404Z PASS [ 8.613s] (1789/3472) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
75892026-09-06T04:55:17.420Z PASS [ 8.217s] (1790/3472) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
75902026-09-06T04:55:17.849Z PASS [ 8.141s] (1791/3472) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
75912026-09-06T04:55:18.536Z PASS [ 7.849s] (1792/3472) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
75922026-09-06T04:55:19.687Z PASS [ 7.551s] (1793/3472) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
75932026-09-06T04:55:21.866Z PASS [ 8.028s] (1794/3472) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
75942026-09-06T04:55:23.025Z PASS [ 7.939s] (1795/3472) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
75952026-09-06T04:55:23.805Z PASS [ 6.385s] (1796/3472) omicron-nexus app::update::test::test_contact_support_healthy_system
75962026-09-06T04:55:24.324Z PASS [ 6.474s] (1797/3472) omicron-nexus app::update::test::test_contact_support_healthy_zpools_unhealthy_services
75972026-09-06T04:55:24.361Z PASS [ 6.956s] (1798/3472) omicron-nexus app::update::test::test_contact_support_all_unhealthy
75982026-09-06T04:55:24.911Z PASS [ 6.375s] (1799/3472) omicron-nexus app::update::test::test_contact_support_missing_sleds
75992026-09-06T04:55:26.233Z PASS [ 6.546s] (1800/3472) omicron-nexus app::update::test::test_contact_support_mixed_propolis_and_other_services
76002026-09-06T04:55:28.192Z PASS [ 6.326s] (1801/3472) omicron-nexus app::update::test::test_contact_support_only_propolis_services
76012026-09-06T04:55:29.673Z PASS [ 6.648s] (1802/3472) omicron-nexus app::update::test::test_contact_support_services_errors_only
76022026-09-06T04:55:30.366Z PASS [ 6.561s] (1803/3472) omicron-nexus app::update::test::test_contact_support_stuck_saga
76032026-09-06T04:55:31.056Z PASS [ 6.732s] (1804/3472) omicron-nexus app::update::test::test_contact_support_stuck_update
76042026-09-06T04:55:31.056Z PASS [ 6.695s] (1805/3472) omicron-nexus app::update::test::test_contact_support_target_recently_requested_stale_blueprint
76052026-09-06T04:55:31.168Z PASS [ 0.112s] (1806/3472) omicron-nexus app::update::test::test_problems_healthy_system
76062026-09-06T04:55:31.171Z PASS [ 0.112s] (1807/3472) omicron-nexus app::update::test::test_problems_all_unhealthy
76072026-09-06T04:55:31.286Z PASS [ 0.117s] (1808/3472) omicron-nexus app::update::test::test_problems_stale_inventory
76082026-09-06T04:55:31.286Z PASS [ 0.118s] (1809/3472) omicron-nexus app::update::test::test_problems_missing_sleds
76092026-09-06T04:55:31.401Z PASS [ 0.115s] (1810/3472) omicron-nexus app::update::test::test_problems_stuck_sagas_and_unhealthy_zpools
76102026-09-06T04:55:31.401Z PASS [ 0.115s] (1811/3472) omicron-nexus app::update::test::test_problems_stuck_sagas
76112026-09-06T04:55:31.508Z PASS [ 0.106s] (1812/3472) omicron-nexus app::update::test::test_problems_stuck_update
76122026-09-06T04:55:31.511Z PASS [ 0.108s] (1813/3472) omicron-nexus app::update::test::test_problems_stuck_sagas_error_message
76132026-09-06T04:55:31.606Z PASS [ 0.098s] (1814/3472) omicron-nexus app::update::test::test_problems_target_recently_requested_stale_blueprint
76142026-09-06T04:55:31.610Z PASS [ 0.100s] (1815/3472) omicron-nexus app::update::test::test_problems_unhealthy_services
76152026-09-06T04:55:31.668Z PASS [ 6.757s] (1816/3472) omicron-nexus app::update::test::test_contact_support_target_set_but_components_on_old_version
76162026-09-06T04:55:31.685Z PASS [ 0.079s] (1817/3472) omicron-nexus app::update::test::test_problems_unhealthy_services_command_error
76172026-09-06T04:55:31.695Z PASS [ 0.085s] (1818/3472) omicron-nexus app::update::test::test_problems_unhealthy_services_errors_only
76182026-09-06T04:55:31.728Z PASS [ 0.059s] (1819/3472) omicron-nexus app::update::test::test_problems_unhealthy_services_only_propolis
76192026-09-06T04:55:31.749Z PASS [ 0.064s] (1820/3472) omicron-nexus app::update::test::test_problems_unhealthy_services_propolis_and_other
76202026-09-06T04:55:31.758Z PASS [ 0.063s] (1821/3472) omicron-nexus app::update::test::test_problems_unhealthy_svcs_not_in_maintenace
76212026-09-06T04:55:31.790Z PASS [ 0.062s] (1822/3472) omicron-nexus app::update::test::test_problems_unhealthy_zpools
76222026-09-06T04:55:31.807Z PASS [ 0.058s] (1823/3472) omicron-nexus app::update::test::test_problems_update_in_progress_not_stuck_is_not_a_problem
76232026-09-06T04:55:31.833Z PASS [ 0.043s] (1824/3472) omicron-nexus external_api::console_api::test::test_accept_gz
76242026-09-06T04:55:31.848Z PASS [ 0.041s] (1825/3472) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
76252026-09-06T04:55:31.871Z PASS [ 0.038s] (1826/3472) omicron-nexus external_api::console_api::test::test_find_file_404_on_illegal_segment
76262026-09-06T04:55:31.889Z PASS [ 0.040s] (1827/3472) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
76272026-09-06T04:55:31.908Z PASS [ 0.037s] (1828/3472) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
76282026-09-06T04:55:31.933Z PASS [ 0.044s] (1829/3472) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
76292026-09-06T04:55:31.949Z PASS [ 0.041s] (1830/3472) omicron-nexus external_api::console_api::test::test_find_file_finds_file
76302026-09-06T04:55:31.977Z PASS [ 0.044s] (1831/3472) omicron-nexus external_api::console_api::test::test_find_file_race_does_not_escape_root
76312026-09-06T04:55:31.990Z PASS [ 0.041s] (1832/3472) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
76322026-09-06T04:55:32.017Z PASS [ 0.041s] (1833/3472) omicron-nexus external_api::console_api::test::test_relative_uri
76332026-09-06T04:55:32.973Z PASS [ 6.740s] (1834/3472) omicron-nexus app::update::test::test_contact_support_unhealthy_svcs_not_in_maintenace
76342026-09-06T04:55:33.034Z PASS [ 1.276s] (1835/3472) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
76352026-09-06T04:55:34.453Z PASS [ 6.260s] (1836/3472) omicron-nexus app::update::test::test_contact_support_unhealthy_zpools_and_services
76362026-09-06T04:55:36.132Z PASS [ 6.459s] (1837/3472) omicron-nexus app::update::test::test_contact_support_unhealthy_zpools_healthy_services
76372026-09-06T04:55:36.678Z PASS [ 6.311s] (1838/3472) omicron-nexus app::update::test::test_contact_support_update_in_progress
76382026-09-06T04:55:38.702Z PASS [ 6.684s] (1839/3472) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
76392026-09-06T04:55:39.505Z PASS [ 6.531s] (1840/3472) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
76402026-09-06T04:55:42.234Z PASS [ 9.200s] (1841/3472) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
76412026-09-06T04:55:43.912Z PASS [ 9.460s] (1842/3472) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
76422026-09-06T04:55:45.228Z PASS [ 8.549s] (1843/3472) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
76432026-09-06T04:55:48.002Z PASS [ 9.300s] (1844/3472) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
76442026-09-06T04:55:48.273Z PASS [ 16.282s] (1845/3472) omicron-nexus populate::test::test_populators
76452026-09-06T04:55:48.897Z PASS [ 9.392s] (1846/3472) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
76462026-09-06T04:55:50.168Z PASS [ 14.036s] (1847/3472) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
76472026-09-06T04:55:52.051Z PASS [ 6.824s] (1848/3472) omicron-nexus::test_all integration_tests::alerts::test_alert_list_and_view
76482026-09-06T04:55:52.580Z PASS [ 8.668s] (1849/3472) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
76492026-09-06T04:55:55.343Z PASS [ 7.069s] (1850/3472) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_access_token_auth
76502026-09-06T04:55:55.581Z PASS [ 7.576s] (1851/3472) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
76512026-09-06T04:55:56.382Z PASS [ 14.147s] (1852/3472) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
76522026-09-06T04:55:56.806Z PASS [ 1.227s] (1853/3472) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
76532026-09-06T04:55:57.082Z PASS [ 0.276s] (1854/3472) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
76542026-09-06T04:55:57.572Z PASS [ 1.190s] (1855/3472) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
76552026-09-06T04:56:01.301Z PASS [ 9.249s] (1856/3472) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
76562026-09-06T04:56:02.380Z PASS [ 7.000s] (1857/3472) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_scim_token_auth
76572026-09-06T04:56:02.454Z PASS [ 12.286s] (1858/3472) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
76582026-09-06T04:56:02.625Z PASS [ 10.042s] (1859/3472) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
76592026-09-06T04:56:03.953Z PASS [ 6.871s] (1860/3472) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
76602026-09-06T04:56:04.388Z PASS [ 6.815s] (1861/3472) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
76612026-09-06T04:56:08.363Z PASS [ 7.062s] (1862/3472) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
76622026-09-06T04:56:09.130Z PASS [ 6.506s] (1863/3472) omicron-nexus::test_all integration_tests::basic::test_basic_failures
76632026-09-06T04:56:09.453Z PASS [ 7.110s] (1864/3472) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
76642026-09-06T04:56:09.683Z PASS [ 7.228s] (1865/3472) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
76652026-09-06T04:56:10.707Z PASS [ 6.318s] (1866/3472) omicron-nexus::test_all integration_tests::basic::test_ping
76662026-09-06T04:56:14.041Z PASS [ 10.088s] (1867/3472) omicron-nexus::test_all integration_tests::basic::test_gzip_compression
76672026-09-06T04:56:15.949Z PASS [ 6.495s] (1868/3472) omicron-nexus::test_all integration_tests::bfd::test_empty_bfd_status
76682026-09-06T04:56:16.319Z PASS [ 6.635s] (1869/3472) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
76692026-09-06T04:56:17.331Z PASS [ 6.624s] (1870/3472) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
76702026-09-06T04:56:17.379Z PASS [ 9.016s] (1871/3472) omicron-nexus::test_all integration_tests::basic::test_projects_basic
76712026-09-06T04:56:19.585Z PASS [ 10.455s] (1872/3472) omicron-nexus::test_all integration_tests::basic::test_projects_list
76722026-09-06T04:56:20.222Z PASS [ 6.181s] (1873/3472) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
76732026-09-06T04:56:22.169Z PASS [ 6.220s] (1874/3472) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
76742026-09-06T04:56:22.637Z PASS [ 6.317s] (1875/3472) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
76752026-09-06T04:56:23.631Z PASS [ 6.251s] (1876/3472) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
76762026-09-06T04:56:24.428Z PASS [ 0.783s] (1877/3472) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
76772026-09-06T04:56:24.648Z PASS [ 7.312s] (1878/3472) omicron-nexus::test_all integration_tests::certificates::test_crud
76782026-09-06T04:56:24.826Z PASS [ 0.182s] (1879/3472) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
76792026-09-06T04:56:25.206Z PASS [ 0.784s] (1880/3472) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
76802026-09-06T04:56:26.776Z PASS [ 6.554s] (1881/3472) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
76812026-09-06T04:56:28.368Z PASS [ 6.199s] (1882/3472) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
76822026-09-06T04:56:28.940Z PASS [ 6.304s] (1883/3472) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
76832026-09-06T04:56:28.945Z PASS [ 9.361s] (1884/3472) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
76842026-09-06T04:56:29.698Z PASS [ 40.799s] (1885/3472) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
76852026-09-06T04:56:31.152Z PASS [ 6.327s] (1886/3472) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
76862026-09-06T04:56:31.328Z PASS [ 6.131s] (1887/3472) omicron-nexus::test_all integration_tests::console_api::test_assets
76872026-09-06T04:56:33.044Z PASS [ 6.268s] (1888/3472) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
76882026-09-06T04:56:35.406Z PASS [ 6.460s] (1889/3472) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
76892026-09-06T04:56:36.619Z PASS [ 8.252s] (1890/3472) omicron-nexus::test_all integration_tests::console_api::test_console_pages
76902026-09-06T04:56:37.099Z PASS [ 7.403s] (1891/3472) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
76912026-09-06T04:56:37.349Z PASS [ 8.409s] (1892/3472) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
76922026-09-06T04:56:37.835Z PASS [ 6.296s] (1893/3472) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
76932026-09-06T04:56:38.081Z PASS [ 6.929s] (1894/3472) omicron-nexus::test_all integration_tests::console_api::test_session_me
76942026-09-06T04:56:41.792Z PASS [ 6.386s] (1895/3472) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
76952026-09-06T04:56:42.002Z PASS [ 8.957s] (1896/3472) omicron-nexus::test_all integration_tests::console_api::test_sessions
76962026-09-06T04:56:51.200Z PASS [ 14.100s] (1897/3472) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
76972026-09-06T04:56:51.412Z PASS [ 14.792s] (1898/3472) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
76982026-09-06T04:56:52.629Z PASS [ 15.280s] (1899/3472) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
76992026-09-06T04:56:53.348Z PASS [ 15.724s] (1900/3472) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
77002026-09-06T04:56:56.126Z PASS [ 18.045s] (1901/3472) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
77012026-09-06T04:56:59.582Z PASS [ 17.582s] (1902/3472) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
77022026-09-06T04:57:00.388Z PASS [ 18.595s] (1903/3472) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
77032026-09-06T04:57:07.005Z PASS [ 15.805s] (1904/3472) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
77042026-09-06T04:57:09.371Z PASS [ 17.959s] (1905/3472) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
77052026-09-06T04:57:09.479Z PASS [ 16.850s] (1906/3472) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
77062026-09-06T04:57:10.412Z PASS [ 17.063s] (1907/3472) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
77072026-09-06T04:57:10.565Z PASS [ 10.982s] (1908/3472) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
77082026-09-06T04:57:22.586Z PASS [ 26.460s] (1909/3472) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
77092026-09-06T04:57:26.462Z PASS [ 17.090s] (1910/3472) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
77102026-09-06T04:57:27.061Z PASS [ 17.582s] (1911/3472) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
77112026-09-06T04:57:29.072Z PASS [ 28.685s] (1912/3472) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
77122026-09-06T04:57:29.097Z PASS [ 18.685s] (1913/3472) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
77132026-09-06T04:57:32.739Z PASS [ 6.277s] (1914/3472) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
77142026-09-06T04:57:34.784Z PASS [ 27.778s] (1915/3472) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
77152026-09-06T04:57:36.055Z PASS [ 6.957s] (1916/3472) omicron-nexus::test_all integration_tests::device_auth::test_device_token_cannot_exceed_auth_token_expiration
77162026-09-06T04:57:36.332Z PASS [ 7.260s] (1917/3472) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
77172026-09-06T04:57:39.091Z PASS [ 12.029s] (1918/3472) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
77182026-09-06T04:57:39.659Z PASS [ 6.921s] (1919/3472) omicron-nexus::test_all integration_tests::device_auth::test_device_token_clamps_to_auth_token_when_no_ttl_specified
77192026-09-06T04:57:41.552Z PASS [ 30.987s] (1920/3472) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
77202026-09-06T04:57:42.632Z PASS [ 6.300s] (1921/3472) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
77212026-09-06T04:57:45.799Z PASS [ 11.015s] (1922/3472) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
77222026-09-06T04:57:46.701Z PASS [ 10.646s] (1923/3472) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
77232026-09-06T04:57:48.243Z PASS [ 9.153s] (1924/3472) omicron-nexus::test_all integration_tests::device_auth::test_session_auth_does_not_clamp_device_token_ttl
77242026-09-06T04:57:57.076Z PASS [ 14.443s] (1925/3472) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_image
77252026-09-06T04:57:57.117Z PASS [ 15.564s] (1926/3472) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
77262026-09-06T04:57:59.201Z PASS [ 36.614s] (1927/3472) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
77272026-09-06T04:57:59.803Z PASS [ 11.560s] (1928/3472) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
77282026-09-06T04:58:01.637Z PASS [ 15.838s] (1929/3472) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
77292026-09-06T04:58:02.376Z PASS [ 15.675s] (1930/3472) omicron-nexus::test_all integration_tests::disks::test_delete_local_storage_disk_retries_on_transient_error
77302026-09-06T04:58:03.683Z PASS [ 24.024s] (1931/3472) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
77312026-09-06T04:58:07.868Z PASS [ 10.751s] (1932/3472) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
77322026-09-06T04:58:09.854Z PASS [ 10.051s] (1933/3472) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
77332026-09-06T04:58:11.254Z PASS [ 14.178s] (1934/3472) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
77342026-09-06T04:58:11.841Z PASS [ 10.203s] (1935/3472) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
77352026-09-06T04:58:12.101Z PASS [ 9.724s] (1936/3472) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
77362026-09-06T04:58:12.866Z PASS [ 13.664s] (1937/3472) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
77372026-09-06T04:58:17.846Z PASS [ 9.978s] (1938/3472) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
77382026-09-06T04:58:19.265Z PASS [ 8.011s] (1939/3472) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
77392026-09-06T04:58:19.655Z PASS [ 7.815s] (1940/3472) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
77402026-09-06T04:58:20.043Z PASS [ 10.188s] (1941/3472) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
77412026-09-06T04:58:20.657Z PASS [ 7.791s] (1942/3472) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
77422026-09-06T04:58:21.786Z PASS [ 18.102s] (1943/3472) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
77432026-09-06T04:58:21.837Z PASS [ 9.735s] (1944/3472) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
77442026-09-06T04:58:28.809Z PASS [ 10.963s] (1945/3472) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
77452026-09-06T04:58:30.158Z PASS [ 10.503s] (1946/3472) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
77462026-09-06T04:58:30.738Z PASS [ 10.694s] (1947/3472) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
77472026-09-06T04:58:32.098Z PASS [ 11.441s] (1948/3472) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
77482026-09-06T04:58:33.917Z PASS [ 12.080s] (1949/3472) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
77492026-09-06T04:58:34.058Z PASS [ 12.272s] (1950/3472) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
77502026-09-06T04:58:34.836Z PASS [ 15.570s] (1951/3472) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
77512026-09-06T04:58:39.353Z PASS [ 10.543s] (1952/3472) omicron-nexus::test_all integration_tests::disks::test_list_all_types_of_disk
77522026-09-06T04:58:40.935Z PASS [ 10.197s] (1953/3472) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
77532026-09-06T04:58:42.870Z PASS [ 10.772s] (1954/3472) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
77542026-09-06T04:58:42.885Z PASS [ 12.726s] (1955/3472) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
77552026-09-06T04:58:44.577Z PASS [ 10.659s] (1956/3472) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
77562026-09-06T04:58:45.553Z PASS [ 10.717s] (1957/3472) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
77572026-09-06T04:58:48.511Z PASS [ 14.453s] (1958/3472) omicron-nexus::test_all integration_tests::disks::test_read_only_disk_different_vcr
77582026-09-06T04:58:48.559Z PASS [ 9.206s] (1959/3472) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
77592026-09-06T04:58:49.568Z PASS [ 8.634s] (1960/3472) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
77602026-09-06T04:58:53.522Z PASS [ 10.637s] (1961/3472) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
77612026-09-06T04:58:54.091Z PASS [ 11.220s] (1962/3472) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
77622026-09-06T04:58:54.140Z PASS [ 8.587s] (1963/3472) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_ephemeral_ipv6_address
77632026-09-06T04:58:57.441Z PASS [ 12.865s] (1964/3472) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
77642026-09-06T04:58:57.526Z PASS [ 9.015s] (1965/3472) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_floating_ipv6_address
77652026-09-06T04:58:57.921Z PASS [ 8.353s] (1966/3472) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv4_to_instance_missing_ipv4_stack
77662026-09-06T04:58:58.046Z PASS [ 9.487s] (1967/3472) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
77672026-09-06T04:59:01.931Z PASS [ 8.410s] (1968/3472) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv6_to_instance_missing_ipv6_stack
77682026-09-06T04:59:02.944Z PASS [ 8.854s] (1969/3472) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv4_to_instance_missing_ipv4_stack
77692026-09-06T04:59:02.994Z PASS [ 8.853s] (1970/3472) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv6_to_instance_missing_ipv6_stack
77702026-09-06T04:59:05.795Z PASS [ 8.353s] (1971/3472) omicron-nexus::test_all integration_tests::external_ips::no_automatic_snat_for_ipv6
77712026-09-06T04:59:06.767Z PASS [ 9.241s] (1972/3472) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_detach_requires_version_with_dual_stack
77722026-09-06T04:59:07.163Z PASS [ 9.242s] (1973/3472) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_idempotent_attach_with_exhausted_explicit_pool
77732026-09-06T04:59:07.332Z PASS [ 9.285s] (1974/3472) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_ip_version_conflict
77742026-09-06T04:59:11.394Z PASS [ 9.463s] (1975/3472) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
77752026-09-06T04:59:14.158Z PASS [ 11.214s] (1976/3472) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
77762026-09-06T04:59:14.816Z PASS [ 8.049s] (1977/3472) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
77772026-09-06T04:59:15.775Z PASS [ 8.443s] (1978/3472) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
77782026-09-06T04:59:17.286Z PASS [ 10.122s] (1979/3472) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
77792026-09-06T04:59:17.762Z PASS [ 14.768s] (1980/3472) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
77802026-09-06T04:59:20.032Z PASS [ 14.236s] (1981/3472) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
77812026-09-06T04:59:21.872Z PASS [ 7.713s] (1982/3472) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
77822026-09-06T04:59:22.785Z PASS [ 7.968s] (1983/3472) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
77832026-09-06T04:59:23.520Z PASS [ 7.745s] (1984/3472) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_not_in_pool
77842026-09-06T04:59:23.650Z PASS [ 12.255s] (1985/3472) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
77852026-09-06T04:59:25.259Z PASS [ 7.973s] (1986/3472) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
77862026-09-06T04:59:26.242Z PASS [ 8.479s] (1987/3472) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
77872026-09-06T04:59:27.774Z PASS [ 7.742s] (1988/3472) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
77882026-09-06T04:59:30.003Z PASS [ 8.128s] (1989/3472) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_ip_version_conflict
77892026-09-06T04:59:30.970Z PASS [ 8.186s] (1990/3472) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
77902026-09-06T04:59:33.769Z PASS [ 10.118s] (1991/3472) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_in_another_project
77912026-09-06T04:59:35.260Z PASS [ 11.740s] (1992/3472) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_attached_to_another_instance
77922026-09-06T04:59:35.287Z PASS [ 9.045s] (1993/3472) omicron-nexus::test_all integration_tests::external_subnets::cannot_delete_attached_external_subnet
77932026-09-06T04:59:37.367Z PASS [ 9.594s] (1994/3472) omicron-nexus::test_all integration_tests::external_subnets::cannot_detach_subnet_that_is_not_attached
77942026-09-06T04:59:37.722Z PASS [ 7.722s] (1995/3472) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_basic_crud
77952026-09-06T04:59:38.511Z PASS [ 7.540s] (1996/3472) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_name_conflict
77962026-09-06T04:59:41.107Z PASS [ 7.338s] (1997/3472) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_nonexistent_pool
77972026-09-06T04:59:42.893Z PASS [ 7.632s] (1998/3472) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_unlinked_pool
77982026-09-06T04:59:43.287Z PASS [ 7.999s] (1999/3472) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_pagination
77992026-09-06T04:59:45.471Z PASS [ 20.212s] (2000/3472) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_too_many_subnets
78002026-09-06T04:59:46.299Z PASS [ 8.931s] (2001/3472) omicron-nexus::test_all integration_tests::external_subnets::test_can_attach_external_subnet_to_stopped_instance
78012026-09-06T04:59:47.864Z PASS [ 9.353s] (2002/3472) omicron-nexus::test_all integration_tests::external_subnets::test_limited_collaborator_external_subnet_lifecycle
78022026-09-06T04:59:48.163Z PASS [ 10.440s] (2003/3472) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_attach
78032026-09-06T04:59:55.267Z PASS [ 14.159s] (2004/3472) omicron-nexus::test_all integration_tests::images::test_image_create
78042026-09-06T04:59:57.305Z PASS [ 14.412s] (2005/3472) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
78052026-09-06T04:59:58.607Z PASS [ 15.320s] (2006/3472) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
78062026-09-06T05:00:00.023Z PASS [ 14.551s] (2007/3472) omicron-nexus::test_all integration_tests::images::test_image_promotion
78072026-09-06T05:00:00.607Z PASS [ 14.308s] (2008/3472) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
78082026-09-06T05:00:02.005Z PASS [ 14.140s] (2009/3472) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
78092026-09-06T05:00:02.281Z PASS [ 14.118s] (2010/3472) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
78102026-09-06T05:00:09.409Z PASS [ 14.142s] (2011/3472) omicron-nexus::test_all integration_tests::images::test_project_collaborator_cannot_promote_demote_images
78112026-09-06T05:00:11.401Z PASS [ 14.097s] (2012/3472) omicron-nexus::test_all integration_tests::images::test_project_limited_collaborator_cannot_promote_demote_images
78122026-09-06T05:00:12.973Z PASS [ 3.564s] (2013/3472) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
78132026-09-06T05:00:13.250Z PASS [ 14.624s] (2014/3472) omicron-nexus::test_all integration_tests::images::test_silo_collaborator_can_promote_demote_images
78142026-09-06T05:00:13.924Z PASS [ 13.901s] (2015/3472) omicron-nexus::test_all integration_tests::images::test_silo_image_create
78152026-09-06T05:00:15.061Z PASS [ 3.658s] (2016/3472) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
78162026-09-06T05:00:15.207Z PASS [ 12.925s] (2017/3472) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
78172026-09-06T05:00:15.283Z PASS [ 14.675s] (2018/3472) omicron-nexus::test_all integration_tests::images::test_silo_limited_collaborator_can_promote_demote_images
78182026-09-06T05:00:15.733Z PASS [ 2.760s] (2019/3472) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
78192026-09-06T05:00:16.260Z PASS [ 14.254s] (2020/3472) omicron-nexus::test_all integration_tests::images::test_silo_viewer_cannot_promote_demote_images
78202026-09-06T05:00:19.745Z PASS [ 6.514s] (2021/3472) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
78212026-09-06T05:00:22.897Z PASS [ 8.973s] (2022/3472) omicron-nexus::test_all integration_tests::instances::can_create_instance_with_multiple_nics_and_ephemeral_ip
78222026-09-06T05:00:24.082Z PASS [ 9.022s] (2023/3472) omicron-nexus::test_all integration_tests::instances::cannot_make_new_primary_nic_lacking_ip_stack_for_external_addresses
78232026-09-06T05:00:25.586Z PASS [ 9.853s] (2024/3472) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
78242026-09-06T05:00:27.592Z PASS [ 12.309s] (2025/3472) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
78252026-09-06T05:00:28.072Z PASS [ 11.813s] (2026/3472) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
78262026-09-06T05:00:29.981Z PASS [ 14.774s] (2027/3472) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
78272026-09-06T05:00:30.805Z PASS [ 11.060s] (2028/3472) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
78282026-09-06T05:00:33.428Z PASS [ 7.842s] (2029/3472) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
78292026-09-06T05:00:35.416Z PASS [ 7.824s] (2030/3472) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
78302026-09-06T05:00:38.553Z PASS [ 14.471s] (2031/3472) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
78312026-09-06T05:00:38.681Z PASS [ 7.875s] (2032/3472) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
78322026-09-06T05:00:39.023Z PASS [ 10.951s] (2033/3472) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
78332026-09-06T05:00:39.384Z PASS [ 16.487s] (2034/3472) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
78342026-09-06T05:00:43.062Z PASS [ 13.081s] (2035/3472) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
78352026-09-06T05:00:43.995Z PASS [ 8.579s] (2036/3472) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
78362026-09-06T05:00:46.404Z PASS [ 12.974s] (2037/3472) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
78372026-09-06T05:00:47.185Z PASS [ 8.632s] (2038/3472) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
78382026-09-06T05:00:51.694Z PASS [ 8.632s] (2039/3472) omicron-nexus::test_all integration_tests::instances::test_enable_jumbo_frames_can_be_changed
78392026-09-06T05:00:53.493Z PASS [ 14.812s] (2040/3472) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit
78402026-09-06T05:00:53.675Z PASS [ 14.291s] (2041/3472) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
78412026-09-06T05:00:53.684Z PASS [ 9.688s] (2042/3472) omicron-nexus::test_all integration_tests::instances::test_instance_access
78422026-09-06T05:00:57.032Z PASS [ 10.629s] (2043/3472) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
78432026-09-06T05:00:58.452Z PASS [ 19.429s] (2044/3472) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
78442026-09-06T05:00:59.846Z PASS [ 12.661s] (2045/3472) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
78452026-09-06T05:01:03.471Z PASS [ 11.777s] (2046/3472) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
78462026-09-06T05:01:04.751Z PASS [ 11.067s] (2047/3472) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
78472026-09-06T05:01:05.573Z PASS [ 11.897s] (2048/3472) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
78482026-09-06T05:01:07.747Z PASS [ 14.254s] (2049/3472) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
78492026-09-06T05:01:07.869Z PASS [ 10.837s] (2050/3472) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
78502026-09-06T05:01:08.250Z PASS [ 9.798s] (2051/3472) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
78512026-09-06T05:01:09.641Z PASS [ 9.795s] (2052/3472) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet
78522026-09-06T05:01:14.631Z PASS [ 11.159s] (2053/3472) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
78532026-09-06T05:01:16.229Z PASS [ 8.361s] (2054/3472) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
78542026-09-06T05:01:16.426Z PASS [ 8.678s] (2055/3472) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
78552026-09-06T05:01:16.816Z PASS [ 12.065s] (2056/3472) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
78562026-09-06T05:01:19.225Z PASS [ 10.974s] (2057/3472) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
78572026-09-06T05:01:20.762Z PASS [ 11.121s] (2058/3472) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
78582026-09-06T05:01:23.244Z PASS [ 17.671s] (2059/3472) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
78592026-09-06T05:01:25.696Z PASS [ 11.065s] (2060/3472) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
78602026-09-06T05:01:27.171Z PASS [ 10.745s] (2061/3472) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
78612026-09-06T05:01:27.708Z PASS [ 10.891s] (2062/3472) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
78622026-09-06T05:01:29.013Z PASS [ 12.783s] (2063/3472) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
78632026-09-06T05:01:36.956Z PASS [ 13.712s] (2064/3472) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
78642026-09-06T05:01:40.825Z PASS [ 13.654s] (2065/3472) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
78652026-09-06T05:01:41.277Z PASS [ 20.514s] (2066/3472) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
78662026-09-06T05:01:41.464Z PASS [ 13.756s] (2067/3472) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_target_finishes_first
78672026-09-06T05:01:42.804Z PASS [ 13.791s] (2068/3472) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
78682026-09-06T05:01:43.177Z PASS [ 17.481s] (2069/3472) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
78692026-09-06T05:01:48.847Z PASS [ 7.383s] (2070/3472) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_three_ephemeral_ips
78702026-09-06T05:01:50.388Z PASS [ 7.211s] (2071/3472) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_without_version
78712026-09-06T05:01:50.736Z PASS [ 7.932s] (2072/3472) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_none_with_explicit
78722026-09-06T05:01:50.961Z PASS [ 14.005s] (2073/3472) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
78732026-09-06T05:01:51.925Z PASS [ 11.099s] (2074/3472) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
78742026-09-06T05:01:52.428Z PASS [ 11.151s] (2075/3472) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
78752026-09-06T05:01:56.609Z PASS [ 7.761s] (2076/3472) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_same_pool
78762026-09-06T05:01:59.725Z PASS [ 8.764s] (2077/3472) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
78772026-09-06T05:02:04.392Z PASS [ 45.167s] (2078/3472) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
78782026-09-06T05:02:04.745Z PASS [ 14.008s] (2079/3472) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
78792026-09-06T05:02:07.174Z PASS [ 14.746s] (2080/3472) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
78802026-09-06T05:02:08.264Z PASS [ 16.339s] (2081/3472) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
78812026-09-06T05:02:08.543Z PASS [ 8.818s] (2082/3472) omicron-nexus::test_all integration_tests::instances::test_instance_with_explicit_dual_stack_address
78822026-09-06T05:02:09.563Z PASS [ 12.954s] (2083/3472) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
78832026-09-06T05:02:12.606Z PASS [ 22.217s] (2084/3472) omicron-nexus::test_all integration_tests::instances::test_instance_serial
78842026-09-06T05:02:12.754Z PASS [ 8.009s] (2085/3472) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
78852026-09-06T05:02:17.059Z PASS [ 9.884s] (2086/3472) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
78862026-09-06T05:02:17.147Z PASS [ 7.584s] (2087/3472) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
78872026-09-06T05:02:18.053Z PASS [ 9.789s] (2088/3472) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv4_address
78882026-09-06T05:02:18.064Z PASS [ 9.521s] (2089/3472) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv6_address
78892026-09-06T05:02:22.281Z PASS [ 9.675s] (2090/3472) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
78902026-09-06T05:02:22.518Z PASS [ 9.763s] (2091/3472) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
78912026-09-06T05:02:24.249Z PASS [ 6.184s] (2092/3472) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
78922026-09-06T05:02:26.619Z PASS [ 9.471s] (2093/3472) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
78932026-09-06T05:02:30.032Z PASS [ 11.979s] (2094/3472) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
78942026-09-06T05:02:30.292Z PASS [ 8.011s] (2095/3472) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
78952026-09-06T05:02:30.327Z PASS [ 7.809s] (2096/3472) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
78962026-09-06T05:02:31.801Z PASS [ 7.552s] (2097/3472) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
78972026-09-06T05:02:33.138Z PASS [ 16.079s] (2098/3472) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
78982026-09-06T05:02:36.997Z PASS [ 6.705s] (2099/3472) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
78992026-09-06T05:02:37.869Z PASS [ 11.250s] (2100/3472) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet
79002026-09-06T05:02:42.261Z PASS [ 12.229s] (2101/3472) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
79012026-09-06T05:02:42.741Z PASS [ 10.941s] (2102/3472) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
79022026-09-06T05:02:43.517Z PASS [ 10.378s] (2103/3472) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
79032026-09-06T05:02:43.852Z PASS [ 13.525s] (2104/3472) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
79042026-09-06T05:02:48.328Z PASS [ 10.459s] (2105/3472) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
79052026-09-06T05:02:48.567Z PASS [ 11.570s] (2106/3472) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
79062026-09-06T05:02:49.773Z PASS [ 6.256s] (2107/3472) omicron-nexus::test_all integration_tests::inventory_matching::test_simulated_baseboard_model
79072026-09-06T05:02:50.497Z PASS [ 6.644s] (2108/3472) omicron-nexus::test_all integration_tests::inventory_matching::test_sled_sp_inventory_matching
79082026-09-06T05:02:50.845Z PASS [ 8.584s] (2109/3472) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_all_default_pools_to_igw
79092026-09-06T05:02:51.408Z PASS [ 8.667s] (2110/3472) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_only_ipv4_default_pool_to_igw
79102026-09-06T05:02:53.387Z PASS [ 48.995s] (2111/3472) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
79112026-09-06T05:02:56.369Z PASS [ 8.041s] (2112/3472) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips
79122026-09-06T05:02:57.926Z PASS [ 7.081s] (2113/3472) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_multicast_rejects_reserved_ranges
79132026-09-06T05:02:58.153Z PASS [ 7.656s] (2114/3472) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
79142026-09-06T05:02:58.228Z PASS [ 8.454s] (2115/3472) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
79152026-09-06T05:02:58.905Z PASS [ 7.497s] (2116/3472) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
79162026-09-06T05:03:00.291Z PASS [ 11.724s] (2117/3472) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips
79172026-09-06T05:03:00.473Z PASS [ 7.085s] (2118/3472) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
79182026-09-06T05:03:03.539Z PASS [ 7.171s] (2119/3472) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
79192026-09-06T05:03:05.593Z PASS [ 6.688s] (2120/3472) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
79202026-09-06T05:03:05.702Z PASS [ 7.549s] (2121/3472) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_includes_non_discoverable
79212026-09-06T05:03:05.989Z PASS [ 8.063s] (2122/3472) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
79222026-09-06T05:03:06.833Z PASS [ 8.605s] (2123/3472) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
79232026-09-06T05:03:07.988Z PASS [ 7.697s] (2124/3472) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
79242026-09-06T05:03:10.569Z PASS [ 7.029s] (2125/3472) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
79252026-09-06T05:03:12.017Z PASS [ 11.544s] (2126/3472) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
79262026-09-06T05:03:12.200Z PASS [ 6.606s] (2127/3472) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
79272026-09-06T05:03:12.430Z PASS [ 6.727s] (2128/3472) omicron-nexus::test_all integration_tests::ip_pools::test_old_ip_pool_api_excludes_system_service_pools
79282026-09-06T05:03:13.404Z PASS [ 7.415s] (2129/3472) omicron-nexus::test_all integration_tests::ip_pools::test_silo_ip_pool_basic_crud
79292026-09-06T05:03:14.141Z PASS [ 7.307s] (2130/3472) omicron-nexus::test_all integration_tests::ip_pools::test_system_ip_pool_basic_crud
79302026-09-06T05:03:18.816Z PASS [ 10.828s] (2131/3472) omicron-nexus::test_all integration_tests::local_storage::test_create_large_local_storage_disk
79312026-09-06T05:03:20.883Z PASS [ 10.314s] (2132/3472) omicron-nexus::test_all integration_tests::local_storage::test_reject_creating_local_storage_disk
79322026-09-06T05:03:21.437Z PASS [ 9.006s] (2133/3472) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
79332026-09-06T05:03:23.412Z PASS [ 9.271s] (2134/3472) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
79342026-09-06T05:03:25.750Z PASS [ 13.733s] (2135/3472) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
79352026-09-06T05:03:27.370Z PASS [ 13.967s] (2136/3472) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
79362026-09-06T05:03:29.418Z PASS [ 17.219s] (2137/3472) omicron-nexus::test_all integration_tests::metrics::test_metrics
79372026-09-06T05:03:31.074Z PASS [ 12.257s] (2138/3472) omicron-nexus::test_all integration_tests::multicast::api::test_explicit_ip_bypasses_ssm_asm_selection
79382026-09-06T05:03:36.245Z PASS [ 14.808s] (2139/3472) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_asm_with_sources_succeeds
79392026-09-06T05:03:36.504Z PASS [ 15.620s] (2140/3472) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_asm
79402026-09-06T05:03:37.015Z PASS [ 11.265s] (2141/3472) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_not_in_pool_fails
79412026-09-06T05:03:39.105Z PASS [ 15.692s] (2142/3472) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_existing_group
79422026-09-06T05:03:42.226Z PASS [ 14.856s] (2143/3472) omicron-nexus::test_all integration_tests::multicast::api::test_join_by_ip_ssm_with_sources
79432026-09-06T05:03:44.020Z PASS [ 14.602s] (2144/3472) omicron-nexus::test_all integration_tests::multicast::api::test_multicast_api_behavior
79442026-09-06T05:03:47.386Z PASS [ 16.311s] (2145/3472) omicron-nexus::test_all integration_tests::multicast::api::test_ssm_source_validation
79452026-09-06T05:03:49.536Z PASS [ 13.291s] (2146/3472) omicron-nexus::test_all integration_tests::multicast::authorization::test_both_member_endpoints_have_same_permissions
79462026-09-06T05:03:50.145Z PASS [ 11.041s] (2147/3472) omicron-nexus::test_all integration_tests::multicast::authorization::test_unauthenticated_access_denied
79472026-09-06T05:03:50.487Z PASS [ 13.471s] (2148/3472) omicron-nexus::test_all integration_tests::multicast::authorization::test_silo_user_multicast_permissions
79482026-09-06T05:03:52.070Z PASS [ 9.843s] (2149/3472) omicron-nexus::test_all integration_tests::multicast::authorization::test_unprivileged_users_can_list_group_members
79492026-09-06T05:03:53.291Z PASS [ 16.787s] (2150/3472) omicron-nexus::test_all integration_tests::multicast::authorization::test_cross_silo_multicast_isolation
79502026-09-06T05:03:55.057Z PASS [ 11.036s] (2151/3472) omicron-nexus::test_all integration_tests::multicast::enablement::test_multicast_enablement
79512026-09-06T05:03:58.438Z PASS [ 11.052s] (2152/3472) omicron-nexus::test_all integration_tests::multicast::failures::test_concurrent_implicit_creation_race
79522026-09-06T05:04:02.828Z PASS [ 13.292s] (2153/3472) omicron-nexus::test_all integration_tests::multicast::failures::test_dpd_failure_during_active_state
79532026-09-06T05:04:04.078Z PASS [ 12.007s] (2154/3472) omicron-nexus::test_all integration_tests::multicast::failures::test_drift_correction_missing_group_in_dpd
79542026-09-06T05:04:04.405Z PASS [ 13.918s] (2155/3472) omicron-nexus::test_all integration_tests::multicast::failures::test_dpd_failure_during_deleting_state
79552026-09-06T05:04:04.538Z PASS [ 14.392s] (2156/3472) omicron-nexus::test_all integration_tests::multicast::failures::test_dpd_failure_during_creating_state
79562026-09-06T05:04:05.433Z PASS [ 10.376s] (2157/3472) omicron-nexus::test_all integration_tests::multicast::failures::test_implicit_deletion_with_dpd_failure
79572026-09-06T05:04:09.030Z PASS [ 10.591s] (2158/3472) omicron-nexus::test_all integration_tests::multicast::failures::test_left_member_waits_for_group_active
79582026-09-06T05:04:09.885Z PASS [ 16.593s] (2159/3472) omicron-nexus::test_all integration_tests::multicast::failures::test_implicit_deletion_race_with_instance_join
79592026-09-06T05:04:14.927Z PASS [ 10.849s] (2160/3472) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_group_members_during_dpd_failure
79602026-09-06T05:04:14.931Z PASS [ 12.100s] (2161/3472) omicron-nexus::test_all integration_tests::multicast::failures::test_member_joining_to_left_on_instance_stop
79612026-09-06T05:04:16.261Z PASS [ 11.856s] (2162/3472) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_group_underlay_collision_retry
79622026-09-06T05:04:20.803Z PASS [ 16.265s] (2163/3472) omicron-nexus::test_all integration_tests::multicast::failures::test_multicast_join_deleted_instance
79632026-09-06T05:04:21.702Z PASS [ 12.672s] (2164/3472) omicron-nexus::test_all integration_tests::multicast::groups::test_cannot_delete_multicast_pool_with_groups
79642026-09-06T05:04:23.549Z PASS [ 13.665s] (2165/3472) omicron-nexus::test_all integration_tests::multicast::groups::test_default_pool_on_implicit_creation
79652026-09-06T05:04:28.099Z PASS [ 11.837s] (2166/3472) omicron-nexus::test_all integration_tests::multicast::groups::test_member_response_includes_multicast_ip
79662026-09-06T05:04:29.064Z PASS [ 14.137s] (2167/3472) omicron-nexus::test_all integration_tests::multicast::groups::test_instance_deletion_removes_multicast_memberships
79672026-09-06T05:04:30.184Z PASS [ 15.256s] (2168/3472) omicron-nexus::test_all integration_tests::multicast::groups::test_instance_multicast_endpoints
79682026-09-06T05:04:33.006Z PASS [ 27.573s] (2169/3472) omicron-nexus::test_all integration_tests::multicast::groups::test_asm_source_filter_transitions
79692026-09-06T05:04:34.173Z PASS [ 12.472s] (2170/3472) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_member_errors
79702026-09-06T05:04:34.834Z PASS [ 11.285s] (2171/3472) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_member_operations
79712026-09-06T05:04:35.039Z PASS [ 14.236s] (2172/3472) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_group_ip_version_conflict
79722026-09-06T05:04:35.341Z PASS [ 7.242s] (2173/3472) omicron-nexus::test_all integration_tests::multicast::groups::test_multicast_ip_pool_range_validation
79732026-09-06T05:04:46.137Z PASS [ 15.953s] (2174/3472) omicron-nexus::test_all integration_tests::multicast::groups::test_probe_multicast_member
79742026-09-06T05:04:47.651Z PASS [ 12.611s] (2175/3472) omicron-nexus::test_all integration_tests::multicast::instances::test_instance_create_with_ssm_multicast_groups
79752026-09-06T05:04:53.225Z PASS [ 24.161s] (2176/3472) omicron-nexus::test_all integration_tests::multicast::groups::test_pool_range_allocation
79762026-09-06T05:04:55.051Z PASS [ 8.913s] (2177/3472) omicron-nexus::test_all integration_tests::multicast::instances::test_instance_update_duplicate_groups_no_leak
79772026-09-06T05:04:56.354Z PASS [ 21.519s] (2178/3472) omicron-nexus::test_all integration_tests::multicast::instances::test_group_with_all_members_left
79782026-09-06T05:05:01.686Z PASS [ 26.345s] (2179/3472) omicron-nexus::test_all integration_tests::multicast::instances::test_instance_delete_preserves_other_memberships
79792026-09-06T05:05:01.907Z PASS [ 28.900s] (2180/3472) omicron-nexus::test_all integration_tests::multicast::groups::test_ssm_source_ip_behavior
79802026-09-06T05:05:04.153Z PASS [ 10.927s] (2181/3472) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_attach_conflicts
79812026-09-06T05:05:08.772Z PASS [ 13.721s] (2182/3472) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_group_attach_multiple
79822026-09-06T05:05:08.921Z PASS [ 21.270s] (2183/3472) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_concurrent_operations
79832026-09-06T05:05:10.597Z PASS [ 14.243s] (2184/3472) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_ipv6_lifecycle
79842026-09-06T05:05:12.540Z PASS [ 10.633s] (2185/3472) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_member_cleanup_instance_never_started
79852026-09-06T05:05:19.369Z PASS [ 17.683s] (2186/3472) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_lifecycle
79862026-09-06T05:05:23.016Z PASS [ 14.244s] (2187/3472) omicron-nexus::test_all integration_tests::multicast::instances::test_source_ips_preserved_on_instance_reconfigure
79872026-09-06T05:05:23.922Z PASS [ 11.382s] (2188/3472) omicron-nexus::test_all integration_tests::multicast::instances::test_ssm_without_sources_fails_create_and_reconfigure
79882026-09-06T05:05:23.966Z PASS [ 15.045s] (2189/3472) omicron-nexus::test_all integration_tests::multicast::instances::test_source_ips_preserved_on_instance_restart
79892026-09-06T05:05:27.316Z PASS [ 16.718s] (2190/3472) omicron-nexus::test_all integration_tests::multicast::instances::test_source_union_cap_enforced_on_join
79902026-09-06T05:05:34.176Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::instances::test_empty_active_group_reaped_by_sweep
79912026-09-06T05:05:39.012Z PASS [ 34.860s] (2191/3472) omicron-nexus::test_all integration_tests::multicast::instances::test_multicast_migration_scenarios
79922026-09-06T05:05:41.737Z PASS [ 22.367s] (2192/3472) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_cold_start_reestablishment
79932026-09-06T05:05:42.355Z PASS [ 15.039s] (2193/3472) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_sled_agent_m2p_and_subscriptions
79942026-09-06T05:05:42.392Z PASS [ 18.426s] (2194/3472) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_multi_sled_m2p_propagation
79952026-09-06T05:05:44.640Z PASS [ 21.624s] (2195/3472) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_cross_sled_forwarding
79962026-09-06T05:05:49.812Z PASS [ 25.890s] (2196/3472) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_external_ip_scenarios
79972026-09-06T05:05:50.502Z PASS [ 8.110s] (2197/3472) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
79982026-09-06T05:05:51.943Z PASS [ 10.206s] (2198/3472) omicron-nexus::test_all integration_tests::multicast::pool_selection::test_ip_version_disambiguation
79992026-09-06T05:05:53.216Z PASS [ 14.204s] (2199/3472) omicron-nexus::test_all integration_tests::multicast::networking_integration::test_multicast_with_floating_ip_basic
80002026-09-06T05:05:53.612Z PASS [ 11.257s] (2200/3472) omicron-nexus::test_all integration_tests::multicast::pool_selection::test_pool_selection_ssm_asm
80012026-09-06T05:05:54.573Z PASS [ 9.933s] (2201/3472) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
80022026-09-06T05:06:05.552Z PASS [ 13.609s] (2202/3472) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
80032026-09-06T05:06:06.599Z PASS [ 16.786s] (2203/3472) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
80042026-09-06T05:06:06.936Z PASS [ 13.720s] (2204/3472) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
80052026-09-06T05:06:07.339Z PASS [ 13.727s] (2205/3472) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
80062026-09-06T05:06:09.967Z PASS [ 19.464s] (2206/3472) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
80072026-09-06T05:06:14.485Z PASS [ 19.912s] (2207/3472) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
80082026-09-06T05:06:20.286Z PASS [ 13.687s] (2208/3472) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
80092026-09-06T05:06:23.583Z PASS [ 16.244s] (2209/3472) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
80102026-09-06T05:06:25.008Z PASS [ 19.455s] (2210/3472) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
80112026-09-06T05:06:26.531Z PASS [ 19.593s] (2211/3472) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
80122026-09-06T05:06:26.766Z PASS [ 16.798s] (2212/3472) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
80132026-09-06T05:06:31.744Z PASS [ 17.258s] (2213/3472) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
80142026-09-06T05:06:33.920Z PASS [ 13.634s] (2214/3472) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
80152026-09-06T05:06:34.177Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::multicast::instances::test_empty_active_group_reaped_by_sweep
80162026-09-06T05:06:35.267Z PASS [ 8.501s] (2215/3472) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
80172026-09-06T05:06:40.346Z PASS [ 8.603s] (2216/3472) omicron-nexus::test_all integration_tests::probe::test_probe_pool_selector_ip_version
80182026-09-06T05:06:40.800Z PASS [ 6.880s] (2217/3472) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project
80192026-09-06T05:06:41.758Z PASS [ 127.583s] (2218/3472) omicron-nexus::test_all integration_tests::multicast::instances::test_empty_active_group_reaped_by_sweep
80202026-09-06T05:06:42.963Z PASS [ 7.695s] (2219/3472) omicron-nexus::test_all integration_tests::projects::test_project_deletion
80212026-09-06T05:06:43.451Z PASS [ 19.868s] (2220/3472) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
80222026-09-06T05:06:45.235Z PASS [ 20.227s] (2221/3472) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
80232026-09-06T05:06:48.072Z PASS [ 7.725s] (2222/3472) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
80242026-09-06T05:06:48.732Z PASS [ 7.932s] (2223/3472) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
80252026-09-06T05:06:51.947Z PASS [ 10.190s] (2224/3472) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
80262026-09-06T05:06:53.262Z PASS [ 10.299s] (2225/3472) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
80272026-09-06T05:06:54.151Z PASS [ 27.621s] (2226/3472) omicron-nexus::test_all integration_tests::password_login::test_local_users
80282026-09-06T05:06:54.829Z PASS [ 9.594s] (2227/3472) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
80292026-09-06T05:06:56.976Z PASS [ 8.244s] (2228/3472) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
80302026-09-06T05:06:58.335Z PASS [ 14.884s] (2229/3472) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
80312026-09-06T05:06:59.665Z PASS [ 7.717s] (2230/3472) omicron-nexus::test_all integration_tests::projects::test_projects
80322026-09-06T05:07:00.259Z PASS [ 6.997s] (2231/3472) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
80332026-09-06T05:07:01.923Z PASS [ 7.772s] (2232/3472) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
80342026-09-06T05:07:02.657Z PASS [ 14.585s] (2233/3472) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
80352026-09-06T05:07:02.898Z PASS [ 8.069s] (2234/3472) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
80362026-09-06T05:07:04.938Z PASS [ 6.603s] (2235/3472) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
80372026-09-06T05:07:06.160Z PASS [ 6.495s] (2236/3472) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
80382026-09-06T05:07:07.593Z PASS [ 7.335s] (2237/3472) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
80392026-09-06T05:07:09.074Z PASS [ 7.151s] (2238/3472) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
80402026-09-06T05:07:09.658Z PASS [ 7.001s] (2239/3472) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
80412026-09-06T05:07:10.802Z PASS [ 7.904s] (2240/3472) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
80422026-09-06T05:07:12.025Z PASS [ 7.086s] (2241/3472) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
80432026-09-06T05:07:13.235Z PASS [ 7.075s] (2242/3472) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
80442026-09-06T05:07:13.319Z PASS [ 0.084s] (2243/3472) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
80452026-09-06T05:07:13.403Z PASS [ 0.084s] (2244/3472) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
80462026-09-06T05:07:13.485Z PASS [ 0.082s] (2245/3472) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
80472026-09-06T05:07:13.569Z PASS [ 0.085s] (2246/3472) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
80482026-09-06T05:07:13.653Z PASS [ 0.083s] (2247/3472) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
80492026-09-06T05:07:14.482Z PASS [ 17.506s] (2248/3472) omicron-nexus::test_all integration_tests::quotas::test_quotas
80502026-09-06T05:07:15.750Z PASS [ 8.156s] (2249/3472) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
80512026-09-06T05:07:17.368Z PASS [ 8.294s] (2250/3472) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
80522026-09-06T05:07:18.587Z PASS [ 7.784s] (2251/3472) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
80532026-09-06T05:07:19.650Z PASS [ 9.992s] (2252/3472) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
80542026-09-06T05:07:20.005Z PASS [ 7.980s] (2253/3472) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
80552026-09-06T05:07:20.089Z PASS [ 0.085s] (2254/3472) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
80562026-09-06T05:07:20.514Z PASS [ 6.861s] (2255/3472) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
80572026-09-06T05:07:21.597Z PASS [ 7.115s] (2256/3472) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
80582026-09-06T05:07:21.679Z PASS [ 0.082s] (2257/3472) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
80592026-09-06T05:07:21.758Z PASS [ 0.079s] (2258/3472) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
80602026-09-06T05:07:22.181Z PASS [ 6.432s] (2259/3472) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
80612026-09-06T05:07:24.130Z PASS [ 6.762s] (2260/3472) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
80622026-09-06T05:07:25.339Z PASS [ 6.752s] (2261/3472) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
80632026-09-06T05:07:26.743Z PASS [ 7.092s] (2262/3472) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
80642026-09-06T05:07:27.233Z PASS [ 7.143s] (2263/3472) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
80652026-09-06T05:07:27.781Z PASS [ 7.267s] (2264/3472) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
80662026-09-06T05:07:28.181Z PASS [ 1.438s] (2265/3472) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
80672026-09-06T05:07:28.601Z PASS [ 1.368s] (2266/3472) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
80682026-09-06T05:07:28.800Z PASS [ 7.042s] (2267/3472) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
80692026-09-06T05:07:28.974Z PASS [ 1.193s] (2268/3472) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
80702026-09-06T05:07:29.127Z PASS [ 6.946s] (2269/3472) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
80712026-09-06T05:07:29.332Z PASS [ 1.150s] (2270/3472) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
80722026-09-06T05:07:29.776Z PASS [ 1.175s] (2271/3472) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
80732026-09-06T05:07:30.047Z PASS [ 1.073s] (2272/3472) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
80742026-09-06T05:07:30.058Z PASS [ 1.258s] (2273/3472) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
80752026-09-06T05:07:30.716Z PASS [ 6.586s] (2274/3472) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
80762026-09-06T05:07:32.360Z PASS [ 7.021s] (2275/3472) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
80772026-09-06T05:07:32.441Z PASS [ 3.110s] (2276/3472) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
80782026-09-06T05:07:37.586Z PASS [ 6.869s] (2277/3472) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
80792026-09-06T05:07:39.470Z PASS [ 7.029s] (2278/3472) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
80802026-09-06T05:07:40.138Z PASS [ 7.778s] (2279/3472) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user
80812026-09-06T05:07:46.316Z PASS [ 6.845s] (2280/3472) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token
80822026-09-06T05:07:46.510Z PASS [ 8.925s] (2281/3472) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test
80832026-09-06T05:07:47.234Z PASS [ 7.096s] (2282/3472) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
80842026-09-06T05:07:53.449Z PASS [ 7.134s] (2283/3472) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
80852026-09-06T05:07:53.954Z PASS [ 7.443s] (2284/3472) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
80862026-09-06T05:07:54.485Z PASS [ 7.251s] (2285/3472) omicron-nexus::test_all integration_tests::scim::test_scim_group_search
80872026-09-06T05:08:00.548Z PASS [ 7.098s] (2286/3472) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique
80882026-09-06T05:08:01.832Z PASS [ 7.878s] (2287/3472) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv
80892026-09-06T05:08:01.969Z PASS [ 7.484s] (2288/3472) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict
80902026-09-06T05:08:05.691Z PASS [ 35.644s] (2289/3472) omicron-nexus::test_all integration_tests::schema::validate_data_migrations
80912026-09-06T05:08:07.596Z PASS [ 7.048s] (2290/3472) omicron-nexus::test_all integration_tests::scim::test_scim_user_search
80922026-09-06T05:08:07.688Z PASS [ 38.561s] (2291/3472) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
80932026-09-06T05:08:09.164Z PASS [ 39.388s] (2292/3472) omicron-nexus::test_all integration_tests::schema::update_since_base_has_idempotent_up
80942026-09-06T05:08:09.253Z PASS [ 7.420s] (2293/3472) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique
80952026-09-06T05:08:09.385Z PASS [ 7.416s] (2294/3472) omicron-nexus::test_all integration_tests::scim::test_time_modified_updated_on_scim_user_and_group_update
80962026-09-06T05:08:12.037Z PASS [ 6.345s] (2295/3472) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
80972026-09-06T05:08:13.912Z PASS [ 6.223s] (2296/3472) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
80982026-09-06T05:08:14.091Z PASS [ 6.494s] (2297/3472) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
80992026-09-06T05:08:16.444Z PASS [ 7.279s] (2298/3472) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
81002026-09-06T05:08:16.707Z PASS [ 7.455s] (2299/3472) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
81012026-09-06T05:08:16.918Z PASS [ 7.533s] (2300/3472) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
81022026-09-06T05:08:19.046Z PASS [ 7.009s] (2301/3472) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
81032026-09-06T05:08:21.308Z PASS [ 7.396s] (2302/3472) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
81042026-09-06T05:08:22.263Z PASS [ 8.172s] (2303/3472) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
81052026-09-06T05:08:23.537Z PASS [ 6.829s] (2304/3472) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
81062026-09-06T05:08:23.576Z PASS [ 7.131s] (2305/3472) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
81072026-09-06T05:08:24.181Z PASS [ 7.262s] (2306/3472) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
81082026-09-06T05:08:26.066Z PASS [ 7.020s] (2307/3472) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
81092026-09-06T05:08:28.987Z PASS [ 7.679s] (2308/3472) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
81102026-09-06T05:08:30.060Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
81112026-09-06T05:08:30.362Z PASS [ 60.303s] (2309/3472) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
81122026-09-06T05:08:30.748Z PASS [ 7.211s] (2310/3472) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
81132026-09-06T05:08:31.768Z PASS [ 8.192s] (2311/3472) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
81142026-09-06T05:08:31.826Z PASS [ 9.563s] (2312/3472) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
81152026-09-06T05:08:32.064Z PASS [ 7.882s] (2313/3472) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_subnet_pool_links
81162026-09-06T05:08:32.837Z PASS [ 6.771s] (2314/3472) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
81172026-09-06T05:08:36.086Z PASS [ 7.099s] (2315/3472) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
81182026-09-06T05:08:37.487Z PASS [ 7.125s] (2316/3472) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
81192026-09-06T05:08:37.974Z PASS [ 7.225s] (2317/3472) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
81202026-09-06T05:08:38.771Z PASS [ 7.003s] (2318/3472) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
81212026-09-06T05:08:40.450Z PASS [ 7.613s] (2319/3472) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
81222026-09-06T05:08:40.673Z PASS [ 8.847s] (2320/3472) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
81232026-09-06T05:08:41.112Z PASS [ 9.048s] (2321/3472) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
81242026-09-06T05:08:44.680Z PASS [ 7.193s] (2322/3472) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
81252026-09-06T05:08:44.934Z PASS [ 8.848s] (2323/3472) omicron-nexus::test_all integration_tests::silos::test_silos
81262026-09-06T05:08:48.510Z PASS [ 10.536s] (2324/3472) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
81272026-09-06T05:08:48.577Z PASS [ 7.904s] (2325/3472) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
81282026-09-06T05:08:50.774Z PASS [ 10.324s] (2326/3472) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
81292026-09-06T05:08:52.130Z PASS [ 13.359s] (2327/3472) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
81302026-09-06T05:08:54.893Z PASS [ 6.383s] (2328/3472) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
81312026-09-06T05:08:55.846Z PASS [ 14.734s] (2329/3472) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
81322026-09-06T05:08:56.409Z PASS [ 7.832s] (2330/3472) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
81332026-09-06T05:08:58.523Z PASS [ 7.749s] (2331/3472) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
81342026-09-06T05:08:59.499Z PASS [ 14.565s] (2332/3472) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
81352026-09-06T05:09:00.043Z PASS [ 7.912s] (2333/3472) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
81362026-09-06T05:09:00.149Z PASS [ 15.469s] (2334/3472) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
81372026-09-06T05:09:07.384Z PASS [ 7.341s] (2335/3472) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
81382026-09-06T05:09:09.709Z PASS [ 13.862s] (2336/3472) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
81392026-09-06T05:09:10.589Z PASS [ 10.439s] (2337/3472) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
81402026-09-06T05:09:11.303Z PASS [ 16.410s] (2338/3472) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
81412026-09-06T05:09:12.168Z PASS [ 15.759s] (2339/3472) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
81422026-09-06T05:09:14.046Z PASS [ 6.662s] (2340/3472) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_crud
81432026-09-06T05:09:14.384Z PASS [ 15.861s] (2341/3472) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
81442026-09-06T05:09:14.982Z PASS [ 15.483s] (2342/3472) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
81452026-09-06T05:09:18.024Z PASS [ 6.720s] (2343/3472) omicron-nexus::test_all integration_tests::subnet_pools::cannot_add_pool_member_of_different_ip_version
81462026-09-06T05:09:19.020Z PASS [ 6.851s] (2344/3472) omicron-nexus::test_all integration_tests::subnet_pools::cannot_delete_nonexistent_silo_link
81472026-09-06T05:09:21.053Z PASS [ 7.006s] (2345/3472) omicron-nexus::test_all integration_tests::subnet_pools::cannot_link_multiple_times
81482026-09-06T05:09:21.318Z PASS [ 10.729s] (2346/3472) omicron-nexus::test_all integration_tests::subnet_pools::can_list_subnet_pools
81492026-09-06T05:09:21.365Z PASS [ 6.982s] (2347/3472) omicron-nexus::test_all integration_tests::subnet_pools::cannot_update_nonexistent_silo_link
81502026-09-06T05:09:21.698Z PASS [ 11.990s] (2348/3472) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_member_crd
81512026-09-06T05:09:22.377Z PASS [ 7.394s] (2349/3472) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_list
81522026-09-06T05:09:25.675Z PASS [ 7.651s] (2350/3472) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_view
81532026-09-06T05:09:25.781Z PASS [ 6.761s] (2351/3472) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv4_subnet_pool_utilization
81542026-09-06T05:09:28.139Z PASS [ 7.086s] (2352/3472) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv6_subnet_pool_utilization
81552026-09-06T05:09:29.684Z PASS [ 8.318s] (2353/3472) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_link
81562026-09-06T05:09:31.199Z PASS [ 8.822s] (2354/3472) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
81572026-09-06T05:09:33.015Z PASS [ 11.697s] (2355/3472) omicron-nexus::test_all integration_tests::subnet_pools::test_silo_subnet_pool_list
81582026-09-06T05:09:33.770Z PASS [ 8.094s] (2356/3472) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_delete_failed_bundle
81592026-09-06T05:09:34.978Z PASS [ 9.197s] (2357/3472) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
81602026-09-06T05:09:36.650Z PASS [ 6.966s] (2358/3472) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
81612026-09-06T05:09:37.108Z PASS [ 8.970s] (2359/3472) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
81622026-09-06T05:09:40.174Z PASS [ 8.975s] (2360/3472) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
81632026-09-06T05:09:41.109Z PASS [ 7.339s] (2361/3472) omicron-nexus::test_all integration_tests::switch_port::test_bgp_config_update
81642026-09-06T05:09:41.237Z PASS [ 8.222s] (2362/3472) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
81652026-09-06T05:09:42.076Z PASS [ 0.839s] (2363/3472) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
81662026-09-06T05:09:42.919Z PASS [ 7.941s] (2364/3472) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
81672026-09-06T05:09:44.411Z PASS [ 7.761s] (2365/3472) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_v6_crud
81682026-09-06T05:09:45.207Z PASS [ 23.508s] (2366/3472) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list
81692026-09-06T05:09:45.384Z PASS [ 8.276s] (2367/3472) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
81702026-09-06T05:09:48.309Z PASS [ 8.135s] (2368/3472) omicron-nexus::test_all integration_tests::target_release::mupdate_recovery_after_noop_conversion
81712026-09-06T05:09:51.091Z PASS [ 6.678s] (2369/3472) omicron-nexus::test_all integration_tests::updates::test_repo_prune
81722026-09-06T05:09:52.018Z PASS [ 9.098s] (2370/3472) omicron-nexus::test_all integration_tests::updates::test_repo_list
81732026-09-06T05:09:52.436Z PASS [ 7.051s] (2371/3472) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
81742026-09-06T05:09:52.451Z PASS [ 10.375s] (2372/3472) omicron-nexus::test_all integration_tests::updates::test_debug_files
81752026-09-06T05:09:54.720Z PASS [ 6.411s] (2373/3472) omicron-nexus::test_all integration_tests::updates::test_request_without_api_version
81762026-09-06T05:09:55.118Z PASS [ 9.911s] (2374/3472) omicron-nexus::test_all integration_tests::updates::test_repo_upload
81772026-09-06T05:09:58.187Z PASS [ 7.098s] (2375/3472) omicron-nexus::test_all integration_tests::updates::test_stock_planner
81782026-09-06T05:09:58.747Z PASS [ 6.729s] (2376/3472) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
81792026-09-06T05:09:59.042Z PASS [ 6.591s] (2377/3472) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
81802026-09-06T05:09:59.945Z PASS [ 7.508s] (2378/3472) omicron-nexus::test_all integration_tests::updates::test_update_status
81812026-09-06T05:10:04.876Z PASS [ 10.155s] (2379/3472) omicron-nexus::test_all integration_tests::utilization::test_utilization_list
81822026-09-06T05:10:06.725Z PASS [ 11.607s] (2380/3472) omicron-nexus::test_all integration_tests::utilization::test_utilization_view
81832026-09-06T05:10:09.095Z PASS [ 10.053s] (2381/3472) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
81842026-09-06T05:10:13.575Z PASS [ 15.388s] (2382/3472) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
81852026-09-06T05:10:14.557Z PASS [ 14.612s] (2383/3472) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
81862026-09-06T05:10:14.919Z PASS [ 16.173s] (2384/3472) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
81872026-09-06T05:10:19.510Z PASS [ 14.634s] (2385/3472) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
81882026-09-06T05:10:21.323Z PASS [ 14.598s] (2386/3472) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
81892026-09-06T05:10:23.287Z PASS [ 42.177s] (2387/3472) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
81902026-09-06T05:10:23.665Z PASS [ 14.569s] (2388/3472) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
81912026-09-06T05:10:28.194Z PASS [ 14.619s] (2389/3472) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
81922026-09-06T05:10:29.083Z PASS [ 14.526s] (2390/3472) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
81932026-09-06T05:10:29.550Z PASS [ 10.039s] (2391/3472) omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
81942026-09-06T05:10:30.764Z PASS [ 15.844s] (2392/3472) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
81952026-09-06T05:10:32.686Z PASS [ 9.021s] (2393/3472) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
81962026-09-06T05:10:41.663Z PASS [ 18.377s] (2394/3472) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
81972026-09-06T05:10:42.553Z PASS [ 21.229s] (2395/3472) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
81982026-09-06T05:10:43.521Z PASS [ 15.327s] (2396/3472) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
81992026-09-06T05:10:44.535Z PASS [ 15.452s] (2397/3472) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
82002026-09-06T05:10:46.468Z PASS [ 16.918s] (2398/3472) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
82012026-09-06T05:10:48.052Z PASS [ 17.288s] (2399/3472) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
82022026-09-06T05:10:50.164Z PASS [ 17.478s] (2400/3472) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
82032026-09-06T05:10:54.046Z PASS [ 11.492s] (2401/3472) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
82042026-09-06T05:10:55.351Z PASS [ 11.830s] (2402/3472) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
82052026-09-06T05:10:58.779Z PASS [ 14.243s] (2403/3472) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
82062026-09-06T05:11:00.417Z PASS [ 18.753s] (2404/3472) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
82072026-09-06T05:11:04.819Z PASS [ 10.773s] (2405/3472) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
82082026-09-06T05:11:05.694Z PASS [ 17.642s] (2406/3472) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
82092026-09-06T05:11:05.758Z PASS [ 10.406s] (2407/3472) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
82102026-09-06T05:11:09.636Z PASS [ 10.857s] (2408/3472) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
82112026-09-06T05:11:09.716Z PASS [ 19.552s] (2409/3472) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
82122026-09-06T05:11:10.884Z PASS [ 10.467s] (2410/3472) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
82132026-09-06T05:11:15.491Z PASS [ 10.672s] (2411/3472) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
82142026-09-06T05:11:16.377Z PASS [ 6.661s] (2412/3472) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
82152026-09-06T05:11:16.400Z PASS [ 6.764s] (2413/3472) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
82162026-09-06T05:11:16.997Z PASS [ 6.114s] (2414/3472) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
82172026-09-06T05:11:21.959Z PASS [ 16.201s] (2415/3472) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
82182026-09-06T05:11:22.042Z PASS [ 6.551s] (2416/3472) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
82192026-09-06T05:11:22.524Z PASS [ 16.829s] (2417/3472) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
82202026-09-06T05:11:23.049Z PASS [ 6.671s] (2418/3472) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
82212026-09-06T05:11:23.052Z PASS [ 6.651s] (2419/3472) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
82222026-09-06T05:11:23.382Z PASS [ 6.385s] (2420/3472) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
82232026-09-06T05:11:25.954Z PASS [ 39.486s] (2421/3472) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
82242026-09-06T05:11:28.226Z PASS [ 6.267s] (2422/3472) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
82252026-09-06T05:11:28.796Z PASS [ 6.753s] (2423/3472) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
82262026-09-06T05:11:29.656Z PASS [ 6.607s] (2424/3472) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
82272026-09-06T05:11:29.703Z PASS [ 0.047s] (2425/3472) omicron-nexus::test_all integration_tests::volume_management::test_volume_construction_request_region_gen_serialization
82282026-09-06T05:11:29.788Z PASS [ 6.737s] (2426/3472) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
82292026-09-06T05:11:29.955Z PASS [ 7.431s] (2427/3472) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
82302026-09-06T05:11:30.059Z PASS [ 6.676s] (2428/3472) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
82312026-09-06T05:11:32.201Z PASS [ 6.246s] (2429/3472) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
82322026-09-06T05:11:34.428Z PASS [ 6.202s] (2430/3472) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
82332026-09-06T05:11:34.962Z PASS [ 6.166s] (2431/3472) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
82342026-09-06T05:11:36.077Z PASS [ 6.289s] (2432/3472) omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
82352026-09-06T05:11:36.475Z PASS [ 6.521s] (2433/3472) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
82362026-09-06T05:11:36.516Z PASS [ 6.457s] (2434/3472) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
82372026-09-06T05:11:38.511Z PASS [ 6.310s] (2435/3472) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
82382026-09-06T05:11:40.571Z PASS [ 6.143s] (2436/3472) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
82392026-09-06T05:11:41.503Z PASS [ 6.540s] (2437/3472) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
82402026-09-06T05:11:43.037Z PASS [ 6.520s] (2438/3472) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
82412026-09-06T05:11:43.710Z PASS [ 14.007s] (2439/3472) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
82422026-09-06T05:11:45.177Z PASS [ 6.666s] (2440/3472) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
82432026-09-06T05:11:47.438Z PASS [ 6.867s] (2441/3472) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
82442026-09-06T05:11:48.457Z PASS [ 6.954s] (2442/3472) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
82452026-09-06T05:11:49.306Z PASS [ 6.269s] (2443/3472) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
82462026-09-06T05:11:50.416Z PASS [ 14.338s] (2444/3472) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
82472026-09-06T05:11:51.085Z PASS [ 14.609s] (2445/3472) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
82482026-09-06T05:11:52.555Z PASS [ 7.378s] (2446/3472) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_cross_vpc_rejected_before_write
82492026-09-06T05:11:54.933Z PASS [ 7.494s] (2447/3472) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
82502026-09-06T05:11:56.297Z PASS [ 7.840s] (2448/3472) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
82512026-09-06T05:11:56.427Z PASS [ 7.121s] (2449/3472) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
82522026-09-06T05:11:57.494Z PASS [ 7.078s] (2450/3472) omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
82532026-09-06T05:11:57.793Z PASS [ 14.083s] (2451/3472) omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
82542026-09-06T05:11:59.280Z PASS [ 8.195s] (2452/3472) omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
82552026-09-06T05:12:02.571Z PASS [ 10.016s] (2453/3472) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
82562026-09-06T05:12:03.812Z PASS [ 8.880s] (2454/3472) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
82572026-09-06T05:12:06.332Z PASS [ 8.539s] (2455/3472) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_blocked_from_networking_resources
82582026-09-06T05:12:07.056Z PASS [ 9.561s] (2456/3472) omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
82592026-09-06T05:12:08.538Z PASS [ 12.111s] (2457/3472) omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
82602026-09-06T05:12:08.933Z PASS [ 9.652s] (2458/3472) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_create_instance
82612026-09-06T05:12:10.487Z PASS [ 7.915s] (2459/3472) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_manage_floating_ips_and_nics
82622026-09-06T05:12:12.240Z PASS [ 8.427s] (2460/3472) omicron-nexus::test_all integration_tests::vpcs::test_vpc_limited_collaborator_role
82632026-09-06T05:12:13.087Z PASS [ 16.790s] (2461/3472) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
82642026-09-06T05:12:14.824Z PASS [ 6.286s] (2462/3472) omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
82652026-09-06T05:12:15.585Z PASS [ 9.252s] (2463/3472) omicron-nexus::test_all integration_tests::vpcs::test_vpcs
82662026-09-06T05:12:15.960Z PASS [ 7.027s] (2464/3472) omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
82672026-09-06T05:12:17.843Z PASS [ 7.356s] (2465/3472) omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
82682026-09-06T05:12:19.668Z PASS [ 7.427s] (2466/3472) omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
82692026-09-06T05:12:20.232Z PASS [ 7.145s] (2467/3472) omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
82702026-09-06T05:12:25.054Z PASS [ 7.211s] (2468/3472) omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
82712026-09-06T05:12:27.111Z PASS [ 7.444s] (2469/3472) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
82722026-09-06T05:12:27.361Z PASS [ 7.129s] (2470/3472) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
82732026-09-06T05:12:31.463Z PASS [ 6.409s] (2471/3472) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
82742026-09-06T05:12:33.040Z PASS [ 5.928s] (2472/3472) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_rejects_invalid_urls
82752026-09-06T05:12:33.812Z PASS [ 6.447s] (2473/3472) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
82762026-09-06T05:12:33.821Z PASS [ 0.013s] (2474/3472) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
82772026-09-06T05:12:33.832Z PASS [ 0.012s] (2475/3472) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
82782026-09-06T05:12:33.843Z PASS [ 0.011s] (2476/3472) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
82792026-09-06T05:12:33.856Z PASS [ 0.013s] (2477/3472) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_last_offset
82802026-09-06T05:12:33.867Z PASS [ 0.011s] (2478/3472) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
82812026-09-06T05:12:33.879Z PASS [ 0.012s] (2479/3472) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
82822026-09-06T05:12:33.891Z PASS [ 0.012s] (2480/3472) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_rms_offset
82832026-09-06T05:12:33.903Z PASS [ 0.012s] (2481/3472) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_root_delay
82842026-09-06T05:12:33.914Z PASS [ 0.011s] (2482/3472) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_root_dispersion
82852026-09-06T05:12:33.926Z PASS [ 0.012s] (2483/3472) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
82862026-09-06T05:12:33.939Z PASS [ 0.013s] (2484/3472) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
82872026-09-06T05:12:33.949Z PASS [ 0.011s] (2485/3472) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
82882026-09-06T05:12:33.961Z PASS [ 0.012s] (2486/3472) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
82892026-09-06T05:12:33.973Z PASS [ 0.012s] (2487/3472) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_max_error
82902026-09-06T05:12:33.988Z PASS [ 0.015s] (2488/3472) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
82912026-09-06T05:12:34.003Z PASS [ 0.015s] (2489/3472) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
82922026-09-06T05:12:34.018Z PASS [ 0.013s] (2490/3472) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
82932026-09-06T05:12:34.030Z PASS [ 0.014s] (2491/3472) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
82942026-09-06T05:12:34.043Z PASS [ 0.012s] (2492/3472) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
82952026-09-06T05:12:34.055Z PASS [ 0.012s] (2493/3472) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
82962026-09-06T05:12:37.707Z PASS [ 6.244s] (2494/3472) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
82972026-09-06T05:12:39.489Z PASS [ 6.450s] (2495/3472) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_update_rejects_invalid_urls
82982026-09-06T05:12:46.667Z PASS [ 12.612s] (2496/3472) omicron-omdb::test_all_output test_omdb_env_settings
82992026-09-06T05:12:47.594Z PASS [ 40.538s] (2497/3472) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
83002026-09-06T05:12:48.414Z PASS [ 8.924s] (2498/3472) omicron-omdb::test_all_output test_omdb_usage_errors
83012026-09-06T05:12:48.441Z PASS [ 0.028s] (2499/3472) omicron-omdb::bin/omdb clickhouse_admin::test_format_bytes
83022026-09-06T05:12:48.471Z PASS [ 0.030s] (2500/3472) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
83032026-09-06T05:12:48.486Z PASS [ 0.014s] (2501/3472) omicron-package config::tests::multi_preset_arg
83042026-09-06T05:12:48.492Z PASS [ 0.021s] (2502/3472) omicron-package dot::test::test_bad_dependency
83052026-09-06T05:12:48.504Z PASS [ 0.018s] (2503/3472) omicron-package dot::test::test_dot_output
83062026-09-06T05:12:48.509Z PASS [ 0.037s] (2504/3472) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
83072026-09-06T05:12:48.519Z PASS [ 0.015s] (2505/3472) omicron-passwords test::test_password_constraints
83082026-09-06T05:12:48.528Z PASS [ 0.019s] (2506/3472) omicron-passwords test::test_weak_hashes
83092026-09-06T05:12:48.533Z PASS [ 0.014s] (2507/3472) omicron-rpaths internal::tests::test_configure_from_path
83102026-09-06T05:12:48.540Z PASS [ 0.031s] (2508/3472) omicron-passwords test::test_stable
83112026-09-06T05:12:48.543Z PASS [ 0.013s] (2509/3472) omicron-rpaths internal::tests::test_configure_rpaths_from_unset_envvar
83122026-09-06T05:12:48.548Z PASS [ 0.014s] (2510/3472) omicron-rpaths internal::tests::test_emit_rpath
83132026-09-06T05:12:48.618Z PASS [ 0.077s] (2511/3472) omicron-sled-agent artifact_store::test::issue_7796
83142026-09-06T05:12:48.622Z PASS [ 0.082s] (2512/3472) omicron-sled-agent artifact_store::test::generations
83152026-09-06T05:12:48.627Z PASS [ 0.079s] (2513/3472) omicron-sled-agent artifact_store::test::list_get_put
83162026-09-06T05:12:48.662Z PASS [ 0.034s] (2514/3472) omicron-sled-agent bootstrap::rack_ops::tests::rss_access_error_to_http_error
83172026-09-06T05:12:48.684Z PASS [ 0.065s] (2515/3472) omicron-sled-agent artifact_store::test::no_dataset
83182026-09-06T05:12:48.695Z PASS [ 0.072s] (2516/3472) omicron-sled-agent artifact_store::test::wrong_hash
83192026-09-06T05:12:48.699Z PASS [ 0.037s] (2517/3472) omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
83202026-09-06T05:12:48.710Z PASS [ 0.027s] (2518/3472) omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
83212026-09-06T05:12:48.727Z PASS [ 0.032s] (2519/3472) omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
83222026-09-06T05:12:48.732Z PASS [ 0.033s] (2520/3472) omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
83232026-09-06T05:12:48.738Z PASS [ 0.028s] (2521/3472) omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
83242026-09-06T05:12:48.750Z PASS [ 0.023s] (2522/3472) omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
83252026-09-06T05:12:48.755Z PASS [ 0.024s] (2523/3472) omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
83262026-09-06T05:12:48.765Z PASS [ 0.027s] (2524/3472) omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
83272026-09-06T05:12:48.778Z PASS [ 0.027s] (2525/3472) omicron-sled-agent config::test::test_smf_configs
83282026-09-06T05:12:48.782Z PASS [ 0.026s] (2526/3472) omicron-sled-agent fmd::tests::boolean_array
83292026-09-06T05:12:48.787Z PASS [ 0.021s] (2527/3472) omicron-sled-agent fmd::tests::boolean_presence
83302026-09-06T05:12:48.804Z PASS [ 0.026s] (2528/3472) omicron-sled-agent fmd::tests::boolean_value
83312026-09-06T05:12:48.807Z PASS [ 0.024s] (2529/3472) omicron-sled-agent fmd::tests::double
83322026-09-06T05:12:48.812Z PASS [ 0.025s] (2530/3472) omicron-sled-agent fmd::tests::hrtime
83332026-09-06T05:12:48.829Z PASS [ 0.025s] (2531/3472) omicron-sled-agent fmd::tests::integer_arrays
83342026-09-06T05:12:48.835Z PASS [ 0.028s] (2532/3472) omicron-sled-agent fmd::tests::integers
83352026-09-06T05:12:48.839Z PASS [ 0.027s] (2533/3472) omicron-sled-agent fmd::tests::string
83362026-09-06T05:12:48.855Z PASS [ 0.026s] (2534/3472) omicron-sled-agent fmd::tests::string_array
83372026-09-06T05:12:48.860Z PASS [ 0.025s] (2535/3472) omicron-sled-agent fmd::tests::unknown_type
83382026-09-06T05:12:48.868Z PASS [ 0.028s] (2536/3472) omicron-sled-agent instance::tests::add_ephemeral_ip_of_different_ip_version
83392026-09-06T05:12:48.881Z PASS [ 0.027s] (2537/3472) omicron-sled-agent instance::tests::add_ephemeral_ip_with_existing_floating_ip
83402026-09-06T05:12:48.889Z PASS [ 0.029s] (2538/3472) omicron-sled-agent instance::tests::add_ephemeral_ip_with_no_ip_stack_at_all
83412026-09-06T05:12:48.897Z PASS [ 0.029s] (2539/3472) omicron-sled-agent instance::tests::add_floating_ip_of_different_ip_version
83422026-09-06T05:12:48.907Z PASS [ 0.025s] (2540/3472) omicron-sled-agent instance::tests::add_floating_ip_with_existing_ephemeral_ip
83432026-09-06T05:12:48.915Z PASS [ 0.026s] (2541/3472) omicron-sled-agent instance::tests::add_floating_ip_with_no_ip_stack_at_all
83442026-09-06T05:12:48.921Z PASS [ 0.024s] (2542/3472) omicron-sled-agent instance::tests::add_new_floating_ip
83452026-09-06T05:12:48.931Z PASS [ 0.024s] (2543/3472) omicron-sled-agent instance::tests::multicast_membership_is_keyed_on_group_ip
83462026-09-06T05:12:48.935Z PASS [ 0.020s] (2544/3472) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv4_address
83472026-09-06T05:12:48.940Z PASS [ 0.019s] (2545/3472) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv6_address
83482026-09-06T05:12:48.958Z PASS [ 0.027s] (2546/3472) omicron-sled-agent instance::tests::prune_existing_floating_ip
83492026-09-06T05:12:49.091Z PASS [ 0.156s] (2547/3472) omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
83502026-09-06T05:12:49.110Z PASS [ 0.170s] (2548/3472) omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
83512026-09-06T05:12:49.185Z PASS [ 0.226s] (2549/3472) omicron-sled-agent instance::tests::test_instance_create_events_normal
83522026-09-06T05:12:49.472Z PASS [ 0.362s] (2550/3472) omicron-sled-agent instance::tests::test_instance_manager_allows_existing_vmm_while_evacuating
83532026-09-06T05:12:49.577Z PASS [ 0.486s] (2551/3472) omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
83542026-09-06T05:12:49.722Z PASS [ 0.250s] (2552/3472) omicron-sled-agent instance::tests::test_instance_manager_rejects_registration_before_config_loaded
83552026-09-06T05:12:49.736Z PASS [ 0.158s] (2553/3472) omicron-sled-agent instance::tests::test_instance_manager_rejects_registration_while_evacuating
83562026-09-06T05:12:49.781Z PASS [ 0.596s] (2554/3472) omicron-sled-agent instance::tests::test_instance_manager_creation
83572026-09-06T05:12:49.807Z PASS [ 0.025s] (2555/3472) omicron-sled-agent instance::tests::test_multicast_membership_equality
83582026-09-06T05:12:49.862Z PASS [ 0.056s] (2556/3472) omicron-sled-agent instance_manager::jobs::tests::jobs_upholds_invariants
83592026-09-06T05:12:49.890Z PASS [ 0.028s] (2557/3472) omicron-sled-agent metrics::test_samples_per_collection
83602026-09-06T05:12:49.917Z PASS [ 0.181s] (2558/3472) omicron-sled-agent instance::tests::test_instance_manager_vmm_count_tracks_registration
83612026-09-06T05:12:49.948Z PASS [ 0.031s] (2559/3472) omicron-sled-agent probe_manager::tests::external_ip_change_requires_recreate
83622026-09-06T05:12:49.956Z PASS [ 0.234s] (2560/3472) omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
83632026-09-06T05:12:49.974Z PASS [ 0.027s] (2561/3472) omicron-sled-agent probe_manager::tests::interface_change_requires_recreate
83642026-09-06T05:12:49.988Z PASS [ 0.032s] (2562/3472) omicron-sled-agent probe_manager::tests::membership_change_does_not_require_recreate
83652026-09-06T05:12:50.002Z PASS [ 0.027s] (2563/3472) omicron-sled-agent probe_manager::tests::wedged_probe_requires_recreate
83662026-09-06T05:12:50.117Z PASS [ 0.028s] (2564/3472) omicron-sled-agent profile::tests::empty_profile
83672026-09-06T05:12:50.120Z PASS [ 0.025s] (2565/3472) omicron-sled-agent profile::tests::test_disabled_instance
83682026-09-06T05:12:50.120Z PASS [ 0.030s] (2566/3472) omicron-sled-agent profile::tests::test_instance
83692026-09-06T05:12:50.120Z PASS [ 0.027s] (2567/3472) omicron-sled-agent profile::tests::test_multiple
83702026-09-06T05:12:50.121Z PASS [ 0.030s] (2568/3472) omicron-sled-agent profile::tests::test_property
83712026-09-06T05:12:50.121Z PASS [ 0.028s] (2569/3472) omicron-sled-agent profile::tests::test_property_group
83722026-09-06T05:12:50.121Z PASS [ 0.027s] (2570/3472) omicron-sled-agent profile::tests::test_service
83732026-09-06T05:12:50.121Z PASS [ 0.025s] (2571/3472) omicron-sled-agent profile::tests::test_service_property_group
83742026-09-06T05:12:50.130Z PASS [ 0.027s] (2572/3472) omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
83752026-09-06T05:12:50.139Z PASS [ 0.031s] (2573/3472) omicron-sled-agent services::test::test_zone_bundle_metadata_schema
83762026-09-06T05:12:50.162Z PASS [ 0.032s] (2574/3472) omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
83772026-09-06T05:12:50.172Z PASS [ 0.032s] (2575/3472) omicron-sled-agent sim::collection::test::test_sim_instance_reboot
83782026-09-06T05:12:50.197Z PASS [ 0.034s] (2576/3472) omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
83792026-09-06T05:12:50.228Z PASS [ 0.032s] (2577/3472) omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
83802026-09-06T05:12:50.262Z PASS [ 0.033s] (2578/3472) omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
83812026-09-06T05:12:50.294Z PASS [ 0.033s] (2579/3472) omicron-sled-agent sim::storage::test::crucible_ports_get_reused
83822026-09-06T05:12:50.328Z PASS [ 0.033s] (2580/3472) omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
83832026-09-06T05:12:50.359Z PASS [ 0.032s] (2581/3472) omicron-sled-agent sim::storage::test::must_delete_snapshots_first
83842026-09-06T05:12:50.388Z PASS [ 0.029s] (2582/3472) omicron-sled-agent sim::storage::test::nested_dataset
83852026-09-06T05:12:50.422Z PASS [ 0.033s] (2583/3472) omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
83862026-09-06T05:12:50.454Z PASS [ 0.032s] (2584/3472) omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
83872026-09-06T05:12:50.470Z PASS [ 1.960s] (2585/3472) omicron-passwords test::test_reproducible
83882026-09-06T05:12:50.488Z PASS [ 0.034s] (2586/3472) omicron-sled-agent sim::storage::test::running_snapshot_needs_region
83892026-09-06T05:12:50.501Z PASS [ 0.031s] (2587/3472) omicron-sled-agent sim::storage::test::snapshot_needs_region
83902026-09-06T05:12:50.525Z PASS [ 0.037s] (2588/3472) omicron-sled-agent support_bundle::storage::tests::basic_crud
83912026-09-06T05:12:50.534Z PASS [ 0.033s] (2589/3472) omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
83922026-09-06T05:12:50.565Z PASS [ 0.039s] (2590/3472) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
83932026-09-06T05:12:50.576Z PASS [ 0.042s] (2591/3472) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
83942026-09-06T05:12:50.607Z PASS [ 0.042s] (2592/3472) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
83952026-09-06T05:12:50.615Z PASS [ 0.039s] (2593/3472) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
83962026-09-06T05:12:50.646Z PASS [ 0.039s] (2594/3472) omicron-sled-agent support_bundle::storage::tests::creation_idempotency
83972026-09-06T05:12:50.656Z PASS [ 0.041s] (2595/3472) omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
83982026-09-06T05:12:50.689Z PASS [ 0.042s] (2596/3472) omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
83992026-09-06T05:12:50.697Z PASS [ 0.040s] (2597/3472) omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
84002026-09-06T05:12:50.734Z PASS [ 0.045s] (2598/3472) omicron-sled-agent support_bundle::storage::tests::ranges
84012026-09-06T05:12:50.743Z PASS [ 0.046s] (2599/3472) omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
84022026-09-06T05:12:50.764Z PASS [ 0.030s] (2600/3472) omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
84032026-09-06T05:12:51.446Z PASS [ 36.621s] (2601/3472) omicron-nexus::test_all integration_tests::webhooks::test_probe
84042026-09-06T05:12:51.499Z PASS [ 0.053s] (2602/3472) omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
84052026-09-06T05:12:51.560Z PASS [ 0.061s] (2603/3472) omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
84062026-09-06T05:12:51.588Z PASS [ 0.028s] (2604/3472) omicron-sled-agent zone_bundle::tests::test_dir_size
84072026-09-06T05:12:51.645Z PASS [ 0.057s] (2605/3472) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
84082026-09-06T05:12:51.798Z PASS [ 0.153s] (2606/3472) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
84092026-09-06T05:12:51.831Z PASS [ 0.033s] (2607/3472) omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
84102026-09-06T05:12:52.451Z PASS [ 0.620s] (2608/3472) omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
84112026-09-06T05:12:52.457Z PASS [ 2.285s] (2609/3472) omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
84122026-09-06T05:12:52.477Z PASS [ 0.026s] (2610/3472) omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
84132026-09-06T05:12:52.482Z PASS [ 0.025s] (2611/3472) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
84142026-09-06T05:12:52.597Z PASS [ 4.104s] (2612/3472) omicron-passwords test::test_compatible
84152026-09-06T05:12:52.673Z PASS [ 0.196s] (2613/3472) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
84162026-09-06T05:12:52.703Z PASS [ 0.030s] (2614/3472) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
84172026-09-06T05:12:52.719Z PASS [ 0.236s] (2615/3472) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
84182026-09-06T05:12:52.733Z PASS [ 0.029s] (2616/3472) omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
84192026-09-06T05:12:52.879Z PASS [ 2.115s] (2617/3472) omicron-sled-agent zone_bundle::illumos_tests::test_context
84202026-09-06T05:12:52.904Z PASS [ 0.186s] (2618/3472) omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
84212026-09-06T05:12:53.042Z PASS [ 2.299s] (2619/3472) omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
84222026-09-06T05:12:53.046Z PASS [ 0.165s] (2620/3472) omicron-test-utils dev::db::test::test_bad_cmd
84232026-09-06T05:12:53.166Z PASS [ 0.434s] (2621/3472) omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
84242026-09-06T05:12:53.219Z PASS [ 0.314s] (2622/3472) omicron-test-utils dev::db::test::test_cmd_fails
84252026-09-06T05:12:53.365Z PASS [ 0.199s] (2623/3472) omicron-test-utils dev::db::test::test_database_start_hang
84262026-09-06T05:12:53.392Z PASS [ 0.027s] (2624/3472) omicron-test-utils dev::db::test::test_make_pg_config_fail
84272026-09-06T05:12:53.420Z PASS [ 0.027s] (2625/3472) omicron-test-utils dev::db::test::test_make_pg_config_ok
84282026-09-06T05:12:53.448Z PASS [ 0.029s] (2626/3472) omicron-test-utils dev::db::test::test_parse_http_addr
84292026-09-06T05:12:53.476Z PASS [ 0.027s] (2627/3472) omicron-test-utils dev::db::test::test_process_exit_abnormal
84302026-09-06T05:12:53.511Z PASS [ 0.035s] (2628/3472) omicron-test-utils dev::db::test::test_process_exit_normal
84312026-09-06T05:12:53.626Z PASS [ 1.030s] (2629/3472) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
84322026-09-06T05:12:53.728Z PASS [ 0.509s] (2630/3472) omicron-test-utils dev::db::test::test_http_addr_integration
84332026-09-06T05:12:53.845Z PASS [ 0.334s] (2631/3472) omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
84342026-09-06T05:12:53.874Z PASS [ 0.029s] (2632/3472) omicron-test-utils dev::db::test::test_starter_tmpdir
84352026-09-06T05:12:53.909Z PASS [ 0.035s] (2633/3472) omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
84362026-09-06T05:12:53.938Z PASS [ 0.029s] (2634/3472) omicron-test-utils dev::dendrite::tests::test_dpd_in_path
84372026-09-06T05:12:53.963Z PASS [ 0.024s] (2635/3472) omicron-test-utils dev::maghemite::tests::test_ddmd_in_path
84382026-09-06T05:12:53.988Z PASS [ 0.025s] (2636/3472) omicron-test-utils dev::maghemite::tests::test_mgd_in_path
84392026-09-06T05:12:54.021Z PASS [ 0.033s] (2637/3472) omicron-test-utils dev::tcp_proxy::tests::proxy_forwards_and_retargets
84402026-09-06T05:12:54.056Z PASS [ 0.035s] (2638/3472) omicron-test-utils dev::tcp_proxy::tests::refuse_quiesces_old_backend
84412026-09-06T05:12:54.088Z PASS [ 0.032s] (2639/3472) omicron-test-utils dev::tcp_proxy::tests::set_target_does_not_deadlock_with_live_connection
84422026-09-06T05:12:54.132Z PASS [ 0.044s] (2640/3472) omicron-test-utils dev::test_cmds::tests::test_redact_extra
84432026-09-06T05:12:54.139Z PASS [ 1.095s] (2641/3472) omicron-test-utils dev::db::test::test_database_concurrent
84442026-09-06T05:12:54.175Z PASS [ 0.043s] (2642/3472) omicron-test-utils dev::test_cmds::tests::test_redact_section
84452026-09-06T05:12:54.216Z PASS [ 0.040s] (2643/3472) omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
84462026-09-06T05:12:54.267Z PASS [ 0.050s] (2644/3472) oximeter test::timeseries_schema_consistency
84472026-09-06T05:12:54.297Z PASS [ 0.158s] (2645/3472) omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
84482026-09-06T05:12:54.341Z PASS [ 0.075s] (2646/3472) oximeter-collector agent::tests::test_self_stat_collection_count
84492026-09-06T05:12:54.375Z PASS [ 0.078s] (2647/3472) oximeter-collector agent::tests::test_self_stat_error_counter
84502026-09-06T05:12:54.411Z PASS [ 0.070s] (2648/3472) oximeter-collector agent::tests::test_self_stat_unreachable_counter
84512026-09-06T05:12:54.475Z PASS [ 3.029s] (2649/3472) omicron-sled-agent zone_bundle::illumos_tests::test_update_context
84522026-09-06T05:12:54.498Z PASS [ 0.087s] (2650/3472) oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
84532026-09-06T05:12:54.525Z PASS [ 0.797s] (2651/3472) omicron-test-utils dev::db::test::test_setup_database_overridden_dir
84542026-09-06T05:12:54.529Z PASS [ 0.030s] (2652/3472) oximeter-collector results_sink::tests::batch_handoff_notifies_receiver_when_forced
84552026-09-06T05:12:54.562Z PASS [ 0.088s] (2653/3472) oximeter-collector agent::tests::verify_producer_details
84562026-09-06T05:12:54.582Z PASS [ 0.057s] (2654/3472) oximeter-collector results_sink::tests::batcher_increments_dropped_counter
84572026-09-06T05:12:54.587Z PASS [ 0.024s] (2655/3472) oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
84582026-09-06T05:12:54.587Z PASS [ 0.058s] (2656/3472) oximeter-collector results_sink::tests::test_batch_handoff_overflow
84592026-09-06T05:12:54.609Z PASS [ 0.027s] (2657/3472) oximeter-collector self_stats::tests::test_failure_reason_serialization
84602026-09-06T05:12:54.612Z PASS [ 0.025s] (2658/3472) oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
84612026-09-06T05:12:54.638Z PASS [ 0.029s] (2659/3472) oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
84622026-09-06T05:12:54.641Z PASS [ 0.028s] (2660/3472) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
84632026-09-06T05:12:54.648Z PASS [ 0.061s] (2661/3472) oximeter-collector::test_commands test_oximeter_no_args
84642026-09-06T05:12:54.659Z PASS [ 3.213s] (2662/3472) omicron-sled-agent zone_bundle::illumos_tests::test_utilization
84652026-09-06T05:12:54.662Z PASS [ 0.022s] (2663/3472) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
84662026-09-06T05:12:54.666Z PASS [ 0.026s] (2664/3472) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
84672026-09-06T05:12:54.770Z PASS [ 0.394s] (2665/3472) oximeter-collector agent::tests::test_standalone_integration
84682026-09-06T05:12:54.827Z PASS [ 3.381s] (2666/3472) omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
84692026-09-06T05:12:55.355Z PASS [ 0.688s] (2667/3472) oximeter-db client::oxql::tests::test_get_fields_query
84702026-09-06T05:12:55.358Z PASS [ 0.707s] (2668/3472) oximeter-db client::oxql::tests::test_get_entire_table
84712026-09-06T05:12:55.377Z PASS [ 0.718s] (2669/3472) oximeter-db client::oxql::tests::test_get_fields
84722026-09-06T05:12:55.384Z PASS [ 0.726s] (2670/3472) oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
84732026-09-06T05:12:55.389Z PASS [ 0.032s] (2671/3472) oximeter-db client::tests::can_extract_ttl_from_all_oximeter_tables
84742026-09-06T05:12:55.429Z PASS [ 0.044s] (2672/3472) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
84752026-09-06T05:12:55.490Z PASS [ 0.720s] (2673/3472) oximeter-db client::oxql::tests::test_get_one_timeseries
84762026-09-06T05:12:55.554Z PASS [ 0.727s] (2674/3472) oximeter-db client::oxql::tests::test_limit_operations
84772026-09-06T05:12:55.949Z PASS [ 0.593s] (2675/3472) oximeter-db client::tests::can_ping_clickhouse
84782026-09-06T05:12:56.154Z PASS [ 0.664s] (2676/3472) oximeter-db client::tests::read_latest_version_reports_max
84792026-09-06T05:12:56.220Z PASS [ 0.666s] (2677/3472) oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
84802026-09-06T05:12:56.238Z PASS [ 40.652s] (2678/3472) omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
84812026-09-06T05:12:56.317Z PASS [ 8.723s] (2679/3472) omicron-omdb::test_multicast test_omdb_multicast_pools
84822026-09-06T05:12:56.558Z PASS [ 0.610s] (2680/3472) oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
84832026-09-06T05:12:56.568Z PASS [ 1.182s] (2681/3472) oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
84842026-09-06T05:12:56.831Z PASS [ 0.677s] (2682/3472) oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
84852026-09-06T05:12:56.841Z PASS [ 0.604s] (2683/3472) oximeter-db client::tests::set_retention_policy_before_db_init_does_not_panic
84862026-09-06T05:12:56.848Z PASS [ 3.805s] (2684/3472) omicron-test-utils dev::db::test::test_data_survives_drop_without_cleanup
84872026-09-06T05:12:56.859Z PASS [ 0.622s] (2685/3472) oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
84882026-09-06T05:12:56.880Z PASS [ 0.032s] (2686/3472) oximeter-db client::tests::test_extract_ttl_in_days_from_create_table_query
84892026-09-06T05:12:56.941Z PASS [ 0.721s] (2687/3472) oximeter-db client::tests::select_timeseries_with_select_one
84902026-09-06T05:12:56.970Z PASS [ 0.733s] (2688/3472) oximeter-db client::tests::test_database_version_update_is_idempotent
84912026-09-06T05:12:56.974Z PASS [ 0.737s] (2689/3472) oximeter-db client::tests::test_client_select_timeseries_one
84922026-09-06T05:12:57.011Z PASS [ 0.036s] (2690/3472) oximeter-db client::tests::test_read_schema_upgrade_sql_files
84932026-09-06T05:12:57.019Z PASS [ 0.702s] (2691/3472) oximeter-db client::tests::test_database_version_will_not_upgrade
84942026-09-06T05:12:57.022Z PASS [ 0.704s] (2692/3472) oximeter-db client::tests::test_database_version_will_not_downgrade
84952026-09-06T05:12:57.026Z PASS [ 0.709s] (2693/3472) oximeter-db client::tests::test_differentiate_by_timeseries_name
84962026-09-06T05:12:57.047Z PASS [ 0.036s] (2694/3472) oximeter-db client::tests::test_read_timeseries_to_delete
84972026-09-06T05:12:57.050Z PASS [ 0.730s] (2695/3472) oximeter-db client::tests::test_do_not_duplicate_schema_on_new_samples
84982026-09-06T05:12:57.050Z PASS [ 0.029s] (2696/3472) oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
84992026-09-06T05:12:57.053Z PASS [ 0.031s] (2697/3472) oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
85002026-09-06T05:12:57.105Z PASS [ 1.676s] (2698/3472) oximeter-db client::tests::insert_samples_fails_fast
85012026-09-06T05:12:57.258Z PASS [ 0.690s] (2699/3472) oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
85022026-09-06T05:12:57.274Z PASS [ 0.715s] (2700/3472) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
85032026-09-06T05:12:57.502Z PASS [ 0.671s] (2701/3472) oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
85042026-09-06T05:12:57.538Z PASS [ 0.679s] (2702/3472) oximeter-db client::tests::test_field_record_count
85052026-09-06T05:12:57.554Z PASS [ 0.675s] (2703/3472) oximeter-db client::tests::test_insert_samples
85062026-09-06T05:12:57.615Z PASS [ 0.673s] (2704/3472) oximeter-db client::tests::test_is_oximeter_cluster
85072026-09-06T05:12:57.677Z PASS [ 0.706s] (2705/3472) oximeter-db client::tests::test_list_timeseries
85082026-09-06T05:12:57.733Z PASS [ 0.891s] (2706/3472) oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
85092026-09-06T05:12:57.758Z PASS [ 0.711s] (2707/3472) oximeter-db client::tests::test_schema_mismatch
85102026-09-06T05:12:57.762Z PASS [ 0.713s] (2708/3472) oximeter-db client::tests::test_schema_update
85112026-09-06T05:12:57.786Z PASS [ 0.028s] (2709/3472) oximeter-db client::tests::test_unravel_index
85122026-09-06T05:12:57.803Z PASS [ 0.740s] (2710/3472) oximeter-db client::tests::test_select_all_datum_types
85132026-09-06T05:12:57.803Z PASS [ 0.033s] (2711/3472) oximeter-db client::tests::test_verify_schema_upgrades
85142026-09-06T05:12:57.819Z PASS [ 0.033s] (2712/3472) oximeter-db model::fields::tests::test_extract_fields_as_block
85152026-09-06T05:12:57.823Z PASS [ 0.030s] (2713/3472) oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
85162026-09-06T05:12:57.826Z PASS [ 0.031s] (2714/3472) oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
85172026-09-06T05:12:57.844Z PASS [ 0.796s] (2715/3472) oximeter-db client::tests::test_schema_reinserted_after_redeployment
85182026-09-06T05:12:57.847Z PASS [ 0.741s] (2716/3472) oximeter-db client::tests::test_select_all_field_types
85192026-09-06T05:12:57.851Z PASS [ 0.032s] (2717/3472) oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
85202026-09-06T05:12:57.854Z PASS [ 0.028s] (2718/3472) oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
85212026-09-06T05:12:57.858Z PASS [ 0.034s] (2719/3472) oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
85222026-09-06T05:12:57.871Z PASS [ 0.024s] (2720/3472) oximeter-db native::block::tests::datetime64_scale_checks_range
85232026-09-06T05:12:57.875Z PASS [ 0.030s] (2721/3472) oximeter-db native::block::tests::concat_blocks
85242026-09-06T05:12:57.882Z PASS [ 0.031s] (2722/3472) oximeter-db native::block::tests::parse_date_time
85252026-09-06T05:12:57.887Z PASS [ 0.032s] (2723/3472) oximeter-db native::block::tests::parse_date_time64
85262026-09-06T05:12:57.887Z PASS [ 0.030s] (2724/3472) oximeter-db native::block::tests::parse_escaped_date_time64
85272026-09-06T05:12:57.901Z PASS [ 0.031s] (2725/3472) oximeter-db native::block::tests::test_data_type_to_string
85282026-09-06T05:12:57.906Z PASS [ 0.032s] (2726/3472) oximeter-db native::block::tests::test_datetime64_conversions
85292026-09-06T05:12:57.917Z PASS [ 0.034s] (2727/3472) oximeter-db native::block::tests::test_parse_all_known_timezones
85302026-09-06T05:12:57.926Z PASS [ 0.039s] (2728/3472) oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
85312026-09-06T05:12:57.929Z PASS [ 0.041s] (2729/3472) oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
85322026-09-06T05:12:57.934Z PASS [ 0.033s] (2730/3472) oximeter-db native::block::tests::test_parse_enum8
85332026-09-06T05:12:57.938Z PASS [ 0.030s] (2731/3472) oximeter-db native::block::tests::test_parse_enum_variant
85342026-09-06T05:12:57.946Z PASS [ 0.029s] (2732/3472) oximeter-db native::block::tests::test_parse_invalid_data_type
85352026-09-06T05:12:57.978Z PASS [ 0.951s] (2733/3472) oximeter-db client::tests::test_recall_of_all_fields
85362026-09-06T05:12:57.981Z PASS [ 0.722s] (2734/3472) oximeter-db client::tests::test_select_timeseries_with_all
85372026-09-06T05:12:58.114Z PASS [ 0.839s] (2735/3472) oximeter-db client::tests::test_select_timeseries_with_limit
85382026-09-06T05:12:58.254Z PASS [ 0.716s] (2736/3472) oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
85392026-09-06T05:12:58.273Z PASS [ 0.718s] (2737/3472) oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
85402026-09-06T05:12:58.295Z PASS [ 0.793s] (2738/3472) oximeter-db client::tests::test_select_timeseries_with_order
85412026-09-06T05:12:58.304Z PASS [ 0.031s] (2739/3472) oximeter-db native::io::block::tests::test_decode_block_with_nulls
85422026-09-06T05:12:58.323Z PASS [ 0.028s] (2740/3472) oximeter-db native::io::block::tests::test_decode_full_block
85432026-09-06T05:12:58.326Z PASS [ 0.710s] (2741/3472) oximeter-db client::tests::test_select_timeseries_with_start_time
85442026-09-06T05:12:58.329Z PASS [ 0.023s] (2742/3472) oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
85452026-09-06T05:12:58.352Z PASS [ 0.027s] (2743/3472) oximeter-db native::io::column::tests::test_decode_ipv4addr_column
85462026-09-06T05:12:58.355Z PASS [ 0.026s] (2744/3472) oximeter-db native::io::column::tests::test_decode_ipv6addr_column
85472026-09-06T05:12:58.355Z PASS [ 0.030s] (2745/3472) oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
85482026-09-06T05:12:58.376Z PASS [ 0.024s] (2746/3472) oximeter-db native::io::column::tests::test_decode_string_column
85492026-09-06T05:12:58.380Z PASS [ 0.025s] (2747/3472) oximeter-db native::io::column::tests::test_decode_uint8_column
85502026-09-06T05:12:58.383Z PASS [ 0.028s] (2748/3472) oximeter-db native::io::column::tests::test_decode_uint64_column
85512026-09-06T05:12:58.402Z PASS [ 0.026s] (2749/3472) oximeter-db native::io::column::tests::test_decode_uuid_column
85522026-09-06T05:12:58.405Z PASS [ 0.024s] (2750/3472) oximeter-db native::io::column::tests::test_encode_decode_column
85532026-09-06T05:12:58.409Z PASS [ 0.027s] (2751/3472) oximeter-db native::io::packet::server::tests::test_decode_full_hello
85542026-09-06T05:12:58.417Z PASS [ 0.684s] (2752/3472) oximeter-db client::tests::test_timeseries_schema_list
85552026-09-06T05:12:58.429Z PASS [ 0.026s] (2753/3472) oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
85562026-09-06T05:12:58.432Z PASS [ 0.029s] (2754/3472) oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
85572026-09-06T05:12:58.432Z PASS [ 0.023s] (2755/3472) oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
85582026-09-06T05:12:58.440Z PASS [ 0.023s] (2756/3472) oximeter-db native::io::packet::server::tests::test_decode_partial_hello
85592026-09-06T05:12:58.451Z PASS [ 0.022s] (2757/3472) oximeter-db native::io::packet::server::tests::test_decode_pong
85602026-09-06T05:12:58.454Z PASS [ 0.022s] (2758/3472) oximeter-db native::io::packet::server::tests::test_decode_progress_packet
85612026-09-06T05:12:58.458Z PASS [ 0.025s] (2759/3472) oximeter-db native::io::packet::server::tests::test_decode_single_exception
85622026-09-06T05:12:58.465Z PASS [ 0.025s] (2760/3472) oximeter-db native::io::string::test::test_encode_decode
85632026-09-06T05:12:58.480Z PASS [ 0.026s] (2761/3472) oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
85642026-09-06T05:12:58.483Z PASS [ 0.029s] (2762/3472) oximeter-db native::io::string::test::test_encode_hello_world
85652026-09-06T05:12:58.483Z PASS [ 0.024s] (2763/3472) oximeter-db native::io::table_columns::tests::test_column_count
85662026-09-06T05:12:58.491Z PASS [ 0.026s] (2764/3472) oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
85672026-09-06T05:12:58.515Z PASS [ 0.033s] (2765/3472) oximeter-db native::io::varuint::test_encode_decode_varuint
85682026-09-06T05:12:58.518Z PASS [ 0.036s] (2766/3472) oximeter-db native::io::table_columns::tests::test_column_description_with_default
85692026-09-06T05:12:58.518Z PASS [ 0.026s] (2767/3472) oximeter-db oxql::ast::grammar::tests::test_align_table_op
85702026-09-06T05:12:58.518Z PASS [ 0.037s] (2768/3472) oximeter-db native::io::table_columns::tests::test_column_descriptions
85712026-09-06T05:12:58.527Z PASS [ 0.601s] (2769/3472) oximeter-db native::connection::tests::test_basic_select_query
85722026-09-06T05:12:58.535Z PASS [ 0.600s] (2770/3472) oximeter-db native::connection::tests::test_exchange_hello
85732026-09-06T05:12:58.541Z PASS [ 0.027s] (2771/3472) oximeter-db oxql::ast::grammar::tests::test_boolean_literal
85742026-09-06T05:12:58.545Z PASS [ 0.608s] (2772/3472) oximeter-db native::connection::tests::test_insert_and_select_data
85752026-09-06T05:12:58.545Z PASS [ 0.027s] (2773/3472) oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
85762026-09-06T05:12:58.550Z PASS [ 0.034s] (2774/3472) oximeter-db oxql::ast::grammar::tests::test_comparison
85772026-09-06T05:12:58.554Z PASS [ 0.034s] (2775/3472) oximeter-db oxql::ast::grammar::tests::test_double_literal
85782026-09-06T05:12:58.557Z PASS [ 0.609s] (2776/3472) oximeter-db native::connection::tests::test_insert_and_select_uuid
85792026-09-06T05:12:58.568Z PASS [ 0.033s] (2777/3472) oximeter-db oxql::ast::grammar::tests::test_duration_literal
85802026-09-06T05:12:58.571Z PASS [ 0.043s] (2778/3472) oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
85812026-09-06T05:12:58.574Z PASS [ 0.030s] (2779/3472) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
85822026-09-06T05:12:58.578Z PASS [ 0.032s] (2780/3472) oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
85832026-09-06T05:12:58.581Z PASS [ 0.037s] (2781/3472) oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
85842026-09-06T05:12:58.581Z PASS [ 0.028s] (2782/3472) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
85852026-09-06T05:12:58.581Z PASS [ 0.029s] (2783/3472) oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
85862026-09-06T05:12:58.584Z PASS [ 0.028s] (2784/3472) oximeter-db oxql::ast::grammar::tests::test_filter_table_op
85872026-09-06T05:12:58.592Z PASS [ 0.614s] (2785/3472) oximeter-db native::connection::tests::test_select_array_column
85882026-09-06T05:12:58.596Z PASS [ 0.614s] (2786/3472) oximeter-db native::connection::tests::test_select_array_of_nullable_column
85892026-09-06T05:12:58.600Z PASS [ 0.030s] (2787/3472) oximeter-db oxql::ast::grammar::tests::test_get_table_op
85902026-09-06T05:12:58.600Z PASS [ 0.028s] (2788/3472) oximeter-db oxql::ast::grammar::tests::test_group_by
85912026-09-06T05:12:58.607Z PASS [ 0.925s] (2789/3472) oximeter-db client::tests::test_sql_query_output
85922026-09-06T05:12:58.607Z PASS [ 0.028s] (2790/3472) oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
85932026-09-06T05:12:58.607Z PASS [ 0.028s] (2791/3472) oximeter-db oxql::ast::grammar::tests::test_ident
85942026-09-06T05:12:58.611Z PASS [ 42.645s] (2792/3472) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
85952026-09-06T05:12:58.611Z PASS [ 0.029s] (2793/3472) oximeter-db oxql::ast::grammar::tests::test_integer_literal
85962026-09-06T05:12:58.611Z PASS [ 0.027s] (2794/3472) oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
85972026-09-06T05:12:58.611Z PASS [ 0.029s] (2795/3472) oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
85982026-09-06T05:12:58.620Z PASS [ 0.036s] (2796/3472) oximeter-db oxql::ast::grammar::tests::test_multiple_negation
85992026-09-06T05:12:58.629Z PASS [ 0.037s] (2797/3472) oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
86002026-09-06T05:12:58.637Z PASS [ 0.043s] (2798/3472) oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
86012026-09-06T05:12:58.641Z PASS [ 0.711s] (2799/3472) oximeter-db native::connection::tests::test_can_cancel_query
86022026-09-06T05:12:58.646Z PASS [ 0.047s] (2800/3472) oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
86032026-09-06T05:12:58.646Z PASS [ 0.047s] (2801/3472) oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
86042026-09-06T05:12:58.652Z PASS [ 0.047s] (2802/3472) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
86052026-09-06T05:12:58.656Z PASS [ 0.047s] (2803/3472) oximeter-db oxql::ast::grammar::tests::test_reducer
86062026-09-06T05:12:58.656Z PASS [ 0.047s] (2804/3472) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
86072026-09-06T05:12:58.656Z PASS [ 0.047s] (2805/3472) oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
86082026-09-06T05:12:58.656Z PASS [ 0.052s] (2806/3472) oximeter-db oxql::ast::grammar::tests::test_query
86092026-09-06T05:12:58.656Z PASS [ 0.047s] (2807/3472) oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
86102026-09-06T05:12:58.659Z PASS [ 0.053s] (2808/3472) oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
86112026-09-06T05:12:58.660Z PASS [ 0.049s] (2809/3472) oximeter-db oxql::ast::grammar::tests::test_uuid_literal
86122026-09-06T05:12:58.660Z PASS [ 0.051s] (2810/3472) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
86132026-09-06T05:12:58.660Z PASS [ 0.040s] (2811/3472) oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
86142026-09-06T05:12:58.664Z PASS [ 0.035s] (2812/3472) oximeter-db oxql::ast::literal::tests::test_literal_compare_field
86152026-09-06T05:12:58.675Z PASS [ 0.038s] (2813/3472) oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
86162026-09-06T05:12:58.679Z PASS [ 0.039s] (2814/3472) oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
86172026-09-06T05:12:58.683Z PASS [ 0.037s] (2815/3472) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
86182026-09-06T05:12:58.691Z PASS [ 0.047s] (2816/3472) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
86192026-09-06T05:12:58.695Z PASS [ 0.043s] (2817/3472) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
86202026-09-06T05:12:58.699Z PASS [ 0.045s] (2818/3472) oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
86212026-09-06T05:12:58.699Z PASS [ 0.044s] (2819/3472) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
86222026-09-06T05:12:58.703Z PASS [ 0.045s] (2820/3472) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
86232026-09-06T05:12:58.703Z PASS [ 0.048s] (2821/3472) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
86242026-09-06T05:12:58.703Z PASS [ 0.047s] (2822/3472) oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
86252026-09-06T05:12:58.706Z PASS [ 0.590s] (2823/3472) oximeter-db native::connection::tests::test_select_nullable_column
86262026-09-06T05:12:58.707Z PASS [ 0.049s] (2824/3472) oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
86272026-09-06T05:12:58.710Z PASS [ 0.053s] (2825/3472) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
86282026-09-06T05:12:58.710Z PASS [ 0.052s] (2826/3472) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
86292026-09-06T05:12:58.710Z PASS [ 0.050s] (2827/3472) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
86302026-09-06T05:12:58.713Z PASS [ 0.047s] (2828/3472) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
86312026-09-06T05:12:58.717Z PASS [ 0.041s] (2829/3472) oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
86322026-09-06T05:12:58.720Z PASS [ 0.035s] (2830/3472) oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
86332026-09-06T05:12:58.720Z PASS [ 0.039s] (2831/3472) oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
86342026-09-06T05:12:58.724Z PASS [ 0.031s] (2832/3472) oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
86352026-09-06T05:12:58.724Z PASS [ 0.027s] (2833/3472) oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
86362026-09-06T05:12:58.727Z PASS [ 0.027s] (2834/3472) oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
86372026-09-06T05:12:58.731Z PASS [ 0.030s] (2835/3472) oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
86382026-09-06T05:12:58.751Z PASS [ 0.049s] (2836/3472) oximeter-db oxql::plan::align::test::test_align_input_schema
86392026-09-06T05:12:58.758Z PASS [ 0.056s] (2837/3472) oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
86402026-09-06T05:12:58.762Z PASS [ 0.055s] (2838/3472) oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
86412026-09-06T05:12:58.762Z PASS [ 0.056s] (2839/3472) oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
86422026-09-06T05:12:58.762Z PASS [ 0.055s] (2840/3472) oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
86432026-09-06T05:12:58.765Z PASS [ 0.053s] (2841/3472) oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
86442026-09-06T05:12:58.765Z PASS [ 0.055s] (2842/3472) oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
86452026-09-06T05:12:58.765Z PASS [ 0.056s] (2843/3472) oximeter-db oxql::plan::plan::tests::cannot_join_one_table
86462026-09-06T05:12:58.769Z PASS [ 0.057s] (2844/3472) oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
86472026-09-06T05:12:58.772Z PASS [ 0.056s] (2845/3472) oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
86482026-09-06T05:12:58.772Z PASS [ 0.054s] (2846/3472) oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
86492026-09-06T05:12:58.776Z PASS [ 0.056s] (2847/3472) oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
86502026-09-06T05:12:58.779Z PASS [ 0.055s] (2848/3472) oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
86512026-09-06T05:12:58.779Z PASS [ 0.056s] (2849/3472) oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
86522026-09-06T05:12:58.779Z PASS [ 0.053s] (2850/3472) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
86532026-09-06T05:12:58.779Z PASS [ 0.049s] (2851/3472) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
86542026-09-06T05:12:58.787Z PASS [ 0.037s] (2852/3472) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
86552026-09-06T05:12:58.809Z PASS [ 0.049s] (2853/3472) oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
86562026-09-06T05:12:58.812Z PASS [ 0.051s] (2854/3472) oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
86572026-09-06T05:12:58.812Z PASS [ 0.049s] (2855/3472) oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
86582026-09-06T05:12:58.816Z PASS [ 0.056s] (2856/3472) oximeter-db oxql::plan::plan::tests::requires_full_table_scan
86592026-09-06T05:12:58.820Z PASS [ 0.055s] (2857/3472) oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
86602026-09-06T05:12:58.824Z PASS [ 0.054s] (2858/3472) oximeter-db oxql::query::tests::test_coalesce_limits
86612026-09-06T05:12:58.824Z PASS [ 0.048s] (2859/3472) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
86622026-09-06T05:12:58.824Z PASS [ 0.050s] (2860/3472) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
86632026-09-06T05:12:58.824Z PASS [ 0.058s] (2861/3472) oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
86642026-09-06T05:12:58.824Z PASS [ 0.046s] (2862/3472) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
86652026-09-06T05:12:58.828Z PASS [ 0.060s] (2863/3472) oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
86662026-09-06T05:12:58.828Z PASS [ 0.048s] (2864/3472) oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
86672026-09-06T05:12:58.828Z PASS [ 0.048s] (2865/3472) oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
86682026-09-06T05:12:58.828Z PASS [ 0.054s] (2866/3472) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
86692026-09-06T05:12:58.832Z PASS [ 0.042s] (2867/3472) oximeter-db oxql::query::tests::test_coalesce_predicates
86702026-09-06T05:12:58.832Z PASS [ 0.050s] (2868/3472) oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
86712026-09-06T05:12:58.840Z PASS [ 0.032s] (2869/3472) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
86722026-09-06T05:12:58.850Z PASS [ 0.039s] (2870/3472) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
86732026-09-06T05:12:58.850Z PASS [ 0.595s] (2871/3472) oximeter-db native::connection::tests::test_send_cancel_with_no_query
86742026-09-06T05:12:58.854Z PASS [ 0.042s] (2872/3472) oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
86752026-09-06T05:12:58.854Z PASS [ 0.039s] (2873/3472) oximeter-db oxql::query::tests::test_insert_filters
86762026-09-06T05:12:58.863Z PASS [ 0.044s] (2874/3472) oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
86772026-09-06T05:12:58.872Z PASS [ 0.048s] (2875/3472) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
86782026-09-06T05:12:58.875Z PASS [ 0.051s] (2876/3472) oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
86792026-09-06T05:12:58.875Z PASS [ 0.050s] (2877/3472) oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
86802026-09-06T05:12:58.875Z PASS [ 0.048s] (2878/3472) oximeter-db query::tests::test_field_cmp
86812026-09-06T05:12:58.876Z PASS [ 0.054s] (2879/3472) oximeter-db oxql::query::tests::test_query_end_time
86822026-09-06T05:12:58.879Z PASS [ 0.055s] (2880/3472) oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
86832026-09-06T05:12:58.879Z PASS [ 0.051s] (2881/3472) oximeter-db oxql::query::tests::test_split_query
86842026-09-06T05:12:58.879Z PASS [ 0.051s] (2882/3472) oximeter-db query::tests::test_field_selector_as_query
86852026-09-06T05:12:58.879Z PASS [ 0.053s] (2883/3472) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
86862026-09-06T05:12:58.879Z PASS [ 0.050s] (2884/3472) oximeter-db query::tests::test_field_value_as_db_str
86872026-09-06T05:12:58.889Z PASS [ 0.059s] (2885/3472) oximeter-db query::tests::test_select_query_builder_field_selectors
86882026-09-06T05:12:58.892Z PASS [ 0.049s] (2886/3472) oximeter-db query::tests::test_select_query_builder_filter_raw
86892026-09-06T05:12:58.900Z PASS [ 0.046s] (2887/3472) oximeter-db query::tests::test_select_query_builder_no_fields
86902026-09-06T05:12:58.903Z PASS [ 0.047s] (2888/3472) oximeter-db query::tests::test_select_query_builder_limit_offset
86912026-09-06T05:12:58.903Z PASS [ 0.052s] (2889/3472) oximeter-db query::tests::test_select_query_builder_from_parts
86922026-09-06T05:12:58.903Z PASS [ 0.039s] (2890/3472) oximeter-db query::tests::test_select_query_builder_no_selectors
86932026-09-06T05:12:58.907Z PASS [ 0.053s] (2891/3472) oximeter-db query::tests::test_select_query_builder_full
86942026-09-06T05:12:58.911Z PASS [ 0.038s] (2892/3472) oximeter-db query::tests::test_time_range
86952026-09-06T05:12:58.924Z PASS [ 0.052s] (2893/3472) oximeter-db query::tests::test_string_field_selector
86962026-09-06T05:12:58.931Z PASS [ 0.054s] (2894/3472) oximeter-db sql::tests::test_ctes_are_not_supported
86972026-09-06T05:12:58.934Z PASS [ 0.055s] (2895/3472) oximeter-db sql::tests::test_multiple_statements_are_not_supported
86982026-09-06T05:12:58.935Z PASS [ 0.056s] (2896/3472) oximeter-db sql::tests::test_function_allow_list
86992026-09-06T05:12:58.935Z PASS [ 0.059s] (2897/3472) oximeter-db sql::tests::test_cannot_name_database
87002026-09-06T05:12:58.935Z PASS [ 0.055s] (2898/3472) oximeter-db sql::tests::test_query_must_be_select_statement
87012026-09-06T05:12:58.935Z PASS [ 0.057s] (2899/3472) oximeter-db sql::tests::test_join_must_be_inner
87022026-09-06T05:12:58.935Z PASS [ 0.059s] (2900/3472) oximeter-db sql::tests::test_allow_subqueries
87032026-09-06T05:12:58.935Z PASS [ 0.061s] (2901/3472) oximeter-db sql::tests::test_allow_limit_offset
87042026-09-06T05:12:58.939Z PASS [ 0.049s] (2902/3472) oximeter-db sql::tests::test_require_table_is_timeseries_name
87052026-09-06T05:12:58.942Z PASS [ 0.052s] (2903/3472) oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
87062026-09-06T05:12:58.948Z PASS [ 0.048s] (2904/3472) oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
87072026-09-06T05:12:58.951Z PASS [ 0.048s] (2905/3472) oximeter-db tests::test_timeseries_key_field_stability
87082026-09-06T05:12:58.951Z PASS [ 0.038s] (2906/3472) oximeter-db::integration_test test_schemas_are_not_modified
87092026-09-06T05:12:58.955Z PASS [ 0.050s] (2907/3472) oximeter-db tests::test_timeseries_key_sample_stability
87102026-09-06T05:12:58.955Z PASS [ 0.052s] (2908/3472) oximeter-db sql::tests::test_with_comma_join_fails
87112026-09-06T05:12:58.980Z PASS [ 0.047s] (2909/3472) oximeter-instruments kstat::cpu::tests::test_kstat_interested
87122026-09-06T05:12:58.983Z PASS [ 0.051s] (2910/3472) oximeter-instruments http::tests::test_latency_tracker
87132026-09-06T05:12:58.989Z PASS [ 0.036s] (2911/3472) oximeter-instruments kstat::link::tests::test_interested_negative
87142026-09-06T05:12:58.993Z PASS [ 0.055s] (2912/3472) oximeter-instruments kstat::cpu::tests::test_sled_cpu_samples
87152026-09-06T05:12:59.002Z PASS [ 0.023s] (2913/3472) oximeter-instruments kstat::link::tests::test_interested_positive
87162026-09-06T05:12:59.006Z PASS [ 0.054s] (2914/3472) oximeter-instruments kstat::link::illumos_tests::test_sled_datalink
87172026-09-06T05:12:59.010Z PASS [ 0.027s] (2915/3472) oximeter-instruments kstat::link::tests::test_to_samples
87182026-09-06T05:12:59.014Z PASS [ 0.025s] (2916/3472) oximeter-instruments kstat::opte_port::tests::test_interested_positive
87192026-09-06T05:12:59.018Z PASS [ 0.026s] (2917/3472) oximeter-instruments kstat::opte_port::tests::test_interested_negative
87202026-09-06T05:12:59.018Z PASS [ 0.081s] (2918/3472) oximeter-instruments kstat::link::illumos_tests::no_futures_to_await_after_removing_target
87212026-09-06T05:12:59.018Z PASS [ 0.067s] (2919/3472) oximeter-instruments kstat::link::illumos_tests::test_prune_creation_times_when_target_is_removed
87222026-09-06T05:12:59.022Z PASS [ 0.066s] (2920/3472) oximeter-instruments kstat::link::illumos_tests::updating_target_changes_existing_sampling_interval
87232026-09-06T05:12:59.022Z PASS [ 0.081s] (2921/3472) oximeter-instruments kstat::link::illumos_tests::test_kstat_start_time_is_equal
87242026-09-06T05:12:59.022Z PASS [ 0.087s] (2922/3472) oximeter-instruments kstat::link::illumos_tests::test_kstat_sampler_with_overflow
87252026-09-06T05:12:59.022Z PASS [ 0.087s] (2923/3472) oximeter-instruments kstat::link::illumos_tests::test_kstat_sampler
87262026-09-06T05:12:59.025Z PASS [ 0.082s] (2924/3472) oximeter-instruments kstat::link::illumos_tests::test_kstat_with_expiration
87272026-09-06T05:12:59.025Z PASS [ 0.077s] (2925/3472) oximeter-instruments kstat::link::illumos_tests::test_prune_creation_times_when_kstat_is_gone
87282026-09-06T05:12:59.029Z PASS [ 0.024s] (2926/3472) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_invalid_uuid
87292026-09-06T05:12:59.029Z PASS [ 0.096s] (2927/3472) oximeter-instruments kstat::cpu::tests::test_kstat_sampler
87302026-09-06T05:12:59.032Z PASS [ 0.023s] (2928/3472) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_prefix
87312026-09-06T05:12:59.036Z PASS [ 0.031s] (2929/3472) oximeter-instruments kstat::opte_port::tests::test_to_samples
87322026-09-06T05:12:59.042Z PASS [ 0.020s] (2930/3472) oximeter-macro-impl tests::test_extract_datum_type_by_field_name
87332026-09-06T05:12:59.045Z PASS [ 0.022s] (2931/3472) oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
87342026-09-06T05:12:59.045Z PASS [ 0.019s] (2932/3472) oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
87352026-09-06T05:12:59.049Z PASS [ 0.018s] (2933/3472) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
87362026-09-06T05:12:59.049Z PASS [ 0.034s] (2934/3472) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_uuid
87372026-09-06T05:12:59.049Z PASS [ 0.020s] (2935/3472) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
87382026-09-06T05:12:59.053Z PASS [ 0.034s] (2936/3472) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_omicron_zone
87392026-09-06T05:12:59.053Z PASS [ 0.020s] (2937/3472) oximeter-macro-impl tests::test_metric_annotated_field
87402026-09-06T05:12:59.057Z PASS [ 0.039s] (2938/3472) oximeter-instruments kstat::zone::tests::test_kstat_interested
87412026-09-06T05:12:59.057Z PASS [ 0.022s] (2939/3472) oximeter-macro-impl tests::test_metric_datum_field
87422026-09-06T05:12:59.060Z PASS [ 0.038s] (2940/3472) oximeter-instruments zfs::usage::tests::test_dataset_samples
87432026-09-06T05:12:59.060Z PASS [ 0.044s] (2941/3472) oximeter-instruments kstat::zone::tests::test_zone_samples
87442026-09-06T05:12:59.064Z PASS [ 0.019s] (2942/3472) oximeter-macro-impl tests::test_metric_enum
87452026-09-06T05:12:59.068Z PASS [ 0.020s] (2943/3472) oximeter-macro-impl tests::test_target
87462026-09-06T05:12:59.068Z PASS [ 0.022s] (2944/3472) oximeter-macro-impl tests::test_metric_without_datum_field
87472026-09-06T05:12:59.068Z PASS [ 0.020s] (2945/3472) oximeter-macro-impl tests::test_target_empty_struct
87482026-09-06T05:12:59.071Z PASS [ 0.022s] (2946/3472) oximeter-macro-impl tests::test_target_enum
87492026-09-06T05:12:59.071Z PASS [ 0.051s] (2947/3472) oximeter-instruments zfs::usage::tests::test_collect_zpools
87502026-09-06T05:12:59.071Z PASS [ 0.021s] (2948/3472) oximeter-macro-impl tests::test_target_with_datum_field
87512026-09-06T05:12:59.075Z PASS [ 0.023s] (2949/3472) oximeter-macro-impl tests::test_target_unit_struct
87522026-09-06T05:12:59.087Z PASS [ 0.069s] (2950/3472) oximeter-instruments zfs::usage::tests::test_collect_datasets
87532026-09-06T05:12:59.096Z PASS [ 0.025s] (2951/3472) oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
87542026-09-06T05:12:59.099Z PASS [ 0.024s] (2952/3472) oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
87552026-09-06T05:12:59.099Z PASS [ 0.030s] (2953/3472) oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
87562026-09-06T05:12:59.099Z PASS [ 0.026s] (2954/3472) oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
87572026-09-06T05:12:59.099Z PASS [ 0.028s] (2955/3472) oximeter-schema ir::tests::ensures_target_has_at_least_one_field
87582026-09-06T05:12:59.104Z PASS [ 0.045s] (2956/3472) oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
87592026-09-06T05:12:59.104Z PASS [ 0.040s] (2957/3472) oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
87602026-09-06T05:12:59.104Z PASS [ 0.045s] (2958/3472) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
87612026-09-06T05:12:59.104Z PASS [ 0.042s] (2959/3472) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
87622026-09-06T05:12:59.104Z PASS [ 0.041s] (2960/3472) oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
87632026-09-06T05:12:59.104Z PASS [ 0.039s] (2961/3472) oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
87642026-09-06T05:12:59.104Z PASS [ 0.038s] (2962/3472) oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
87652026-09-06T05:12:59.108Z PASS [ 0.019s] (2963/3472) oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
87662026-09-06T05:12:59.116Z PASS [ 0.020s] (2964/3472) oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
87672026-09-06T05:12:59.119Z PASS [ 0.023s] (2965/3472) oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
87682026-09-06T05:12:59.123Z PASS [ 0.022s] (2966/3472) oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
87692026-09-06T05:12:59.123Z PASS [ 0.024s] (2967/3472) oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
87702026-09-06T05:12:59.123Z PASS [ 0.023s] (2968/3472) oximeter-schema ir::tests::fail_on_empty_descriptions
87712026-09-06T05:12:59.123Z PASS [ 0.022s] (2969/3472) oximeter-schema ir::tests::fail_on_empty_target_name
87722026-09-06T05:12:59.127Z PASS [ 0.022s] (2970/3472) oximeter-schema ir::tests::fail_on_very_long_field_names
87732026-09-06T05:12:59.127Z PASS [ 0.024s] (2971/3472) oximeter-schema ir::tests::fail_on_empty_metric_name
87742026-09-06T05:12:59.127Z PASS [ 0.023s] (2972/3472) oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
87752026-09-06T05:12:59.130Z PASS [ 0.025s] (2973/3472) oximeter-schema ir::tests::fail_on_very_long_timeseries_name
87762026-09-06T05:12:59.130Z PASS [ 0.025s] (2974/3472) oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
87772026-09-06T05:12:59.134Z PASS [ 0.026s] (2975/3472) oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
87782026-09-06T05:12:59.138Z PASS [ 0.032s] (2976/3472) oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
87792026-09-06T05:12:59.141Z PASS [ 0.025s] (2977/3472) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
87802026-09-06T05:12:59.145Z PASS [ 0.025s] (2978/3472) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
87812026-09-06T05:12:59.148Z PASS [ 0.025s] (2979/3472) oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
87822026-09-06T05:12:59.148Z PASS [ 0.543s] (2980/3472) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
87832026-09-06T05:12:59.149Z PASS [ 0.024s] (2981/3472) oximeter-schema ir::tests::validate_field_name_disallows_bad_names
87842026-09-06T05:12:59.149Z PASS [ 0.024s] (2982/3472) oximeter-schema ir::tests::only_support_format_version_1
87852026-09-06T05:12:59.149Z PASS [ 0.027s] (2983/3472) oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
87862026-09-06T05:12:59.152Z PASS [ 0.031s] (2984/3472) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
87872026-09-06T05:12:59.152Z PASS [ 0.027s] (2985/3472) oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
87882026-09-06T05:12:59.168Z PASS [ 0.026s] (2986/3472) oximeter-types queue::tests::test_bounded_queue
87892026-09-06T05:12:59.172Z PASS [ 0.022s] (2987/3472) oximeter-types traits::tests::test_metric_trait
87902026-09-06T05:12:59.172Z PASS [ 0.024s] (2988/3472) oximeter-types queue::tests::test_bounded_queue_sample_overflow
87912026-09-06T05:12:59.172Z PASS [ 0.022s] (2989/3472) oximeter-types-versions impls::histogram::tests::test_bin_range
87922026-09-06T05:12:59.172Z PASS [ 0.046s] (2990/3472) oximeter-test-utils tests::test_gen_test_samples
87932026-09-06T05:12:59.177Z PASS [ 0.030s] (2991/3472) oximeter-types traits::tests::test_producer_trait
87942026-09-06T05:12:59.181Z PASS [ 0.028s] (2992/3472) oximeter-types-versions impls::histogram::tests::test_bin_range_from
87952026-09-06T05:12:59.181Z PASS [ 0.027s] (2993/3472) oximeter-types-versions impls::histogram::tests::test_bin_range_to
87962026-09-06T05:12:59.181Z PASS [ 0.033s] (2994/3472) oximeter-types queue::tests::test_bounded_queue_overflow
87972026-09-06T05:12:59.181Z PASS [ 0.048s] (2995/3472) oximeter-test-utils tests::test_timeseries_schema_from_parts
87982026-09-06T05:12:59.181Z PASS [ 0.051s] (2996/3472) oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
87992026-09-06T05:12:59.181Z PASS [ 0.032s] (2997/3472) oximeter-types traits::tests::test_target_trait
88002026-09-06T05:12:59.181Z PASS [ 0.046s] (2998/3472) oximeter-test-utils tests::test_timeseries_schema_from_sample
88012026-09-06T05:12:59.184Z PASS [ 0.056s] (2999/3472) oximeter-test-utils tests::test_sample_struct
88022026-09-06T05:12:59.188Z PASS [ 0.019s] (3000/3472) oximeter-types-versions impls::histogram::tests::test_ensure_finite
88032026-09-06T05:12:59.192Z PASS [ 0.022s] (3001/3472) oximeter-types-versions impls::histogram::tests::test_empty_bins_not_supported
88042026-09-06T05:12:59.192Z PASS [ 0.020s] (3002/3472) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_bins
88052026-09-06T05:12:59.192Z PASS [ 0.020s] (3003/3472) oximeter-types-versions impls::histogram::tests::test_histogram
88062026-09-06T05:12:59.196Z PASS [ 0.021s] (3004/3472) oximeter-types-versions impls::histogram::tests::test_histogram_construct_with
88072026-09-06T05:12:59.196Z PASS [ 0.017s] (3005/3472) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_samples
88082026-09-06T05:12:59.201Z PASS [ 0.022s] (3006/3472) oximeter-types-versions impls::histogram::tests::test_histogram_unbounded_samples
88092026-09-06T05:12:59.204Z PASS [ 0.023s] (3007/3472) oximeter-types-versions impls::histogram::tests::test_log_bins_u64
88102026-09-06T05:12:59.207Z PASS [ 0.026s] (3008/3472) oximeter-types-versions impls::histogram::tests::test_histogram_unsorted_bins
88112026-09-06T05:12:59.207Z PASS [ 0.027s] (3009/3472) oximeter-types-versions impls::histogram::tests::test_histogram_with_non_partitioned_bins
88122026-09-06T05:12:59.208Z PASS [ 0.023s] (3010/3472) oximeter-types-versions impls::histogram::tests::test_log_bins_u8
88132026-09-06T05:12:59.211Z PASS [ 0.018s] (3011/3472) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
88142026-09-06T05:12:59.211Z PASS [ 0.020s] (3012/3472) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_all_representable
88152026-09-06T05:12:59.211Z PASS [ 0.028s] (3013/3472) oximeter-types-versions impls::histogram::tests::test_histogram_with_overlapping_bins
88162026-09-06T05:12:59.211Z PASS [ 0.028s] (3014/3472) oximeter-types-versions impls::histogram::tests::test_histogram_with_bins
88172026-09-06T05:12:59.212Z PASS [ 0.030s] (3015/3472) oximeter-types-versions impls::histogram::tests::test_histogram_float_bins
88182026-09-06T05:12:59.212Z PASS [ 0.019s] (3016/3472) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
88192026-09-06T05:12:59.212Z PASS [ 0.019s] (3017/3472) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
88202026-09-06T05:12:59.212Z PASS [ 0.016s] (3018/3472) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
88212026-09-06T05:12:59.215Z PASS [ 0.022s] (3019/3472) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
88222026-09-06T05:12:59.224Z PASS [ 0.017s] (3020/3472) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_f64
88232026-09-06T05:12:59.227Z PASS [ 0.019s] (3021/3472) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_small_bin_count
88242026-09-06T05:12:59.228Z PASS [ 0.021s] (3022/3472) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_integer_size_checks
88252026-09-06T05:12:59.228Z PASS [ 0.025s] (3023/3472) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
88262026-09-06T05:12:59.231Z PASS [ 0.022s] (3024/3472) oximeter-types-versions impls::quantile::tests::test_default_percentiles
88272026-09-06T05:12:59.235Z PASS [ 0.025s] (3025/3472) oximeter-types-versions impls::quantile::tests::test_empty_observations
88282026-09-06T05:12:59.235Z PASS [ 0.026s] (3026/3472) oximeter-types-versions impls::quantile::tests::test_find_cells
88292026-09-06T05:12:59.235Z PASS [ 0.026s] (3027/3472) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_ok
88302026-09-06T05:12:59.235Z PASS [ 0.020s] (3028/3472) oximeter-types-versions impls::quantile::tests::test_max_p
88312026-09-06T05:12:59.235Z PASS [ 0.025s] (3029/3472) oximeter-types-versions impls::quantile::tests::test_invalid_p_value
88322026-09-06T05:12:59.235Z PASS [ 0.025s] (3030/3472) oximeter-types-versions impls::quantile::tests::test_float_observations
88332026-09-06T05:12:59.239Z PASS [ 0.026s] (3031/3472) oximeter-types-versions impls::quantile::tests::test_integer_observations
88342026-09-06T05:12:59.239Z PASS [ 0.029s] (3032/3472) oximeter-types-versions impls::histogram::tests::test_span_decades
88352026-09-06T05:12:59.239Z PASS [ 5.611s] (3033/3472) omicron-test-utils dev::db::test::test_setup_database_default_dir
88362026-09-06T05:12:59.239Z PASS [ 0.029s] (3034/3472) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
88372026-09-06T05:12:59.242Z PASS [ 0.016s] (3035/3472) oximeter-types-versions impls::quantile::tests::test_min_p
88382026-09-06T05:12:59.246Z PASS [ 0.018s] (3036/3472) oximeter-types-versions impls::quantile::tests::test_rounding
88392026-09-06T05:12:59.246Z PASS [ 0.018s] (3037/3472) oximeter-types-versions impls::schema::tests::test_field_schema_ordering
88402026-09-06T05:12:59.249Z PASS [ 0.024s] (3038/3472) oximeter-types-versions impls::quantile::tests::test_non_filled_observations
88412026-09-06T05:12:59.249Z PASS [ 0.020s] (3039/3472) oximeter-types-versions impls::schema::tests::test_timeseries_name
88422026-09-06T05:12:59.253Z PASS [ 0.018s] (3040/3472) oximeter-types-versions impls::types::tests::test_cumulative_f64
88432026-09-06T05:12:59.256Z PASS [ 0.021s] (3041/3472) oximeter-types-versions impls::schema::tests::test_timeseries_name_from_str
88442026-09-06T05:12:59.256Z PASS [ 0.020s] (3042/3472) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_01_as_string
88452026-09-06T05:12:59.260Z PASS [ 0.023s] (3043/3472) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_02_as_i8
88462026-09-06T05:12:59.260Z PASS [ 0.022s] (3044/3472) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_03_as_u8
88472026-09-06T05:12:59.264Z PASS [ 0.020s] (3045/3472) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_07_as_u32
88482026-09-06T05:12:59.264Z PASS [ 0.024s] (3046/3472) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_05_as_u16
88492026-09-06T05:12:59.264Z PASS [ 0.029s] (3047/3472) oximeter-types-versions impls::types::tests::test_cumulative_i64
88502026-09-06T05:12:59.264Z PASS [ 0.025s] (3048/3472) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_06_as_i32
88512026-09-06T05:12:59.264Z PASS [ 0.027s] (3049/3472) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_04_as_i16
88522026-09-06T05:12:59.264Z PASS [ 0.020s] (3050/3472) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_08_as_i64
88532026-09-06T05:12:59.264Z PASS [ 0.016s] (3051/3472) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_10_as_uuid
88542026-09-06T05:12:59.268Z PASS [ 0.020s] (3052/3472) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_09_as_u64
88552026-09-06T05:12:59.268Z PASS [ 0.030s] (3053/3472) oximeter-types-versions impls::types::tests::test_datum
88562026-09-06T05:12:59.271Z PASS [ 0.021s] (3054/3472) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
88572026-09-06T05:12:59.275Z PASS [ 0.019s] (3055/3472) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
88582026-09-06T05:12:59.275Z PASS [ 0.016s] (3056/3472) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
88592026-09-06T05:12:59.275Z PASS [ 0.020s] (3057/3472) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
88602026-09-06T05:12:59.278Z PASS [ 0.024s] (3058/3472) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
88612026-09-06T05:12:59.278Z PASS [ 0.018s] (3059/3472) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
88622026-09-06T05:12:59.279Z PASS [ 0.016s] (3060/3472) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
88632026-09-06T05:12:59.282Z PASS [ 0.017s] (3061/3472) oximeter-types-versions impls::types::tests::test_measurement
88642026-09-06T05:12:59.282Z PASS [ 0.017s] (3062/3472) oxlog tests::test_created_lookup_gating
88652026-09-06T05:12:59.282Z PASS [ 0.018s] (3063/3472) oximeter-types-versions impls::types::tests::test_verify_field_names
88662026-09-06T05:12:59.282Z PASS [ 0.017s] (3064/3472) oxlog tests::test_daterange_filter_content_span
88672026-09-06T05:12:59.282Z PASS [ 0.019s] (3065/3472) oxlog illumos_tests::test_crtime_of_new_file
88682026-09-06T05:12:59.282Z PASS [ 0.017s] (3066/3472) oxlog tests::test_is_oxide_smf_log_file
88692026-09-06T05:12:59.286Z PASS [ 0.019s] (3067/3472) oxlog tests::test_oxide_smf_service_name_from_log_file_name
88702026-09-06T05:12:59.286Z PASS [ 0.022s] (3068/3472) oxlog tests::test_daterange_filter
88712026-09-06T05:12:59.291Z PASS [ 0.020s] (3069/3472) oxlog tests::test_sort_logs
88722026-09-06T05:12:59.294Z PASS [ 0.018s] (3070/3472) oxql-types point::tests::test_cast_points_from_bool
88732026-09-06T05:12:59.294Z PASS [ 0.018s] (3071/3472) oxql-types point::tests::test_cast_points_from_double
88742026-09-06T05:12:59.297Z PASS [ 0.020s] (3072/3472) oxql-types point::tests::test_cast_points_from_double_distribution
88752026-09-06T05:12:59.298Z PASS [ 0.019s] (3073/3472) oxql-types point::tests::test_cast_points_from_integer
88762026-09-06T05:12:59.298Z PASS [ 0.024s] (3074/3472) oxlog::bin/oxlog tests::test_parse_timestamp
88772026-09-06T05:12:59.298Z PASS [ 0.017s] (3075/3472) oxql-types point::tests::test_join_point_arrays
88782026-09-06T05:12:59.298Z PASS [ 0.019s] (3076/3472) oxql-types point::tests::test_cast_points_from_string
88792026-09-06T05:12:59.301Z PASS [ 0.022s] (3077/3472) oxql-types point::tests::test_cast_points_from_int_distribution
88802026-09-06T05:12:59.301Z PASS [ 0.018s] (3078/3472) oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
88812026-09-06T05:12:59.301Z PASS [ 0.019s] (3079/3472) oxql-types point::tests::test_push_concrete_values
88822026-09-06T05:12:59.301Z PASS [ 0.020s] (3080/3472) oxql-types point::tests::test_point_delta_between_with_new_epoch
88832026-09-06T05:12:59.306Z PASS [ 0.019s] (3081/3472) oxql-types point::tests::test_sub_between_histogram_distributions
88842026-09-06T05:12:59.306Z PASS [ 0.023s] (3082/3472) oxql-types point::tests::test_point_delta_between
88852026-09-06T05:12:59.312Z PASS [ 0.017s] (3083/3472) range-requests test::get_response_no_range
88862026-09-06T05:12:59.315Z PASS [ 0.017s] (3084/3472) range-requests test::parse_range_valid
88872026-09-06T05:12:59.319Z PASS [ 0.018s] (3085/3472) range-requests test::range_into_str
88882026-09-06T05:12:59.319Z PASS [ 0.020s] (3086/3472) range-requests test::invalid_ranges
88892026-09-06T05:12:59.319Z PASS [ 0.020s] (3087/3472) range-requests test::parse_range_invalid
88902026-09-06T05:12:59.322Z PASS [ 0.022s] (3088/3472) range-requests test::potential_range_parsing_does_not_crash
88912026-09-06T05:12:59.322Z PASS [ 0.019s] (3089/3472) range-requests test::single_range_parsing_does_not_crash
88922026-09-06T05:12:59.325Z PASS [ 0.033s] (3090/3472) rack-init-config tests::bgp_request_round_trips_through_sled_agent
88932026-09-06T05:12:59.325Z PASS [ 0.028s] (3091/3472) range-requests test::get_response_with_range
88942026-09-06T05:12:59.330Z PASS [ 0.037s] (3092/3472) rack-init-config tests::static_bfd_request_round_trips_through_sled_agent
88952026-09-06T05:12:59.335Z PASS [ 0.043s] (3093/3472) rack-init-config tests::non_gimlet_example_round_trips_through_sled_agent
88962026-09-06T05:12:59.370Z PASS [ 0.084s] (3094/3472) parallel-task-set test::test_spawn_many
88972026-09-06T05:12:59.431Z PASS [ 0.129s] (3095/3472) reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
88982026-09-06T05:12:59.440Z PASS [ 0.128s] (3096/3472) reconfigurator-cli::test-scripts script::cmds-blueprint-noop.txt
88992026-09-06T05:12:59.444Z PASS [ 0.118s] (3097/3472) reconfigurator-cli::test-scripts script::cmds-load-errors.txt
89002026-09-06T05:12:59.444Z PASS [ 0.124s] (3098/3472) reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
89012026-09-06T05:12:59.493Z PASS [ 0.190s] (3099/3472) reconfigurator-cli::test-scripts script::cmds-blueprint-history.txt
89022026-09-06T05:12:59.500Z PASS [ 0.196s] (3100/3472) reconfigurator-cli::test-scripts script::cmds-blueprint-load.txt
89032026-09-06T05:12:59.500Z PASS [ 0.185s] (3101/3472) reconfigurator-cli::test-scripts script::cmds-cockroachdb-settings.txt
89042026-09-06T05:12:59.515Z PASS [ 0.198s] (3102/3472) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
89052026-09-06T05:12:59.520Z PASS [ 0.200s] (3103/3472) reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
89062026-09-06T05:12:59.524Z PASS [ 0.205s] (3104/3472) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
89072026-09-06T05:12:59.527Z PASS [ 0.209s] (3105/3472) reconfigurator-cli::test-scripts script::cmds-example.txt
89082026-09-06T05:12:59.606Z PASS [ 0.175s] (3106/3472) reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
89092026-09-06T05:12:59.610Z PASS [ 0.284s] (3107/3472) reconfigurator-cli::test-scripts script::cmds-load-multi.txt
89102026-09-06T05:12:59.614Z PASS [ 0.112s] (3108/3472) reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
89112026-09-06T05:12:59.617Z PASS [ 0.174s] (3109/3472) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory-set.txt
89122026-09-06T05:12:59.617Z PASS [ 0.174s] (3110/3472) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory.txt
89132026-09-06T05:12:59.620Z PASS [ 0.289s] (3111/3472) reconfigurator-cli::test-scripts script::cmds-load-pick-collection.txt
89142026-09-06T05:12:59.629Z PASS [ 0.293s] (3112/3472) reconfigurator-cli::test-scripts script::cmds-missing-measurement-manifest.txt
89152026-09-06T05:12:59.633Z PASS [ 0.111s] (3113/3472) reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
89162026-09-06T05:12:59.641Z PASS [ 0.115s] (3114/3472) reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
89172026-09-06T05:12:59.648Z PASS [ 0.017s] (3115/3472) sled-agent-bootstrap-common sprockets::tests::json_serialization_round_trips
89182026-09-06T05:12:59.662Z PASS [ 0.292s] (3116/3472) reconfigurator-cli::test-scripts script::cmds-missing-sled-blocks-zone-updates.txt
89192026-09-06T05:12:59.693Z PASS [ 0.177s] (3117/3472) reconfigurator-cli::test-scripts script::cmds-noop-stale-inventory.txt
89202026-09-06T05:12:59.710Z PASS [ 0.187s] (3118/3472) reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
89212026-09-06T05:12:59.719Z PASS [ 0.114s] (3119/3472) reconfigurator-cli::test-scripts script::cmds-set-update-disposition.txt
89222026-09-06T05:12:59.725Z PASS [ 0.116s] (3120/3472) reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
89232026-09-06T05:12:59.732Z PASS [ 0.117s] (3121/3472) reconfigurator-cli::test-scripts script::cmds-undo-redo.txt
89242026-09-06T05:12:59.776Z PASS [ 0.275s] (3122/3472) reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
89252026-09-06T05:12:59.785Z PASS [ 0.291s] (3123/3472) reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
89262026-09-06T05:12:59.809Z PASS [ 0.180s] (3124/3472) reconfigurator-cli::test-scripts script::cmds.txt
89272026-09-06T05:12:59.839Z PASS [ 0.395s] (3125/3472) reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
89282026-09-06T05:12:59.866Z PASS [ 11.356s] (3126/3472) omicron-passwords test::test_smoke
89292026-09-06T05:12:59.879Z PASS [ 0.040s] (3127/3472) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_entry_type_confusion
89302026-09-06T05:12:59.904Z PASS [ 0.289s] (3128/3472) reconfigurator-cli::test-scripts script::cmds-unknown-measurements.txt
89312026-09-06T05:12:59.908Z PASS [ 0.026s] (3129/3472) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_file_exists
89322026-09-06T05:12:59.912Z PASS [ 0.043s] (3130/3472) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_real_archival
89332026-09-06T05:12:59.928Z PASS [ 0.022s] (3131/3472) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_filename
89342026-09-06T05:12:59.932Z PASS [ 0.028s] (3132/3472) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_file_mtime
89352026-09-06T05:12:59.936Z PASS [ 0.026s] (3133/3472) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_list_directories_type_filtering
89362026-09-06T05:12:59.953Z PASS [ 0.025s] (3134/3472) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_list_files_type_filtering
89372026-09-06T05:12:59.957Z PASS [ 0.024s] (3135/3472) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_list_nonexistent_dir
89382026-09-06T05:12:59.973Z PASS [ 0.038s] (3136/3472) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_basic
89392026-09-06T05:12:59.994Z PASS [ 0.040s] (3137/3472) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_immutable_only
89402026-09-06T05:12:59.998Z PASS [ 0.041s] (3138/3472) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_is_streaming
89412026-09-06T05:13:00.015Z PASS [ 0.042s] (3139/3472) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_directory_list_error
89422026-09-06T05:13:00.020Z PASS [ 0.401s] (3140/3472) reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
89432026-09-06T05:13:00.024Z PASS [ 0.025s] (3141/3472) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_dropbox
89442026-09-06T05:13:00.036Z PASS [ 0.043s] (3142/3472) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_file_metadata_error
89452026-09-06T05:13:00.040Z PASS [ 0.024s] (3143/3472) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_logs
89462026-09-06T05:13:00.056Z PASS [ 0.033s] (3144/3472) sled-agent-config-reconciler debug_collector::file_archiver::test_helpers::test_test_data
89472026-09-06T05:13:00.067Z PASS [ 0.028s] (3145/3472) sled-agent-config-reconciler debug_collector::worker::tests::test_configures_coreadm_only_when_crash_dataset_mounted
89482026-09-06T05:13:00.071Z PASS [ 0.048s] (3146/3472) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_nested_archival_errors
89492026-09-06T05:13:00.079Z PASS [ 0.043s] (3147/3472) sled-agent-config-reconciler debug_collector::worker::tests::test_archives_rotated_logs_and_cores
89502026-09-06T05:13:00.086Z PASS [ 0.031s] (3148/3472) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold
89512026-09-06T05:13:00.099Z PASS [ 0.031s] (3149/3472) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleanup_ignores_support_bundles
89522026-09-06T05:13:00.103Z PASS [ 0.034s] (3150/3472) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold_many_files
89532026-09-06T05:13:00.113Z PASS [ 0.033s] (3151/3472) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_not_cleaned_under_threshold
89542026-09-06T05:13:00.116Z PASS [ 0.028s] (3152/3472) sled-agent-config-reconciler debug_collector::worker::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
89552026-09-06T05:13:00.131Z PASS [ 1.197s] (3153/3472) oximeter-instruments kstat::link::illumos_tests::overflowing_self_stat_queue_does_not_block_sampler
89562026-09-06T05:13:00.135Z PASS [ 0.036s] (3154/3472) sled-agent-config-reconciler debug_collector::worker::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
89572026-09-06T05:13:00.139Z PASS [ 0.036s] (3155/3472) sled-agent-config-reconciler debug_collector::worker::tests::test_dumps_saved_when_space_available
89582026-09-06T05:13:00.153Z PASS [ 0.040s] (3156/3472) sled-agent-config-reconciler debug_collector::worker::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
89592026-09-06T05:13:00.160Z PASS [ 0.029s] (3157/3472) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
89602026-09-06T05:13:00.172Z PASS [ 0.037s] (3158/3472) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
89612026-09-06T05:13:00.197Z PASS [ 0.036s] (3159/3472) sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
89622026-09-06T05:13:00.207Z PASS [ 0.034s] (3160/3472) sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
89632026-09-06T05:13:00.230Z PASS [ 0.033s] (3161/3472) sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
89642026-09-06T05:13:00.251Z PASS [ 0.044s] (3162/3472) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::can_convert_v4_to_newer_versions
89652026-09-06T05:13:00.280Z PASS [ 0.143s] (3163/3472) sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
89662026-09-06T05:13:00.285Z PASS [ 0.035s] (3164/3472) sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
89672026-09-06T05:13:00.290Z PASS [ 0.505s] (3165/3472) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
89682026-09-06T05:13:00.301Z PASS [ 0.072s] (3166/3472) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::read_config_converts_from_older_versions
89692026-09-06T05:13:00.317Z PASS [ 0.037s] (3167/3472) sled-agent-config-reconciler ledger::tests::read_existing_config
89702026-09-06T05:13:00.321Z PASS [ 0.036s] (3168/3472) sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
89712026-09-06T05:13:00.325Z PASS [ 0.036s] (3169/3472) sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
89722026-09-06T05:13:00.338Z PASS [ 0.037s] (3170/3472) sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
89732026-09-06T05:13:00.360Z PASS [ 0.043s] (3171/3472) sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
89742026-09-06T05:13:00.365Z PASS [ 0.044s] (3172/3472) sled-agent-config-reconciler ledger::tests::reject_old_config_generation
89752026-09-06T05:13:00.369Z PASS [ 0.040s] (3173/3472) sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
89762026-09-06T05:13:00.384Z PASS [ 0.024s] (3174/3472) sled-agent-config-reconciler reconciler_task::datasets::tests::test_rekey_result_has_failures
89772026-09-06T05:13:00.579Z PASS [ 0.967s] (3175/3472) reconfigurator-cli::test-scripts script::cmds-target-release.txt
89782026-09-06T05:13:00.639Z PASS [ 0.829s] (3176/3472) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
89792026-09-06T05:13:00.651Z PASS [ 0.941s] (3177/3472) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
89802026-09-06T05:13:00.663Z PASS [ 0.024s] (3178/3472) sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
89812026-09-06T05:13:00.683Z PASS [ 0.031s] (3179/3472) sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
89822026-09-06T05:13:00.692Z PASS [ 0.029s] (3180/3472) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
89832026-09-06T05:13:00.715Z PASS [ 0.033s] (3181/3472) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
89842026-09-06T05:13:00.720Z PASS [ 0.028s] (3182/3472) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
89852026-09-06T05:13:00.744Z PASS [ 0.029s] (3183/3472) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
89862026-09-06T05:13:00.750Z PASS [ 0.030s] (3184/3472) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
89872026-09-06T05:13:00.773Z PASS [ 0.029s] (3185/3472) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
89882026-09-06T05:13:00.780Z PASS [ 0.029s] (3186/3472) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
89892026-09-06T05:13:00.808Z PASS [ 0.035s] (3187/3472) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
89902026-09-06T05:13:00.814Z PASS [ 0.034s] (3188/3472) sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
89912026-09-06T05:13:00.824Z PASS [ 1.182s] (3189/3472) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
89922026-09-06T05:13:00.833Z PASS [ 0.025s] (3190/3472) sled-agent-multirack-join tests::new_start_sled_agent_status
89932026-09-06T05:13:00.840Z PASS [ 0.026s] (3191/3472) sled-agent-rack-setup plan::service::tests::bump_allocator_basics
89942026-09-06T05:13:00.862Z PASS [ 0.028s] (3192/3472) sled-agent-rack-setup plan::service::tests::service_port_builder_skips_dns_ips
89952026-09-06T05:13:00.885Z PASS [ 0.026s] (3193/3472) sled-agent-rack-setup plan::service::tests::service_port_builder_v6_only
89962026-09-06T05:13:00.885Z PASS [ 0.022s] (3194/3472) sled-agent-rack-setup plan::service::tests::single_u2_sled_is_admitted
89972026-09-06T05:13:00.890Z PASS [ 1.171s] (3195/3472) sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
89982026-09-06T05:13:00.901Z PASS [ 0.035s] (3196/3472) sled-agent-rack-setup plan::service::tests::test_dataset_and_zone_count
89992026-09-06T05:13:00.914Z PASS [ 0.031s] (3197/3472) sled-agent-rack-setup plan::service::tests::test_last_allocated_subnet_ip_offset
90002026-09-06T05:13:00.926Z PASS [ 0.036s] (3198/3472) sled-agent-rack-setup plan::service::tests::test_plan_with_heterogeneous_u2_counts
90012026-09-06T05:13:00.931Z PASS [ 0.030s] (3199/3472) sled-agent-rack-setup plan::service::tests::test_plan_with_one_u2_per_sled
90022026-09-06T05:13:00.940Z PASS [ 0.025s] (3200/3472) sled-agent-rack-setup service::test::parse_rack_initialization
90032026-09-06T05:13:00.950Z PASS [ 0.024s] (3201/3472) sled-agent-rack-setup service::test::parse_rack_initialization_weak_hash
90042026-09-06T05:13:00.965Z PASS [ 0.033s] (3202/3472) sled-agent-rack-setup service::test::rss_blueprint_is_blippy_clean
90052026-09-06T05:13:00.987Z PASS [ 0.034s] (3203/3472) sled-agent-rack-setup service::test::test_omicron_zone_configs
90062026-09-06T05:13:00.992Z PASS [ 0.051s] (3204/3472) sled-agent-rack-setup service::test::test_extra_certs
90072026-09-06T05:13:01.002Z PASS [ 0.034s] (3205/3472) sled-agent-rack-setup service::test::test_subnets
90082026-09-06T05:13:01.010Z PASS [ 0.026s] (3206/3472) sled-agent-resolvable-files manifest::tests::read_boot_disk_missing
90092026-09-06T05:13:01.020Z PASS [ 0.029s] (3207/3472) sled-agent-resolvable-files manifest::tests::read_boot_disk_read_error
90102026-09-06T05:13:01.027Z PASS [ 0.028s] (3208/3472) sled-agent-resolvable-files manifest::tests::read_boot_disk_zone_mismatch
90112026-09-06T05:13:01.036Z PASS [ 0.026s] (3209/3472) sled-agent-resolvable-files manifest::tests::read_non_boot_disk_zone_mismatch
90122026-09-06T05:13:01.045Z PASS [ 0.025s] (3210/3472) sled-agent-resolvable-files manifest::tests::read_success
90132026-09-06T05:13:01.049Z PASS [ 0.022s] (3211/3472) sled-agent-resolvable-files mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
90142026-09-06T05:13:01.056Z PASS [ 0.020s] (3212/3472) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
90152026-09-06T05:13:01.074Z PASS [ 0.029s] (3213/3472) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
90162026-09-06T05:13:01.079Z PASS [ 0.030s] (3214/3472) sled-agent-resolvable-files mupdate_override::tests::clear_boot_not_present
90172026-09-06T05:13:01.083Z PASS [ 0.026s] (3215/3472) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
90182026-09-06T05:13:01.100Z PASS [ 0.026s] (3216/3472) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_matches_present
90192026-09-06T05:13:01.105Z PASS [ 0.026s] (3217/3472) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
90202026-09-06T05:13:01.109Z PASS [ 0.027s] (3218/3472) sled-agent-resolvable-files mupdate_override::tests::clear_file_io_error
90212026-09-06T05:13:01.114Z PASS [ 0.288s] (3219/3472) sled-agent-rack-setup plan::service::tests::bump_allocator_exhaustion
90222026-09-06T05:13:01.120Z PASS [ 1.472s] (3220/3472) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
90232026-09-06T05:13:01.124Z PASS [ 0.024s] (3221/3472) sled-agent-resolvable-files mupdate_override::tests::clear_no_status
90242026-09-06T05:13:01.128Z PASS [ 0.023s] (3222/3472) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_absent_other_present
90252026-09-06T05:13:01.133Z PASS [ 0.022s] (3223/3472) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_disk_missing
90262026-09-06T05:13:01.136Z PASS [ 0.028s] (3224/3472) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_disk_read_error
90272026-09-06T05:13:01.141Z PASS [ 0.021s] (3225/3472) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_matches_absent
90282026-09-06T05:13:01.146Z PASS [ 0.023s] (3226/3472) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_read_error
90292026-09-06T05:13:01.151Z PASS [ 0.023s] (3227/3472) sled-agent-resolvable-files mupdate_override::tests::read_boot_absent_other_present
90302026-09-06T05:13:01.155Z PASS [ 0.022s] (3228/3472) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_missing
90312026-09-06T05:13:01.158Z PASS [ 0.022s] (3229/3472) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_not_dir
90322026-09-06T05:13:01.164Z PASS [ 0.022s] (3230/3472) sled-agent-resolvable-files mupdate_override::tests::read_boot_present_other_absent
90332026-09-06T05:13:01.170Z PASS [ 0.024s] (3231/3472) sled-agent-resolvable-files mupdate_override::tests::read_boot_read_error
90342026-09-06T05:13:01.174Z PASS [ 0.022s] (3232/3472) sled-agent-resolvable-files mupdate_override::tests::read_both_absent
90352026-09-06T05:13:01.178Z PASS [ 0.023s] (3233/3472) sled-agent-resolvable-files mupdate_override::tests::read_both_present
90362026-09-06T05:13:01.183Z PASS [ 0.024s] (3234/3472) sled-agent-resolvable-files mupdate_override::tests::read_different_values
90372026-09-06T05:13:01.187Z PASS [ 0.023s] (3235/3472) sled-agent-resolvable-files mupdate_override::tests::read_solo_boot_disk
90382026-09-06T05:13:01.197Z PASS [ 0.027s] (3236/3472) sled-agent-resolvable-files source_resolver::tests::file_source_with_errors
90392026-09-06T05:13:01.200Z PASS [ 0.027s] (3237/3472) sled-agent-resolvable-files source_resolver::tests::file_source_zone_manifest_invalid
90402026-09-06T05:13:01.205Z PASS [ 0.027s] (3238/3472) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override
90412026-09-06T05:13:01.212Z PASS [ 0.029s] (3239/3472) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override_error
90422026-09-06T05:13:01.215Z PASS [ 0.028s] (3240/3472) sled-agent-resolvable-files source_resolver::tests::resolver_status_to_inventory
90432026-09-06T05:13:01.247Z PASS [ 0.032s] (3241/3472) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_all_unchanged
90442026-09-06T05:13:01.279Z PASS [ 0.032s] (3242/3472) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_clear_all
90452026-09-06T05:13:01.293Z PASS [ 1.632s] (3243/3472) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
90462026-09-06T05:13:01.311Z PASS [ 0.032s] (3244/3472) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_create_all
90472026-09-06T05:13:01.321Z PASS [ 0.028s] (3245/3472) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_created_settings_round_trip_correctly
90482026-09-06T05:13:01.341Z PASS [ 0.031s] (3246/3472) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_filters_other_switch_slot
90492026-09-06T05:13:01.349Z PASS [ 0.028s] (3247/3472) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_link_local_addrs_ignored_from_dpd
90502026-09-06T05:13:01.353Z PASS [ 1.201s] (3248/3472) sled-agent-config-reconciler internal_disks::tests::failures_are_retried
90512026-09-06T05:13:01.373Z PASS [ 0.031s] (3249/3472) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_mix
90522026-09-06T05:13:01.378Z PASS [ 0.029s] (3250/3472) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_rejects_multi_link_dpd_port
90532026-09-06T05:13:01.398Z PASS [ 1.060s] (3251/3472) sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
90542026-09-06T05:13:01.466Z PASS [ 1.734s] (3252/3472) sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
90552026-09-06T05:13:01.471Z PASS [ 0.070s] (3253/3472) sled-agent-scrimlet-reconcilers handle::tests::non_scrimlet_two_phase_initialization
90562026-09-06T05:13:01.641Z PASS [ 0.172s] (3254/3472) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_mgs_fails_then_we_become_not_a_scrimlet
90572026-09-06T05:13:01.654Z PASS [ 0.275s] (3255/3472) sled-agent-scrimlet-reconcilers handle::tests::calling_set_sled_agent_networking_info_once_multiple_times_panics
90582026-09-06T05:13:01.660Z PASS [ 1.295s] (3256/3472) sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
90592026-09-06T05:13:01.677Z PASS [ 0.211s] (3257/3472) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_mgs_fails_first_attempt
90602026-09-06T05:13:01.743Z PASS [ 1.359s] (3258/3472) sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
90612026-09-06T05:13:01.757Z PASS [ 2.704s] (3259/3472) oximeter-producer tests::test_producer_registration_task
90622026-09-06T05:13:01.773Z PASS [ 0.030s] (3260/3472) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_add_all
90632026-09-06T05:13:01.783Z PASS [ 0.027s] (3261/3472) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_all_unchanged
90642026-09-06T05:13:01.801Z PASS [ 0.027s] (3262/3472) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_both_empty
90652026-09-06T05:13:01.808Z PASS [ 0.025s] (3263/3472) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_filters_other_switch_slot
90662026-09-06T05:13:01.830Z PASS [ 0.029s] (3264/3472) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_local_none_defaults_to_unspecified
90672026-09-06T05:13:01.838Z PASS [ 0.030s] (3265/3472) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_mix
90682026-09-06T05:13:01.860Z PASS [ 0.030s] (3266/3472) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_mode_change_is_remove_plus_add
90692026-09-06T05:13:01.863Z PASS [ 0.491s] (3267/3472) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::proptest_plan
90702026-09-06T05:13:01.878Z PASS [ 0.040s] (3268/3472) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_parameter_change_is_remove_plus_add
90712026-09-06T05:13:01.889Z PASS [ 0.029s] (3269/3472) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_remove_all
90722026-09-06T05:13:01.919Z PASS [ 0.029s] (3270/3472) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_add_all
90732026-09-06T05:13:01.952Z PASS [ 0.033s] (3271/3472) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_all_unchanged
90742026-09-06T05:13:01.952Z PASS [ 0.311s] (3272/3472) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_three_phase_initialization_info_then_scrimlet
90752026-09-06T05:13:01.960Z PASS [ 0.306s] (3273/3472) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_three_phase_initialization_scrimlet_then_info
90762026-09-06T05:13:01.983Z PASS [ 0.031s] (3274/3472) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_default_rib_priority
90772026-09-06T05:13:01.986Z PASS [ 0.033s] (3275/3472) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_both_empty
90782026-09-06T05:13:01.996Z PASS [ 0.036s] (3276/3472) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_delete_all
90792026-09-06T05:13:02.018Z PASS [ 0.034s] (3277/3472) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_mix
90802026-09-06T05:13:02.018Z PASS [ 0.035s] (3278/3472) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_filters_other_switch_slot
90812026-09-06T05:13:02.028Z PASS [ 0.031s] (3279/3472) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_multiple_nexthops_per_prefix
90822026-09-06T05:13:02.047Z PASS [ 0.029s] (3280/3472) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_rejects_bad_mgd_prefix
90832026-09-06T05:13:02.050Z PASS [ 0.030s] (3281/3472) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_priority_change_is_delete_plus_add
90842026-09-06T05:13:02.057Z PASS [ 0.029s] (3282/3472) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_rejects_ipv6_prefix_with_ipv4_nexthop_from_mgd
90852026-09-06T05:13:02.075Z PASS [ 0.028s] (3283/3472) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_rejects_ipv6_prefix_with_ipv4_nexthop_in_config
90862026-09-06T05:13:02.078Z PASS [ 0.029s] (3284/3472) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_routes_from_multiple_ports
90872026-09-06T05:13:02.086Z PASS [ 0.028s] (3285/3472) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_v6_routes
90882026-09-06T05:13:02.100Z PASS [ 2.375s] (3286/3472) sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
90892026-09-06T05:13:02.106Z PASS [ 0.031s] (3287/3472) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_vlan_id_matters
90902026-09-06T05:13:02.131Z PASS [ 0.031s] (3288/3472) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_scrimlet_status_during_not_scrimlet
90912026-09-06T05:13:02.137Z PASS [ 0.031s] (3289/3472) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_scrimlet_status_during_select
90922026-09-06T05:13:02.162Z PASS [ 0.031s] (3290/3472) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_system_networking_config_during_not_scrimlet
90932026-09-06T05:13:02.173Z PASS [ 0.035s] (3291/3472) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_system_networking_config_during_select
90942026-09-06T05:13:02.197Z PASS [ 0.035s] (3292/3472) sled-agent-scrimlet-reconcilers reconciler_task::tests::config_change_during_inflight_reconciliation
90952026-09-06T05:13:02.212Z PASS [ 0.039s] (3293/3472) sled-agent-scrimlet-reconcilers reconciler_task::tests::first_activation
90962026-09-06T05:13:02.222Z PASS [ 0.344s] (3294/3472) sled-agent-scrimlet-reconcilers mgd_reconciler::bgp_reconciler::tests::proptest_valid_input
90972026-09-06T05:13:02.228Z PASS [ 0.032s] (3295/3472) sled-agent-scrimlet-reconcilers reconciler_task::tests::periodic_timer_triggers_re_reconciliation
90982026-09-06T05:13:02.244Z PASS [ 0.033s] (3296/3472) sled-agent-scrimlet-reconcilers reconciler_task::tests::scrimlet_becomes_not_scrimlet_during_select
90992026-09-06T05:13:02.255Z PASS [ 0.032s] (3297/3472) sled-agent-scrimlet-reconcilers reconciler_task::tests::scrimlet_status_round_trip
91002026-09-06T05:13:02.260Z PASS [ 0.032s] (3298/3472) sled-agent-scrimlet-reconcilers reconciler_task::tests::system_networking_config_change_triggers_re_reconciliation
91012026-09-06T05:13:02.275Z PASS [ 0.031s] (3299/3472) sled-agent-scrimlet-reconcilers tests::test_switch_zone_name_const_matches_illumos_utils_dynamic
91022026-09-06T05:13:02.291Z PASS [ 0.015s] (3300/3472) sled-agent-types zone_bundle::tests::test_compare_bundles
91032026-09-06T05:13:02.312Z PASS [ 0.021s] (3301/3472) sled-agent-types-versions impls::early_networking::tests::test_ip_parsing
91042026-09-06T05:13:02.337Z PASS [ 0.026s] (3302/3472) sled-agent-types-versions impls::early_networking::tests::test_router_peer_ip_addr_serialization
91052026-09-06T05:13:02.359Z PASS [ 0.021s] (3303/3472) sled-agent-types-versions impls::early_networking::tests::test_uplink_ip_net_serialization
91062026-09-06T05:13:02.373Z PASS [ 1.795s] (3304/3472) sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
91072026-09-06T05:13:02.377Z PASS [ 0.016s] (3305/3472) sled-agent-types-versions impls::early_networking::tests::test_uplink_smf_property_formatting
91082026-09-06T05:13:02.384Z PASS [ 0.298s] (3306/3472) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::proptest_plan
91092026-09-06T05:13:02.390Z PASS [ 0.017s] (3307/3472) sled-agent-types-versions impls::inventory::tests::fmd_inventory_result_display_snapshot
91102026-09-06T05:13:02.393Z PASS [ 0.017s] (3308/3472) sled-agent-types-versions impls::sled::tests::serialize_start_sled_agent_v0_deserialize_v1
91112026-09-06T05:13:02.398Z PASS [ 0.014s] (3309/3472) sled-agent-types-versions impls::zone_bundle::tests::test_priority_dimension
91122026-09-06T05:13:02.404Z PASS [ 0.014s] (3310/3472) sled-agent-types-versions impls::zone_bundle::tests::test_sort_zone_bundle_cause
91132026-09-06T05:13:02.407Z PASS [ 0.013s] (3311/3472) sled-agent-types-versions impls::zone_bundle::tests::test_storage_limit_bytes_available
91142026-09-06T05:13:02.413Z PASS [ 0.014s] (3312/3472) sled-agent-types-versions v30::early_networking::tests::test_router_peer_address_conversions
91152026-09-06T05:13:02.423Z PASS [ 0.019s] (3313/3472) sled-agent-types-versions v30::early_networking::tests::test_uplink_address_conversions
91162026-09-06T05:13:02.427Z PASS [ 0.014s] (3314/3472) sled-agent-types-versions v42::early_networking::tests::uplink_ports_deserialize_rejects_empty
91172026-09-06T05:13:02.439Z PASS [ 0.015s] (3315/3472) sled-agent-types-versions v42::early_networking::tests::uplink_ports_rejects_empty
91182026-09-06T05:13:02.536Z PASS [ 2.170s] (3316/3472) sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
91192026-09-06T05:13:02.541Z PASS [ 0.136s] (3317/3472) sled-agent-types-versions v33::system_networking::tests::proptest_service_nat_entries_try_from
91202026-09-06T05:13:03.303Z PASS [ 0.875s] (3318/3472) sled-diagnostics logs::illumos_tests::collect_current_logs
91212026-09-06T05:13:03.328Z PASS [ 0.025s] (3319/3472) sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
91222026-09-06T05:13:03.353Z PASS [ 0.025s] (3320/3472) sled-diagnostics logs::test::test_sort_cockroach_extra_logs
91232026-09-06T05:13:03.387Z PASS [ 0.034s] (3321/3472) sled-diagnostics queries::test::test_command_stderr_is_correct
91242026-09-06T05:13:03.420Z PASS [ 0.033s] (3322/3472) sled-diagnostics queries::test::test_command_stdout_is_correct
91252026-09-06T05:13:03.456Z PASS [ 0.036s] (3323/3472) sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
91262026-09-06T05:13:03.483Z PASS [ 1.044s] (3324/3472) sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
91272026-09-06T05:13:03.504Z PASS [ 0.021s] (3325/3472) sled-hardware disk::test::test_disk_paths
91282026-09-06T05:13:03.527Z PASS [ 0.023s] (3326/3472) sled-hardware disk::test::test_partition_device_paths
91292026-09-06T05:13:03.550Z PASS [ 0.023s] (3327/3472) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
91302026-09-06T05:13:03.559Z PASS [ 2.359s] (3328/3472) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_plan_all_unchanged
91312026-09-06T05:13:03.575Z PASS [ 0.025s] (3329/3472) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
91322026-09-06T05:13:03.584Z PASS [ 0.025s] (3330/3472) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
91332026-09-06T05:13:03.600Z PASS [ 0.025s] (3331/3472) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
91342026-09-06T05:13:03.612Z PASS [ 0.028s] (3332/3472) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
91352026-09-06T05:13:03.624Z PASS [ 0.025s] (3333/3472) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
91362026-09-06T05:13:03.644Z PASS [ 0.032s] (3334/3472) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
91372026-09-06T05:13:03.650Z PASS [ 0.026s] (3335/3472) sled-hardware illumos::tests::parse_smbios_invalid
91382026-09-06T05:13:03.667Z PASS [ 0.023s] (3336/3472) sled-hardware illumos::tests::parse_smbios_valid
91392026-09-06T05:13:03.673Z PASS [ 0.023s] (3337/3472) sled-hardware underlay::tests::test_mac_to_bootstrap_ip
91402026-09-06T05:13:03.676Z PASS [ 2.468s] (3338/3472) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_plan_create_all
91412026-09-06T05:13:03.682Z PASS [ 0.015s] (3339/3472) sled-storage dataset::test::serialize_dataset_name
91422026-09-06T05:13:03.838Z PASS [ 1.302s] (3340/3472) sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
91432026-09-06T05:13:03.873Z PASS [ 0.034s] (3341/3472) support-bundle-collection zip::test::test_bundle_to_stream
91442026-09-06T05:13:03.905Z PASS [ 0.033s] (3342/3472) support-bundle-collection zip::test::test_bundle_to_writer
91452026-09-06T05:13:03.937Z PASS [ 0.032s] (3343/3472) support-bundle-collection zip::test::test_bundle_to_zipfile
91462026-09-06T05:13:03.984Z PASS [ 0.528s] (3344/3472) sled-diagnostics queries::test::test_long_running_command_is_aborted
91472026-09-06T05:13:03.988Z PASS [ 0.049s] (3345/3472) trust-quorum proxy::tests::proxy_roundtrip_disconnected
91482026-09-06T05:13:03.988Z PASS [ 0.049s] (3346/3472) trust-quorum proxy::tests::proxy_roundtrip_invalid_response
91492026-09-06T05:13:03.988Z PASS [ 0.051s] (3347/3472) trust-quorum proxy::tests::proxy_roundtrip_concurrent
91502026-09-06T05:13:04.002Z PASS [ 4.226s] (3348/3472) sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
91512026-09-06T05:13:04.014Z PASS [ 2.802s] (3349/3472) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_plan_mix
91522026-09-06T05:13:04.150Z PASS [ 1.609s] (3350/3472) sled-diagnostics logs::illumos_tests::log_snapshots_work
91532026-09-06T05:13:04.939Z PASS [ 0.953s] (3351/3472) trust-quorum task::tests::tq_initial_config
91542026-09-06T05:13:04.939Z PASS [ 0.953s] (3352/3472) trust-quorum task::tests::tq_initial_config_prepare_and_commit
91552026-09-06T05:13:04.963Z PASS [ 2.885s] (3353/3472) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::proptest_full_reconciliation
91562026-09-06T05:13:04.989Z PASS [ 4.874s] (3354/3472) sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
91572026-09-06T05:13:05.019Z PASS [ 0.056s] (3355/3472) trust-quorum-protocol crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
91582026-09-06T05:13:05.020Z PASS [ 0.080s] (3356/3472) trust-quorum-protocol crypto::tests::rack_secrets_decryption_failure
91592026-09-06T05:13:05.068Z PASS [ 0.048s] (3357/3472) trust-quorum-protocol rack_secret_loader::tests::test_load_rack_secrets
91602026-09-06T05:13:05.109Z PASS [ 0.958s] (3358/3472) trust-quorum task::tests::tq_upgrade_from_lrtq
91612026-09-06T05:13:05.160Z PASS [ 0.141s] (3359/3472) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_failure
91622026-09-06T05:13:05.172Z PASS [ 0.183s] (3360/3472) trust-quorum-protocol node::tests::initial_configuration
91632026-09-06T05:13:05.177Z PASS [ 0.017s] (3361/3472) wicket cli::rack_setup::config_toml::tests::empty_config_emits_service_pool_scaffold
91642026-09-06T05:13:05.189Z PASS [ 0.121s] (3362/3472) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_new_success
91652026-09-06T05:13:05.194Z PASS [ 0.021s] (3363/3472) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
91662026-09-06T05:13:05.197Z PASS [ 0.017s] (3364/3472) wicket state::inventory::tests::component_id_display
91672026-09-06T05:13:05.208Z PASS [ 0.019s] (3365/3472) wicket state::rack::tests::prev_next_are_opposites
91682026-09-06T05:13:05.211Z PASS [ 0.015s] (3366/3472) wicket state::rack::tests::up_down_are_opposites
91692026-09-06T05:13:05.222Z PASS [ 0.014s] (3367/3472) wicket-common rack_update::tests::test_rollup_update_state
91702026-09-06T05:13:05.237Z PASS [ 0.027s] (3368/3472) wicketd commission::conversions::tests::bootstrap_sleds_project_ips_unmatched_and_unidentified_peers
91712026-09-06T05:13:05.245Z PASS [ 0.023s] (3369/3472) wicketd commission::conversions::tests::caboose_projects_every_field
91722026-09-06T05:13:05.259Z PASS [ 0.064s] (3370/3472) wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
91732026-09-06T05:13:05.262Z PASS [ 0.024s] (3371/3472) wicketd commission::conversions::tests::cmis_datapath_state_maps_all_variants
91742026-09-06T05:13:05.267Z PASS [ 0.022s] (3372/3472) wicketd commission::conversions::tests::cmis_lane_projects_fault_flags_and_state
91752026-09-06T05:13:05.284Z PASS [ 0.025s] (3373/3472) wicketd commission::conversions::tests::duplicate_front_port_projects_as_a_contradiction
91762026-09-06T05:13:05.292Z PASS [ 0.030s] (3374/3472) wicketd commission::conversions::tests::fetch_error_projects_message_and_age
91772026-09-06T05:13:05.296Z PASS [ 0.029s] (3375/3472) wicketd commission::conversions::tests::ignition_present_projects_ctrl_detect
91782026-09-06T05:13:05.308Z PASS [ 0.023s] (3376/3472) wicketd commission::conversions::tests::rack_setup_status_projects_every_variant
91792026-09-06T05:13:05.311Z PASS [ 1.327s] (3377/3472) trust-quorum task::tests::test_network_config
91802026-09-06T05:13:05.317Z PASS [ 1.315s] (3378/3472) trust-quorum task::tests::tq_proxy
91812026-09-06T05:13:05.320Z PASS [ 0.026s] (3379/3472) wicketd commission::conversions::tests::rot_info_projects_not_read_and_comm_failure
91822026-09-06T05:13:05.323Z PASS [ 0.026s] (3380/3472) wicketd commission::conversions::tests::rot_info_read_projects_cabooses_and_image_errors
91832026-09-06T05:13:05.334Z PASS [ 0.026s] (3381/3472) wicketd commission::conversions::tests::rot_info_read_projects_unsupported_validity_for_v2
91842026-09-06T05:13:05.337Z PASS [ 0.025s] (3382/3472) wicketd commission::conversions::tests::rss_step_projects_one_based_index
91852026-09-06T05:13:05.340Z PASS [ 1.401s] (3383/3472) trust-quorum task::tests::full_mesh_connectivity
91862026-09-06T05:13:05.349Z PASS [ 0.031s] (3384/3472) wicketd commission::conversions::tests::sp_state_error_projects_from_error_only_record
91872026-09-06T05:13:05.352Z PASS [ 0.028s] (3385/3472) wicketd commission::conversions::tests::sp_state_not_read_when_only_ignition_present
91882026-09-06T05:13:05.352Z PASS [ 0.035s] (3386/3472) wicketd commission::conversions::tests::slot_caboose_projects_all_states
91892026-09-06T05:13:05.358Z PASS [ 0.024s] (3387/3472) wicketd commission::conversions::tests::sp_state_prefers_stale_reading_over_recorded_error
91902026-09-06T05:13:05.365Z PASS [ 0.028s] (3388/3472) wicketd commission::conversions::tests::stage0_caboose_projects_all_states
91912026-09-06T05:13:05.368Z PASS [ 0.029s] (3389/3472) wicketd commission::conversions::tests::transceiver_datapath_projects_cmis_preserving_keys
91922026-09-06T05:13:05.372Z PASS [ 0.023s] (3390/3472) wicketd commission::conversions::tests::transceiver_datapath_projects_empty_cmis_and_error
91932026-09-06T05:13:05.377Z PASS [ 0.026s] (3391/3472) wicketd commission::conversions::tests::transceiver_datapath_projects_sff8636_lanes
91942026-09-06T05:13:05.380Z PASS [ 0.026s] (3392/3472) wicketd commission::conversions::tests::transceiver_monitors_distinguish_unsupported_from_no_lanes
91952026-09-06T05:13:05.383Z PASS [ 0.023s] (3393/3472) wicketd commission::conversions::tests::transceiver_monitors_projects_power
91962026-09-06T05:13:05.386Z PASS [ 0.022s] (3394/3472) wicketd commission::conversions::tests::transceiver_monitors_reject_mismatched_lane_counts
91972026-09-06T05:13:05.391Z PASS [ 0.025s] (3395/3472) wicketd commission::conversions::tests::transceiver_monitors_reject_more_lanes_than_a_lane_number_holds
91982026-09-06T05:13:05.397Z PASS [ 0.025s] (3396/3472) wicketd commission::conversions::tests::transceiver_power_projects_modes
91992026-09-06T05:13:05.401Z PASS [ 1.386s] (3397/3472) trust-quorum task::tests::tq_reconfig_with_commit_advance
92002026-09-06T05:13:05.404Z PASS [ 0.026s] (3398/3472) wicketd commission::conversions::tests::transceiver_status_projects_flags
92012026-09-06T05:13:05.407Z PASS [ 0.027s] (3399/3472) wicketd commission::conversions::tests::transceiver_vendor_projects_identity
92022026-09-06T05:13:05.407Z PASS [ 0.024s] (3400/3472) wicketd commission::conversions::tests::transceivers_response_projects_by_switch_and_port
92032026-09-06T05:13:05.411Z PASS [ 0.023s] (3401/3472) wicketd commission::conversions::tests::transceivers_unavailable_projects_empty
92042026-09-06T05:13:05.416Z PASS [ 0.024s] (3402/3472) wicketd commission::progress::tests::counter_projects_to_step_progress
92052026-09-06T05:13:05.423Z PASS [ 0.026s] (3403/3472) wicketd commission::progress::tests::empty_report_projects_waiting
92062026-09-06T05:13:05.426Z PASS [ 0.024s] (3404/3472) wicketd commission::progress::tests::will_not_be_run_messages_distinguish_reason_variants
92072026-09-06T05:13:05.429Z PASS [ 0.024s] (3405/3472) wicketd helpers::tests::baseboard_id_matches_when_part_and_serial_agree
92082026-09-06T05:13:05.433Z PASS [ 0.025s] (3406/3472) wicketd http_helpers::tests::client_side_failures_become_500_with_detail
92092026-09-06T05:13:05.433Z PASS [ 0.026s] (3407/3472) wicketd http_helpers::tests::error_responses_mirror_status_and_expose_detail
92102026-09-06T05:13:05.439Z PASS [ 0.028s] (3408/3472) wicketd installinator_progress::tests::test_states
92112026-09-06T05:13:05.454Z PASS [ 0.023s] (3409/3472) wicketd mgs::tests::rot_communication_failure_projects_to_none
92122026-09-06T05:13:05.487Z PASS [ 0.071s] (3410/3472) wicketd mgs::tests::error_only_map_is_available_and_surfaces_errors
92132026-09-06T05:13:05.502Z PASS [ 0.072s] (3411/3472) wicketd mgs::tests::prune_dead_waiters_drops_only_closed_receivers
92142026-09-06T05:13:05.506Z PASS [ 0.075s] (3412/3472) wicketd mgs::tests::ignition_update_does_not_clear_errors
92152026-09-06T05:13:05.506Z PASS [ 0.080s] (3413/3472) wicketd mgs::tests::ignition_fetch_error_does_not_satisfy_ignition_waiter
92162026-09-06T05:13:05.506Z PASS [ 0.078s] (3414/3472) wicketd mgs::tests::ignition_fetch_errors_are_recorded_and_cleared
92172026-09-06T05:13:05.509Z PASS [ 0.070s] (3415/3472) wicketd mgs::tests::sp_state_fetch_error_lifecycle
92182026-09-06T05:13:05.513Z PASS [ 0.026s] (3416/3472) wicketd mgs::tests::stage0_fetch_projection_table
92192026-09-06T05:13:05.514Z PASS [ 0.574s] (3417/3472) trust-quorum-protocol crypto::tests::rack_secret_test
92202026-09-06T05:13:05.524Z PASS [ 0.070s] (3418/3472) wicketd mgs::tests::sp_state_fetch_errors_do_not_satisfy_waiters
92212026-09-06T05:13:05.545Z PASS [ 0.042s] (3419/3472) wicketd mgs::tests::sub_fetch_error_projects_to_none
92222026-09-06T05:13:05.545Z PASS [ 0.041s] (3420/3472) wicketd rss_config::tests::rejected_update_is_all_or_nothing
92232026-09-06T05:13:05.548Z PASS [ 0.039s] (3421/3472) wicketd rss_config::tests::test_router_lifetime_unnumbered_only
92242026-09-06T05:13:05.552Z PASS [ 0.048s] (3422/3472) wicketd rss_config::tests::test_bgp_auth_key_states
92252026-09-06T05:13:05.592Z PASS [ 0.089s] (3423/3472) wicketd rss_config::tests::duplicate_external_certificate_uploads_are_deduplicated
92262026-09-06T05:13:05.605Z PASS [ 0.013s] (3424/3472) wicketd-commission-types-versions impls::inventory::tests::fault_flag_is_asserted
92272026-09-06T05:13:05.618Z PASS [ 0.012s] (3425/3472) wicketd-commission-types-versions impls::inventory::tests::iter_lane_faults_cmis_passes_through_flags
92282026-09-06T05:13:05.635Z PASS [ 0.017s] (3426/3472) wicketd-commission-types-versions impls::inventory::tests::iter_lane_faults_error_returns_message
92292026-09-06T05:13:05.649Z PASS [ 0.013s] (3427/3472) wicketd-commission-types-versions impls::inventory::tests::iter_lane_faults_sff8636_lifts_bools
92302026-09-06T05:13:05.665Z PASS [ 0.016s] (3428/3472) wicketd-commission-types-versions impls::rack_setup::tests::ddm_auto_serializes_to_empty_map
92312026-09-06T05:13:05.671Z PASS [ 1.683s] (3429/3472) trust-quorum task::tests::tq_persistent_state
92322026-09-06T05:13:05.681Z PASS [ 0.016s] (3430/3472) wicketd-commission-types-versions impls::rack_setup::tests::empty_map_deserializes_to_ddm_auto
92332026-09-06T05:13:05.686Z PASS [ 0.015s] (3431/3472) wicketd-commission-types-versions impls::rack_setup::tests::invalid_router_peer_address
92342026-09-06T05:13:05.697Z PASS [ 0.016s] (3432/3472) wicketd-commission-types-versions impls::rack_setup::tests::invalid_uplink_address
92352026-09-06T05:13:05.701Z PASS [ 0.016s] (3433/3472) wicketd-commission-types-versions impls::rack_setup::tests::manual_config_roundtrips
92362026-09-06T05:13:05.713Z PASS [ 0.016s] (3434/3472) wicketd-commission-types-versions impls::rack_setup::tests::misspelled_field_names_unknown_field
92372026-09-06T05:13:05.716Z PASS [ 0.015s] (3435/3472) wicketd-commission-types-versions impls::rack_setup::tests::non_map_input_fails_cleanly
92382026-09-06T05:13:05.734Z PASS [ 0.021s] (3436/3472) wicketd-commission-types-versions impls::rack_setup::tests::rack_operation_kind_is_an_open_set
92392026-09-06T05:13:05.738Z PASS [ 0.022s] (3437/3472) wicketd-commission-types-versions impls::rack_setup::tests::roundtrip_import_export_policy
92402026-09-06T05:13:05.753Z PASS [ 0.019s] (3438/3472) wicketd-commission-types-versions impls::rack_setup::tests::roundtrip_router_peer_address
92412026-09-06T05:13:05.756Z PASS [ 0.017s] (3439/3472) wicketd-commission-types-versions impls::rack_setup::tests::roundtrip_uplink_address
92422026-09-06T05:13:05.764Z PASS [ 3.901s] (3440/3472) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::proptest_full_reconciliation
92432026-09-06T05:13:05.768Z PASS [ 0.014s] (3441/3472) wicketd-commission-types-versions impls::rack_setup::tests::rss_step_info_rejects_zero
92442026-09-06T05:13:05.771Z PASS [ 0.016s] (3442/3472) wicketd-commission-types-versions impls::update::tests::deserialize_accepts_single
92452026-09-06T05:13:05.783Z PASS [ 0.015s] (3443/3472) wicketd-commission-types-versions impls::update::tests::deserialize_rejects_empty
92462026-09-06T05:13:05.786Z PASS [ 0.015s] (3444/3472) wicketd-commission-types-versions impls::update::tests::new_accepts_single
92472026-09-06T05:13:05.790Z PASS [ 0.023s] (3445/3472) wicketd-commission-types-versions impls::update::tests::deserialize_dedups_duplicates
92482026-09-06T05:13:05.800Z PASS [ 0.017s] (3446/3472) wicketd-commission-types-versions impls::update::tests::new_rejects_empty
92492026-09-06T05:13:05.806Z PASS [ 0.018s] (3447/3472) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_dual_stack
92502026-09-06T05:13:05.809Z PASS [ 0.022s] (3448/3472) wicketd-commission-types-versions impls::update::tests::serde_roundtrip
92512026-09-06T05:13:05.816Z PASS [ 0.016s] (3449/3472) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_empty
92522026-09-06T05:13:05.822Z PASS [ 0.016s] (3450/3472) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_v4_only
92532026-09-06T05:13:05.825Z PASS [ 0.015s] (3451/3472) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_v6_only
92542026-09-06T05:13:06.219Z PASS [ 0.705s] (3452/3472) wicketd::mod integration_tests::commission::test_commission_inventory
92552026-09-06T05:13:06.247Z PASS [ 0.734s] (3453/3472) wicketd::mod integration_tests::commission::test_commission_rss_config
92562026-09-06T05:13:06.251Z PASS [ 0.707s] (3454/3472) wicketd::mod integration_tests::inventory::test_inventory
92572026-09-06T05:13:06.255Z PASS [ 0.703s] (3455/3472) wicketd::mod integration_tests::updates::test_update_races
92582026-09-06T05:13:06.297Z PASS [ 0.772s] (3456/3472) wicketd::mod integration_tests::commission::test_commission_start_update
92592026-09-06T05:13:06.907Z PASS [ 1.362s] (3457/3472) wicketd::mod integration_tests::updates::test_installinator_fetch
92602026-09-06T05:13:07.686Z PASS [ 2.134s] (3458/3472) wicketd::mod integration_tests::updates::test_updates
92612026-09-06T05:13:07.900Z PASS [ 8.207s] (3459/3472) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
92622026-09-06T05:13:09.672Z PASS [ 7.995s] (3460/3472) sled-agent-scrimlet-reconcilers lldpd_reconciler::tests::proptest_lldpd_reconciliation_refresh
92632026-09-06T05:13:10.687Z PASS [ 8.426s] (3461/3472) sled-agent-scrimlet-reconcilers uplinkd_reconciler::tests::proptest_uplinkd_reconciliation_refresh
92642026-09-06T05:13:11.357Z PASS [ 9.697s] (3462/3472) sled-agent-scrimlet-reconcilers lldpd_reconciler::tests::proptest_lldpd_reconciliation
92652026-09-06T05:13:12.148Z PASS [ 9.894s] (3463/3472) sled-agent-scrimlet-reconcilers uplinkd_reconciler::tests::proptest_uplinkd_reconciliation
92662026-09-06T05:13:12.393Z PASS [ 11.039s] (3464/3472) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::proptest_full_reconciliation
92672026-09-06T05:13:13.009Z PASS [ 11.812s] (3465/3472) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_full_reconciliation
92682026-09-06T05:13:13.046Z PASS [ 14.122s] (3466/3472) oximeter-db::integration_test test_schemas_disjoint
92692026-09-06T05:13:19.604Z PASS [ 41.897s] (3467/3472) omicron-omdb::test_all_output test_omdb_success_cases
92702026-09-06T05:13:20.160Z PASS [ 33.493s] (3468/3472) omicron-omdb::test_multicast test_omdb_multicast_commands
92712026-09-06T05:13:21.961Z PASS [ 32.071s] (3469/3472) omicron-sled-agent nexus::test::nexus_self_notification_test
92722026-09-06T05:13:25.415Z PASS [ 30.037s] (3470/3472) oximeter-db client::tests::cannot_ping_nonexistent_server
92732026-09-06T05:13:46.630Z PASS [ 47.724s] (3471/3472) oximeter-db::integration_test test_cluster
92742026-09-06T05:13:59.328Z PASS [ 54.219s] (3472/3472) trust-quorum-protocol::cluster test_trust_quorum_protocol
92752026-09-06T05:13:59.332Z────────────
92762026-09-06T05:13:59.332Z Summary [1880.681s] 3472 tests run: 3472 passed (6 slow), 8 skipped
92772026-09-06T05:13:59.431Z
92782026-09-06T05:13:59.431Zreal 31:35.861227698
92792026-09-06T05:13:59.431Zuser 5:17:26.399711127
92802026-09-06T05:13:59.431Zsys 1:00:15.142399686
92812026-09-06T05:13:59.431Ztrap 1:28.068152104
92822026-09-06T05:13:59.434Ztflt 1.252314307
92832026-09-06T05:13:59.434Zdflt 12.783545356
92842026-09-06T05:13:59.434Zkflt 0.137626943
92852026-09-06T05:13:59.434Zlock 1130:12:23.475238011
92862026-09-06T05:13:59.434Zslp 69:49:53.415969435
92872026-09-06T05:13:59.434Zlat 40:32.410978094
92882026-09-06T05:13:59.434Zstop 6:20.459977753
92892026-09-06T05:13:59.434Z+ ptime -m cargo nextest store export latest --user-config-file /tmp/nextest-recording-config/config.toml --archive-file /tmp/nextest-run-archive.zip
92902026-09-06T05:13:59.592Zinfo: exported run ec2a9b00-d854-46b2-b9db-38f78b7c7f43 to /tmp/nextest-run-archive.zip (3298613 bytes)
92912026-09-06T05:13:59.596Z
92922026-09-06T05:13:59.596Zreal 0.159355627
92932026-09-06T05:13:59.596Zuser 0.112613737
92942026-09-06T05:13:59.596Zsys 0.041025872
92952026-09-06T05:13:59.596Ztrap 0.000009290
92962026-09-06T05:13:59.596Ztflt 0.000046410
92972026-09-06T05:13:59.596Zdflt 0.000024800
92982026-09-06T05:13:59.596Zkflt 0.000000000
92992026-09-06T05:13:59.596Zlock 0.037306824
93002026-09-06T05:13:59.596Zslp 0.218338901
93012026-09-06T05:13:59.596Zlat 0.000747670
93022026-09-06T05:13:59.596Zstop 0.000344540
93032026-09-06T05:13:59.596Z+ ptime -m cargo nextest store export-chrome-trace latest --user-config-file /tmp/nextest-recording-config/config.toml --output /tmp/nextest-chrome-trace.json
93042026-09-06T05:13:59.801Zinfo: wrote Chrome trace for run ec2a9b00-d854-46b2-b9db-38f78b7c7f43 to /tmp/nextest-chrome-trace.json
93052026-09-06T05:13:59.810Z
93062026-09-06T05:13:59.810Zreal 0.204767131
93072026-09-06T05:13:59.810Zuser 0.149379112
93082026-09-06T05:13:59.810Zsys 0.049458770
93092026-09-06T05:13:59.810Ztrap 0.000019530
93102026-09-06T05:13:59.810Ztflt 0.000025100
93112026-09-06T05:13:59.811Zdflt 0.000060070
93122026-09-06T05:13:59.811Zkflt 0.000000000
93132026-09-06T05:13:59.811Zlock 0.036465851
93142026-09-06T05:13:59.811Zslp 0.217798300
93152026-09-06T05:13:59.811Zlat 0.000774070
93162026-09-06T05:13:59.811Zstop 0.000292500
93172026-09-06T05:13:59.811Z+ [[ 0 -ne 0 ]]
93182026-09-06T05:13:59.811Z+ banner doctest
93192026-09-06T05:13:59.811Z
93202026-09-06T05:13:59.811Z ##### #### #### ##### ###### #### #####
93212026-09-06T05:13:59.811Z # # # # # # # # # #
93222026-09-06T05:13:59.811Z # # # # # # ##### #### #
93232026-09-06T05:13:59.811Z # # # # # # # # #
93242026-09-06T05:13:59.811Z # # # # # # # # # # #
93252026-09-06T05:13:59.811Z ##### #### #### # ###### #### #
93262026-09-06T05:13:59.811Z
93272026-09-06T05:13:59.811Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
93282026-09-06T05:14:00.994Z Fresh unicode-ident v1.0.24
93292026-09-06T05:14:00.998Z Fresh cfg-if v1.0.4
93302026-09-06T05:14:00.998Z Fresh memchr v2.8.0
93312026-09-06T05:14:00.998Z Fresh smallvec v1.15.1
93322026-09-06T05:14:00.998Z Fresh rand_core v0.10.0
93332026-09-06T05:14:00.998Z Fresh autocfg v1.5.0
93342026-09-06T05:14:00.998Z Fresh itoa v1.0.17
93352026-09-06T05:14:00.998Z Fresh log v0.4.33
93362026-09-06T05:14:00.998Z Fresh subtle v2.6.1
93372026-09-06T05:14:00.998Z Fresh version_check v0.9.5
93382026-09-06T05:14:00.998Z Fresh typenum v1.20.1
93392026-09-06T05:14:00.998Z Fresh scopeguard v1.2.0
93402026-09-06T05:14:00.998Z Fresh stable_deref_trait v1.2.1
93412026-09-06T05:14:00.998Z Fresh percent-encoding v2.3.2
93422026-09-06T05:14:00.998Z Fresh litemap v0.8.1
93432026-09-06T05:14:00.998Z Fresh writeable v0.6.2
93442026-09-06T05:14:00.998Z Fresh utf8_iter v1.0.4
93452026-09-06T05:14:00.998Z Fresh critical-section v1.2.0
93462026-09-06T05:14:00.998Z Fresh proc-macro2 v1.0.106
93472026-09-06T05:14:00.998Z Fresh lock_api v0.4.14
93482026-09-06T05:14:00.998Z Fresh form_urlencoded v1.2.2
93492026-09-06T05:14:00.998Z Fresh pin-project-lite v0.2.17
93502026-09-06T05:14:00.998Z Fresh shlex v1.3.0
93512026-09-06T05:14:00.998Z Fresh iana-time-zone v0.1.65
93522026-09-06T05:14:00.998Z Fresh find-msvc-tools v0.1.9
93532026-09-06T05:14:00.998Z Fresh equivalent v1.0.2
93542026-09-06T05:14:00.998Z Fresh heck v0.5.0
93552026-09-06T05:14:00.998Z Fresh regex-syntax v0.8.10
93562026-09-06T05:14:00.998Z Fresh dyn-clone v1.0.20
93572026-09-06T05:14:00.998Z Fresh fnv v1.0.7
93582026-09-06T05:14:00.998Z Fresh hashbrown v0.17.0
93592026-09-06T05:14:00.998Z Fresh strsim v0.11.1
93602026-09-06T05:14:01.002Z Fresh quote v1.0.45
93612026-09-06T05:14:01.002Z Fresh serde_core v1.0.229
93622026-09-06T05:14:01.002Z Fresh libc v0.2.185
93632026-09-06T05:14:01.002Z Fresh libm v0.2.16
93642026-09-06T05:14:01.002Z Fresh zmij v1.0.21
93652026-09-06T05:14:01.002Z Fresh icu_normalizer_data v2.1.1
93662026-09-06T05:14:01.002Z Fresh icu_properties_data v2.1.2
93672026-09-06T05:14:01.002Z Fresh portable-atomic v1.13.1
93682026-09-06T05:14:01.003Z Fresh futures-core v0.3.32
93692026-09-06T05:14:01.003Z Fresh cmov v0.5.4
93702026-09-06T05:14:01.003Z Fresh aho-corasick v1.1.4
93712026-09-06T05:14:01.003Z Fresh byteorder v1.5.0
93722026-09-06T05:14:01.003Z Fresh futures-sink v0.3.32
93732026-09-06T05:14:01.003Z Fresh futures-task v0.3.32
93742026-09-06T05:14:01.003Z Fresh futures-io v0.3.32
93752026-09-06T05:14:01.003Z Fresh slab v0.4.12
93762026-09-06T05:14:01.003Z Fresh base64ct v1.8.3
93772026-09-06T05:14:01.003Z Fresh const-oid v0.9.6
93782026-09-06T05:14:01.003Z Fresh base64 v0.22.1
93792026-09-06T05:14:01.003Z Fresh ident_case v1.0.1
93802026-09-06T05:14:01.003Z Fresh pkg-config v0.3.32
93812026-09-06T05:14:01.003Z Fresh allocator-api2 v0.2.21
93822026-09-06T05:14:01.003Z Fresh syn v2.0.117
93832026-09-06T05:14:01.003Z Fresh syn v3.0.3
93842026-09-06T05:14:01.003Z Fresh getrandom v0.4.3
93852026-09-06T05:14:01.003Z Fresh errno v0.3.14
93862026-09-06T05:14:01.003Z Fresh num-traits v0.2.19
93872026-09-06T05:14:01.003Z Fresh serde_json v1.0.151
93882026-09-06T05:14:01.003Z Fresh bitflags v2.11.0
93892026-09-06T05:14:01.003Z Fresh semver v1.0.28
93902026-09-06T05:14:01.003Z Fresh once_cell v1.21.3
93912026-09-06T05:14:01.003Z Fresh parking_lot_core v0.9.12
93922026-09-06T05:14:01.003Z Fresh jobserver v0.1.34
93932026-09-06T05:14:01.003Z Fresh mio v1.2.0
93942026-09-06T05:14:01.003Z Fresh rustversion v1.0.22
93952026-09-06T05:14:01.003Z Fresh socket2 v0.6.3
93962026-09-06T05:14:01.003Z Fresh indexmap v2.14.0
93972026-09-06T05:14:01.003Z Fresh getrandom v0.2.17
93982026-09-06T05:14:01.003Z Fresh ctutils v0.4.2
93992026-09-06T05:14:01.003Z Fresh regex-automata v0.4.14
94002026-09-06T05:14:01.003Z Fresh futures-channel v0.3.32
94012026-09-06T05:14:01.003Z Fresh utf8parse v0.2.2
94022026-09-06T05:14:01.003Z Fresh const-oid v0.10.2
94032026-09-06T05:14:01.003Z Fresh anstyle v1.0.14
94042026-09-06T05:14:01.003Z Fresh either v1.15.0
94052026-09-06T05:14:01.003Z Fresh powerfmt v0.2.0
94062026-09-06T05:14:01.003Z Fresh anstyle-query v1.1.5
94072026-09-06T05:14:01.004Z Fresh num-conv v0.2.0
94082026-09-06T05:14:01.004Z Fresh time-core v0.1.8
94092026-09-06T05:14:01.007Z Fresh serde_derive v1.0.229
94102026-09-06T05:14:01.007Z Fresh zeroize_derive v1.5.0
94112026-09-06T05:14:01.008Z Fresh synstructure v0.13.2
94122026-09-06T05:14:01.008Z Fresh zerovec-derive v0.11.2
94132026-09-06T05:14:01.008Z Fresh displaydoc v0.2.5
94142026-09-06T05:14:01.008Z Fresh zerocopy-derive v0.8.55
94152026-09-06T05:14:01.008Z Fresh parking_lot v0.12.5
94162026-09-06T05:14:01.008Z Fresh thiserror-impl v2.0.18
94172026-09-06T05:14:01.008Z Fresh signal-hook-registry v1.4.8
94182026-09-06T05:14:01.008Z Fresh cc v1.2.56
94192026-09-06T05:14:01.008Z Fresh uuid v1.23.4
94202026-09-06T05:14:01.008Z Fresh tokio-macros v2.7.0
94212026-09-06T05:14:01.008Z Fresh serde_derive_internals v0.29.1
94222026-09-06T05:14:01.008Z Fresh rustix v1.1.4
94232026-09-06T05:14:01.008Z Fresh rand_core v0.6.4
94242026-09-06T05:14:01.008Z Fresh getrandom v0.3.4
94252026-09-06T05:14:01.008Z Fresh futures-macro v0.3.32
94262026-09-06T05:14:01.008Z Fresh thiserror-impl v1.0.69
94272026-09-06T05:14:01.008Z Fresh regex v1.12.3
94282026-09-06T05:14:01.008Z Fresh syn v1.0.109
94292026-09-06T05:14:01.008Z Fresh anyhow v1.0.104
94302026-09-06T05:14:01.008Z Fresh tracing-attributes v0.1.31
94312026-09-06T05:14:01.008Z Fresh tracing-core v0.1.36
94322026-09-06T05:14:01.008Z Fresh is_terminal_polyfill v1.70.2
94332026-09-06T05:14:01.008Z Fresh colorchoice v1.0.4
94342026-09-06T05:14:01.008Z Fresh time-macros v0.2.27
94352026-09-06T05:14:01.008Z Fresh deranged v0.5.8
94362026-09-06T05:14:01.008Z Fresh fastrand v2.3.0
94372026-09-06T05:14:01.008Z Fresh num_threads v0.1.7
94382026-09-06T05:14:01.008Z Fresh anstyle-parse v1.0.0
94392026-09-06T05:14:01.008Z Fresh serde v1.0.229
94402026-09-06T05:14:01.008Z Fresh zerofrom-derive v0.1.6
94412026-09-06T05:14:01.008Z Fresh yoke-derive v0.8.1
94422026-09-06T05:14:01.008Z Fresh zerocopy v0.8.55
94432026-09-06T05:14:01.008Z Fresh thiserror v2.0.18
94442026-09-06T05:14:01.008Z Fresh schemars_derive v0.8.22
94452026-09-06T05:14:01.008Z Fresh futures-util v0.3.32
94462026-09-06T05:14:01.008Z Fresh thiserror v1.0.69
94472026-09-06T05:14:01.008Z Fresh rand_core v0.9.5
94482026-09-06T05:14:01.008Z Fresh tracing v0.1.44
94492026-09-06T05:14:01.008Z Fresh terminal_size v0.4.3
94502026-09-06T05:14:01.009Z Fresh time v0.3.47
94512026-09-06T05:14:01.009Z Fresh anstream v1.0.0
94522026-09-06T05:14:01.009Z Fresh cpufeatures v0.3.0
94532026-09-06T05:14:01.009Z Fresh tempfile v3.27.0
94542026-09-06T05:14:01.009Z Fresh cmake v0.1.57
94552026-09-06T05:14:01.009Z Fresh rustc_version v0.4.1
94562026-09-06T05:14:01.009Z Fresh cpufeatures v0.2.17
94572026-09-06T05:14:01.009Z Fresh clap_lex v1.0.0
94582026-09-06T05:14:01.009Z Fresh dunce v1.0.5
94592026-09-06T05:14:01.009Z Fresh fs_extra v1.3.0
94602026-09-06T05:14:01.009Z Fresh clap_derive v4.6.1
94612026-09-06T05:14:01.009Z Fresh spin v0.9.8
94622026-09-06T05:14:01.009Z Fresh simd-adler32 v0.3.8
94632026-09-06T05:14:01.009Z Fresh adler2 v2.0.1
94642026-09-06T05:14:01.009Z Fresh der_derive v0.7.3
94652026-09-06T05:14:01.009Z Fresh pem-rfc7468 v0.7.0
94662026-09-06T05:14:01.013Z Fresh zeroize v1.9.0
94672026-09-06T05:14:01.013Z Fresh bytes v1.11.1
94682026-09-06T05:14:01.013Z Fresh zerofrom v0.1.6
94692026-09-06T05:14:01.013Z Fresh chrono v0.4.45
94702026-09-06T05:14:01.013Z Fresh ppv-lite86 v0.2.21
94712026-09-06T05:14:01.013Z Fresh erased-serde v0.3.31
94722026-09-06T05:14:01.013Z Fresh ipnet v2.12.0
94732026-09-06T05:14:01.013Z Fresh serde_tokenstream v0.2.3
94742026-09-06T05:14:01.013Z Fresh camino v1.2.5
94752026-09-06T05:14:01.013Z Fresh clap_builder v4.6.0
94762026-09-06T05:14:01.013Z Fresh hex v0.4.3
94772026-09-06T05:14:01.013Z Fresh miniz_oxide v0.8.9
94782026-09-06T05:14:01.013Z Fresh unicode-segmentation v1.12.0
94792026-09-06T05:14:01.013Z Fresh flagset v0.4.7
94802026-09-06T05:14:01.013Z Fresh untrusted v0.7.1
94812026-09-06T05:14:01.013Z Fresh ryu v1.0.23
94822026-09-06T05:14:01.013Z Fresh atomic-waker v1.1.2
94832026-09-06T05:14:01.013Z Fresh unicode-width v0.2.0
94842026-09-06T05:14:01.013Z Fresh httpdate v1.0.3
94852026-09-06T05:14:01.013Z Fresh ucd-trie v0.1.7
94862026-09-06T05:14:01.013Z Fresh try-lock v0.2.5
94872026-09-06T05:14:01.013Z Fresh async-trait v0.1.89
94882026-09-06T05:14:01.013Z Fresh tower-service v0.3.3
94892026-09-06T05:14:01.013Z Fresh untrusted v0.9.0
94902026-09-06T05:14:01.013Z Fresh pretty-hex v0.4.1
94912026-09-06T05:14:01.013Z Fresh tower-layer v0.3.3
94922026-09-06T05:14:01.013Z Fresh plain v0.2.3
94932026-09-06T05:14:01.013Z Fresh socket2 v0.5.10
94942026-09-06T05:14:01.013Z Fresh yoke v0.8.1
94952026-09-06T05:14:01.014Z Fresh tokio v1.52.1
94962026-09-06T05:14:01.014Z Fresh hybrid-array v0.4.13
94972026-09-06T05:14:01.014Z Fresh generic-array v0.14.7
94982026-09-06T05:14:01.014Z Fresh http v1.4.2
94992026-09-06T05:14:01.014Z Fresh slog v2.8.2
95002026-09-06T05:14:01.014Z Fresh rand_chacha v0.9.0
95012026-09-06T05:14:01.014Z Fresh crossbeam-utils v0.8.21
95022026-09-06T05:14:01.014Z Fresh clap v4.6.1
95032026-09-06T05:14:01.014Z Fresh httparse v1.10.1
95042026-09-06T05:14:01.014Z Fresh rustls-pki-types v1.14.0
95052026-09-06T05:14:01.014Z Fresh der v0.7.10
95062026-09-06T05:14:01.014Z Fresh rand_chacha v0.3.1
95072026-09-06T05:14:01.014Z Fresh want v0.3.1
95082026-09-06T05:14:01.014Z Fresh pest v2.8.6
95092026-09-06T05:14:01.014Z Fresh mime v0.3.17
95102026-09-06T05:14:01.014Z Fresh openssl-probe v0.2.1
95112026-09-06T05:14:01.014Z Fresh foldhash v0.2.0
95122026-09-06T05:14:01.014Z Fresh vcpkg v0.2.15
95132026-09-06T05:14:01.014Z Fresh bit-vec v0.8.0
95142026-09-06T05:14:01.014Z Fresh serde_urlencoded v0.7.1
95152026-09-06T05:14:01.014Z Fresh lazy_static v1.5.0
95162026-09-06T05:14:01.014Z Fresh darling_core v0.23.0
95172026-09-06T05:14:01.014Z Fresh wait-timeout v0.2.1
95182026-09-06T05:14:01.014Z Fresh encoding_rs v0.8.35
95192026-09-06T05:14:01.014Z Fresh futures-executor v0.3.32
95202026-09-06T05:14:01.014Z Fresh quick-error v1.2.3
95212026-09-06T05:14:01.014Z Fresh zerovec v0.11.5
95222026-09-06T05:14:01.014Z Fresh zerotrie v0.2.3
95232026-09-06T05:14:01.014Z Fresh crypto-common v0.2.2
95242026-09-06T05:14:01.014Z Fresh crypto-common v0.1.7
95252026-09-06T05:14:01.014Z Fresh block-buffer v0.12.1
95262026-09-06T05:14:01.014Z Fresh block-buffer v0.10.4
95272026-09-06T05:14:01.014Z Fresh rand v0.9.2
95282026-09-06T05:14:01.014Z Fresh tokio-util v0.7.18
95292026-09-06T05:14:01.014Z Fresh aws-lc-sys v0.40.0
95302026-09-06T05:14:01.014Z Fresh http-body v1.0.1
95312026-09-06T05:14:01.014Z Fresh block-padding v0.4.2
95322026-09-06T05:14:01.014Z Fresh rand v0.8.6
95332026-09-06T05:14:01.014Z Fresh pest_meta v2.8.6
95342026-09-06T05:14:01.015Z Fresh spki v0.7.3
95352026-09-06T05:14:01.015Z Fresh bit-set v0.8.0
95362026-09-06T05:14:01.015Z Fresh hashbrown v0.16.1
95372026-09-06T05:14:01.015Z Fresh darling_macro v0.23.0
95382026-09-06T05:14:01.015Z Fresh futures v0.3.32
95392026-09-06T05:14:01.015Z Fresh rusty-fork v0.3.1
95402026-09-06T05:14:01.015Z Fresh rand_xorshift v0.4.0
95412026-09-06T05:14:01.015Z Fresh num-integer v0.1.46
95422026-09-06T05:14:01.015Z Fresh sync_wrapper v1.0.2
95432026-09-06T05:14:01.015Z Fresh unarray v0.1.4
95442026-09-06T05:14:01.015Z Fresh openapiv3 v2.2.0
95452026-09-06T05:14:01.015Z Fresh winnow v1.0.3
95462026-09-06T05:14:01.015Z Fresh iri-string v0.7.10
95472026-09-06T05:14:01.019Z Fresh hubpack_derive v0.1.1
95482026-09-06T05:14:01.019Z Fresh tinystr v0.8.2
95492026-09-06T05:14:01.019Z Fresh potential_utf v0.1.4
95502026-09-06T05:14:01.019Z Fresh digest v0.10.7
95512026-09-06T05:14:01.019Z Fresh digest v0.11.3
95522026-09-06T05:14:01.019Z Fresh aws-lc-rs v1.16.3
95532026-09-06T05:14:01.019Z Fresh inout v0.2.2
95542026-09-06T05:14:01.019Z Fresh h2 v0.4.15
95552026-09-06T05:14:01.019Z Fresh pest_generator v2.8.6
95562026-09-06T05:14:01.019Z Fresh http-body-util v0.1.3
95572026-09-06T05:14:01.019Z Fresh pkcs8 v0.10.2
95582026-09-06T05:14:01.019Z Fresh paste v1.0.15
95592026-09-06T05:14:01.019Z Fresh crc32fast v1.5.0
95602026-09-06T05:14:01.019Z Fresh darling v0.23.0
95612026-09-06T05:14:01.019Z Fresh object v0.37.3
95622026-09-06T05:14:01.019Z Fresh ahash v0.8.12
95632026-09-06T05:14:01.019Z Fresh tower v0.5.3
95642026-09-06T05:14:01.019Z Fresh proptest v1.11.0
95652026-09-06T05:14:01.019Z Fresh toml_parser v1.1.2+spec-1.1.0
95662026-09-06T05:14:01.019Z Fresh tinyvec_macros v0.1.1
95672026-09-06T05:14:01.019Z Fresh litrs v1.0.0
95682026-09-06T05:14:01.019Z Fresh unicode-width v0.1.14
95692026-09-06T05:14:01.019Z Fresh static_assertions v1.1.0
95702026-09-06T05:14:01.019Z Fresh hubpack v0.1.2
95712026-09-06T05:14:01.019Z Fresh rustls-native-certs v0.8.3
95722026-09-06T05:14:01.019Z Fresh scroll_derive v0.13.1
95732026-09-06T05:14:01.019Z Fresh zlib-rs v0.6.2
95742026-09-06T05:14:01.019Z Fresh psl-types v2.0.11
95752026-09-06T05:14:01.019Z Fresh num-iter v0.1.45
95762026-09-06T05:14:01.019Z Fresh heck v0.4.1
95772026-09-06T05:14:01.019Z Fresh serde_spanned v0.6.9
95782026-09-06T05:14:01.019Z Fresh icu_locale_core v2.1.1
95792026-09-06T05:14:01.020Z Fresh icu_collections v2.1.1
95802026-09-06T05:14:01.020Z Fresh hyper v1.10.1
95812026-09-06T05:14:01.020Z Fresh rustls-webpki v0.103.13
95822026-09-06T05:14:01.020Z Fresh cipher v0.5.2
95832026-09-06T05:14:01.020Z Fresh pest_derive v2.8.6
95842026-09-06T05:14:01.020Z Fresh sha2 v0.10.9
95852026-09-06T05:14:01.020Z Fresh signature v2.2.0
95862026-09-06T05:14:01.020Z Fresh tower-http v0.6.8
95872026-09-06T05:14:01.020Z Fresh tinyvec v1.10.0
95882026-09-06T05:14:01.020Z Fresh document-features v0.2.12
95892026-09-06T05:14:01.020Z Fresh hmac v0.12.1
95902026-09-06T05:14:01.020Z Fresh flate2 v1.1.9
95912026-09-06T05:14:01.020Z Fresh scroll v0.13.0
95922026-09-06T05:14:01.020Z Fresh toml_datetime v0.6.11
95932026-09-06T05:14:01.020Z Fresh darling_core v0.20.11
95942026-09-06T05:14:01.020Z Fresh data-encoding v2.10.0
95952026-09-06T05:14:01.020Z Fresh x509-cert v0.2.5
95962026-09-06T05:14:01.020Z Fresh curve25519-dalek-derive v0.1.1
95972026-09-06T05:14:01.020Z Fresh strum_macros v0.26.4
95982026-09-06T05:14:01.020Z Fresh daft-derive v0.1.8
95992026-09-06T05:14:01.020Z Fresh thread-id v5.1.0
96002026-09-06T05:14:01.020Z Fresh winnow v0.7.14
96012026-09-06T05:14:01.020Z Fresh gimli v0.32.3
96022026-09-06T05:14:01.020Z Fresh pkcs1 v0.7.5
96032026-09-06T05:14:01.020Z Fresh ff v0.13.1
96042026-09-06T05:14:01.020Z Fresh scroll_derive v0.12.1
96052026-09-06T05:14:01.020Z Fresh memmap2 v0.9.10
96062026-09-06T05:14:01.020Z Fresh icu_provider v2.1.1
96072026-09-06T05:14:01.020Z Fresh rustls v0.23.41
96082026-09-06T05:14:01.020Z Fresh hyper-util v0.1.20
96092026-09-06T05:14:01.020Z Fresh cookie v0.18.1
96102026-09-06T05:14:01.020Z Fresh goblin v0.10.5
96112026-09-06T05:14:01.020Z Fresh dtrace-parser v0.3.0
96122026-09-06T05:14:01.020Z Fresh darling_macro v0.20.11
96132026-09-06T05:14:01.020Z Fresh strum v0.26.3
96142026-09-06T05:14:01.020Z Fresh addr2line v0.25.1
96152026-09-06T05:14:01.020Z Fresh smawk v0.3.2
96162026-09-06T05:14:01.020Z Fresh is_ci v1.2.0
96172026-09-06T05:14:01.020Z Fresh siphasher v1.0.2
96182026-09-06T05:14:01.021Z Fresh base16ct v0.2.0
96192026-09-06T05:14:01.021Z Fresh rustc-demangle v0.1.27
96202026-09-06T05:14:01.021Z Fresh unicode-linebreak v0.1.5
96212026-09-06T05:14:01.021Z Fresh hkdf v0.12.4
96222026-09-06T05:14:01.021Z Fresh scroll v0.12.0
96232026-09-06T05:14:01.021Z Fresh group v0.13.0
96242026-09-06T05:14:01.021Z Fresh crossbeam-epoch v0.9.18
96252026-09-06T05:14:01.021Z Fresh crypto-bigint v0.5.5
96262026-09-06T05:14:01.021Z Fresh itertools v0.15.0
96272026-09-06T05:14:01.021Z Fresh bstr v1.12.1
96282026-09-06T05:14:01.021Z Fresh zerocopy-derive v0.7.35
96292026-09-06T05:14:01.021Z Fresh base64 v0.21.7
96302026-09-06T05:14:01.021Z Fresh winnow v0.5.40
96312026-09-06T05:14:01.025Z Fresh icu_normalizer v2.1.1
96322026-09-06T05:14:01.025Z Fresh icu_properties v2.1.2
96332026-09-06T05:14:01.025Z Fresh tokio-rustls v0.26.4
96342026-09-06T05:14:01.025Z Fresh rustls-platform-verifier v0.6.2
96352026-09-06T05:14:01.025Z Fresh dof v0.4.0
96362026-09-06T05:14:01.025Z Fresh darling v0.20.11
96372026-09-06T05:14:01.025Z Fresh num-bigint-dig v0.8.6
96382026-09-06T05:14:01.025Z Fresh backtrace v0.3.76
96392026-09-06T05:14:01.025Z Fresh sec1 v0.7.3
96402026-09-06T05:14:01.025Z Fresh goblin v0.8.2
96412026-09-06T05:14:01.025Z Fresh toml_edit v0.19.15
96422026-09-06T05:14:01.025Z Fresh memoffset v0.9.1
96432026-09-06T05:14:01.025Z Fresh zerocopy v0.7.35
96442026-09-06T05:14:01.025Z Fresh cfg_aliases v0.2.1
96452026-09-06T05:14:01.025Z Fresh keccak v0.1.6
96462026-09-06T05:14:01.025Z Fresh dtrace-parser v0.2.0
96472026-09-06T05:14:01.025Z Fresh thread-id v4.2.2
96482026-09-06T05:14:01.025Z Fresh serde_with_macros v3.21.0
96492026-09-06T05:14:01.025Z Fresh itertools v0.13.0
96502026-09-06T05:14:01.025Z Fresh cargo-platform v0.3.2
96512026-09-06T05:14:01.026Z Fresh env_filter v2.0.0
96522026-09-06T05:14:01.026Z Fresh same-file v1.0.6
96532026-09-06T05:14:01.026Z Fresh tap v1.0.1
96542026-09-06T05:14:01.026Z Fresh unicode-normalization v0.1.25
96552026-09-06T05:14:01.026Z Fresh idna_adapter v1.2.1
96562026-09-06T05:14:01.026Z Fresh hyper-rustls v0.27.7
96572026-09-06T05:14:01.026Z Fresh usdt-impl v0.6.0
96582026-09-06T05:14:01.026Z Fresh derive_builder_core v0.20.2
96592026-09-06T05:14:01.026Z Fresh rsa v0.9.10
96602026-09-06T05:14:01.026Z Fresh rustix v0.38.44
96612026-09-06T05:14:01.026Z Fresh backtrace-ext v0.2.1
96622026-09-06T05:14:01.026Z Fresh elliptic-curve v0.13.8
96632026-09-06T05:14:01.026Z Fresh sha3 v0.10.8
96642026-09-06T05:14:01.026Z Fresh dof v0.3.0
96652026-09-06T05:14:01.026Z Fresh curve25519-dalek v4.1.3
96662026-09-06T05:14:01.026Z Fresh env_logger v0.11.11
96672026-09-06T05:14:01.026Z Fresh wyz v0.5.1
96682026-09-06T05:14:01.026Z Fresh walkdir v2.5.0
96692026-09-06T05:14:01.026Z Fresh cargo_metadata v0.23.1
96702026-09-06T05:14:01.026Z Fresh ed25519 v2.2.3
96712026-09-06T05:14:01.026Z Fresh structmeta-derive v0.3.0
96722026-09-06T05:14:01.026Z Fresh zerocopy-derive v0.6.6
96732026-09-06T05:14:01.026Z Fresh funty v2.0.0
96742026-09-06T05:14:01.026Z Fresh bitflags v1.3.2
96752026-09-06T05:14:01.026Z Fresh foldhash v0.1.5
96762026-09-06T05:14:01.026Z Fresh foreign-types-shared v0.1.1
96772026-09-06T05:14:01.026Z Fresh idna v1.1.0
96782026-09-06T05:14:01.026Z Fresh usdt-macro v0.6.0
96792026-09-06T05:14:01.026Z Fresh usdt-attr-macro v0.6.0
96802026-09-06T05:14:01.026Z Fresh derive_builder_macro v0.20.2
96812026-09-06T05:14:01.026Z Fresh usdt-impl v0.5.0
96822026-09-06T05:14:01.026Z Fresh owo-colors v4.3.0
96832026-09-06T05:14:01.026Z Fresh radium v0.7.0
96842026-09-06T05:14:01.026Z Fresh crc-catalog v2.4.0
96852026-09-06T05:14:01.026Z Fresh structmeta v0.3.0
96862026-09-06T05:14:01.026Z Fresh maybe-uninit v2.0.0
96872026-09-06T05:14:01.026Z Fresh hashbrown v0.15.5
96882026-09-06T05:14:01.026Z Fresh ed25519-dalek v2.2.0
96892026-09-06T05:14:01.026Z Fresh zerocopy v0.6.6
96902026-09-06T05:14:01.027Z Fresh foreign-types v0.3.2
96912026-09-06T05:14:01.027Z Fresh openssl-sys v0.9.117
96922026-09-06T05:14:01.027Z Fresh textwrap v0.16.2
96932026-09-06T05:14:01.027Z Fresh supports-color v3.0.2
96942026-09-06T05:14:01.027Z Fresh packed_struct_codegen v0.10.1
96952026-09-06T05:14:01.027Z Fresh enum-as-inner v0.6.1
96962026-09-06T05:14:01.027Z Fresh miette-derive v7.6.0
96972026-09-06T05:14:01.027Z Fresh openssl-macros v0.1.1
96982026-09-06T05:14:01.027Z Fresh bitfield-macros v0.19.4
96992026-09-06T05:14:01.027Z Fresh supports-unicode v3.0.0
97002026-09-06T05:14:01.027Z Fresh nodrop v0.1.14
97012026-09-06T05:14:01.027Z Fresh managed v0.8.0
97022026-09-06T05:14:01.027Z Fresh url v2.5.8
97032026-09-06T05:14:01.027Z Fresh publicsuffix v2.3.0
97042026-09-06T05:14:01.027Z Fresh usdt v0.6.0
97052026-09-06T05:14:01.027Z Fresh derive_builder v0.20.2
97062026-09-06T05:14:01.027Z Fresh nix v0.31.2
97072026-09-06T05:14:01.027Z Fresh bitvec v1.0.1
97082026-09-06T05:14:01.027Z Fresh crc v3.4.0
97092026-09-06T05:14:01.027Z Fresh supports-hyperlinks v3.2.0
97102026-09-06T05:14:01.027Z Fresh openssl v0.10.80
97112026-09-06T05:14:01.027Z Fresh array-init v0.0.4
97122026-09-06T05:14:01.027Z Fresh smallvec v0.6.14
97132026-09-06T05:14:01.027Z Fresh signal-hook v0.3.18
97142026-09-06T05:14:01.031Z Fresh bitfield v0.19.4
97152026-09-06T05:14:01.031Z Fresh bzip2-sys v0.1.13+1.0.8
97162026-09-06T05:14:01.031Z Fresh phf_shared v0.11.3
97172026-09-06T05:14:01.031Z Fresh chacha20 v0.10.0
97182026-09-06T05:14:01.031Z Fresh ref-cast-impl v1.0.25
97192026-09-06T05:14:01.031Z Fresh precomputed-hash v0.1.1
97202026-09-06T05:14:01.031Z Fresh hashbrown v0.12.3
97212026-09-06T05:14:01.031Z Fresh fixedbitset v0.4.2
97222026-09-06T05:14:01.031Z Fresh new_debug_unreachable v1.0.6
97232026-09-06T05:14:01.031Z Fresh toml v0.7.8
97242026-09-06T05:14:01.031Z Fresh globset v0.4.18
97252026-09-06T05:14:01.031Z Fresh ron v0.8.1
97262026-09-06T05:14:01.031Z Fresh hashbrown v0.13.2
97272026-09-06T05:14:01.031Z Fresh pin-project-internal v1.1.11
97282026-09-06T05:14:01.031Z Fresh crc-any v2.5.0
97292026-09-06T05:14:01.031Z Fresh derive-ex v0.1.8
97302026-09-06T05:14:01.031Z Fresh schemars v0.8.22
97312026-09-06T05:14:01.031Z Fresh cookie_store v0.22.1
97322026-09-06T05:14:01.031Z Fresh vergen-lib v9.1.0
97332026-09-06T05:14:01.031Z Fresh packed_struct v0.10.1
97342026-09-06T05:14:01.031Z Fresh miette v7.6.0
97352026-09-06T05:14:01.031Z Fresh bzip2 v0.4.4
97362026-09-06T05:14:01.031Z Fresh serde-hex v0.1.0
97372026-09-06T05:14:01.031Z Fresh indexmap v1.9.3
97382026-09-06T05:14:01.032Z Fresh petgraph v0.6.5
97392026-09-06T05:14:01.032Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
97402026-09-06T05:14:01.032Z Fresh string_cache v0.8.9
97412026-09-06T05:14:01.032Z Fresh pin-project v1.1.11
97422026-09-06T05:14:01.032Z Fresh signal-hook-mio v0.2.5
97432026-09-06T05:14:01.032Z Fresh fixedbitset v0.5.7
97442026-09-06T05:14:01.032Z Fresh lalrpop-util v0.19.12
97452026-09-06T05:14:01.032Z Fresh path-slash v0.1.5
97462026-09-06T05:14:01.032Z Fresh test-strategy v0.4.5
97472026-09-06T05:14:01.032Z Fresh snafu-derive v0.8.9
97482026-09-06T05:14:01.032Z Fresh convert_case v0.10.0
97492026-09-06T05:14:01.032Z Fresh serde-big-array v0.5.1
97502026-09-06T05:14:01.032Z Fresh serde_repr v0.1.20
97512026-09-06T05:14:01.032Z Fresh pem v3.0.6
97522026-09-06T05:14:01.032Z Fresh hash32 v0.2.1
97532026-09-06T05:14:01.032Z Fresh predicates-core v1.0.10
97542026-09-06T05:14:01.032Z Fresh unicode-properties v0.1.4
97552026-09-06T05:14:01.032Z Fresh jiff-core v0.1.0
97562026-09-06T05:14:01.032Z Fresh ipnetwork v0.21.1
97572026-09-06T05:14:01.032Z Fresh newtype-uuid v1.3.2
97582026-09-06T05:14:01.032Z Fresh reqwest v0.13.2
97592026-09-06T05:14:01.032Z Fresh serde_with v3.21.0
97602026-09-06T05:14:01.032Z Fresh vergen v9.1.0
97612026-09-06T05:14:01.032Z Fresh ref-cast v1.0.25
97622026-09-06T05:14:01.032Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
97632026-09-06T05:14:01.032Z Fresh native-tls v0.2.18
97642026-09-06T05:14:01.032Z Fresh object v0.30.4
97652026-09-06T05:14:01.032Z Fresh zip v0.6.6
97662026-09-06T05:14:01.032Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
97672026-09-06T05:14:01.032Z Fresh petgraph v0.8.3
97682026-09-06T05:14:01.032Z Fresh unicode-bidi v0.3.18
97692026-09-06T05:14:01.032Z Fresh jiff v0.2.34
97702026-09-06T05:14:01.032Z Fresh crossterm v0.28.1
97712026-09-06T05:14:01.032Z Fresh snafu v0.8.9
97722026-09-06T05:14:01.032Z Fresh zstd-sys v2.0.16+zstd.1.5.7
97732026-09-06T05:14:01.032Z Fresh byte-wrapper v0.1.0
97742026-09-06T05:14:01.032Z Fresh derive_more-impl v2.1.1
97752026-09-06T05:14:01.032Z Fresh hickory-proto v0.25.2
97762026-09-06T05:14:01.033Z Fresh similar v2.7.0
97772026-09-06T05:14:01.033Z Fresh md-5 v0.10.6
97782026-09-06T05:14:01.033Z Fresh serde_plain v1.0.2
97792026-09-06T05:14:01.033Z Fresh float-cmp v0.10.0
97802026-09-06T05:14:01.033Z Fresh async-recursion v1.1.1
97812026-09-06T05:14:01.033Z Fresh strum_macros v0.27.2
97822026-09-06T05:14:01.033Z Fresh toml_write v0.1.2
97832026-09-06T05:14:01.033Z Fresh fallible-iterator v0.2.0
97842026-09-06T05:14:01.033Z Fresh oxnet v0.1.7
97852026-09-06T05:14:01.033Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
97862026-09-06T05:14:01.033Z Fresh tokio-native-tls v0.3.1
97872026-09-06T05:14:01.033Z Fresh heapless v0.7.17
97882026-09-06T05:14:01.033Z Fresh fs-err v3.3.0
97892026-09-06T05:14:01.033Z Fresh stringprep v0.1.5
97902026-09-06T05:14:01.033Z Fresh typed-path v0.9.3
97912026-09-06T05:14:01.033Z Fresh normalize-line-endings v0.3.0
97922026-09-06T05:14:01.033Z Fresh difflib v0.4.0
97932026-09-06T05:14:01.033Z Fresh strum v0.27.2
97942026-09-06T05:14:01.033Z Fresh toml_edit v0.22.27
97952026-09-06T05:14:01.033Z Fresh derive_more v2.1.1
97962026-09-06T05:14:01.033Z Fresh phf_shared v0.13.1
97972026-09-06T05:14:01.033Z Fresh tokio-stream v0.1.18
97982026-09-06T05:14:01.033Z Fresh bumpalo v3.20.2
97992026-09-06T05:14:01.033Z Fresh libbz2-rs-sys v0.2.2
98002026-09-06T05:14:01.033Z Fresh peg-runtime v0.8.5
98012026-09-06T05:14:01.033Z Fresh olpc-cjson v0.1.4
98022026-09-06T05:14:01.033Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
98032026-09-06T05:14:01.033Z Fresh whoami v2.1.0
98042026-09-06T05:14:01.033Z Fresh buf-list v1.1.2
98052026-09-06T05:14:01.033Z Fresh is-terminal v0.4.17
98062026-09-06T05:14:01.033Z Fresh crossbeam-channel v0.5.15
98072026-09-06T05:14:01.033Z Fresh thread_local v1.1.9
98082026-09-06T05:14:01.037Z Fresh take_mut v0.2.2
98092026-09-06T05:14:01.037Z Fresh term v1.2.1
98102026-09-06T05:14:01.037Z Fresh newtype-uuid-macros v0.1.0
98112026-09-06T05:14:01.037Z Fresh match_cfg v0.1.0
98122026-09-06T05:14:01.037Z Fresh slog-json v2.6.1
98132026-09-06T05:14:01.037Z Fresh debug-ignore v1.0.5
98142026-09-06T05:14:01.037Z Fresh daft v0.1.8
98152026-09-06T05:14:01.037Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
98162026-09-06T05:14:01.037Z Fresh hyper-tls v0.6.0
98172026-09-06T05:14:01.037Z Fresh predicates v3.1.4
98182026-09-06T05:14:01.038Z Fresh postgres-protocol v0.6.10
98192026-09-06T05:14:01.038Z Fresh zstd-safe v7.2.4
98202026-09-06T05:14:01.038Z Fresh smoltcp v0.9.1
98212026-09-06T05:14:01.038Z Fresh zopfli v0.8.3
98222026-09-06T05:14:01.038Z Fresh phf v0.13.1
98232026-09-06T05:14:01.038Z Fresh bzip2 v0.6.1
98242026-09-06T05:14:01.038Z Fresh slog-term v2.9.2
98252026-09-06T05:14:01.038Z Fresh hostname v0.3.1
98262026-09-06T05:14:01.038Z Fresh sha1 v0.11.0
98272026-09-06T05:14:01.038Z Fresh toml_datetime v1.1.1+spec-1.1.0
98282026-09-06T05:14:01.038Z Fresh serde_spanned v1.1.1
98292026-09-06T05:14:01.038Z Fresh compression-core v0.4.31
98302026-09-06T05:14:01.038Z Fresh toml_writer v1.1.1+spec-1.1.0
98312026-09-06T05:14:01.038Z Fresh async-stream-impl v0.3.6
98322026-09-06T05:14:01.038Z Fresh rustls-pemfile v2.2.0
98332026-09-06T05:14:01.038Z Fresh waitgroup v0.1.2
98342026-09-06T05:14:01.038Z Fresh dropshot_endpoint v0.17.1
98352026-09-06T05:14:01.038Z Fresh hostname v0.4.2
98362026-09-06T05:14:01.038Z Fresh serde_path_to_error v0.1.20
98372026-09-06T05:14:01.038Z Fresh progenitor-client v0.14.0
98382026-09-06T05:14:01.038Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
98392026-09-06T05:14:01.038Z Fresh atomicwrites v0.4.4
98402026-09-06T05:14:01.038Z Fresh serde_tokenstream v0.3.0
98412026-09-06T05:14:01.038Z Fresh regress v0.10.5
98422026-09-06T05:14:01.038Z Fresh macaddr v1.0.1
98432026-09-06T05:14:01.038Z Fresh tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
98442026-09-06T05:14:01.038Z Fresh reqwest v0.12.28
98452026-09-06T05:14:01.038Z Fresh iddqd v0.4.2
98462026-09-06T05:14:01.038Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
98472026-09-06T05:14:01.038Z Fresh zstd v0.13.3
98482026-09-06T05:14:01.038Z Fresh postgres-types v0.2.12
98492026-09-06T05:14:01.038Z Fresh slog-async v2.8.0
98502026-09-06T05:14:01.038Z Fresh slog-bunyan v2.5.0
98512026-09-06T05:14:01.038Z Fresh toml v1.1.2+spec-1.1.0
98522026-09-06T05:14:01.038Z Fresh compression-codecs v0.4.37
98532026-09-06T05:14:01.038Z Fresh async-stream v0.3.6
98542026-09-06T05:14:01.038Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
98552026-09-06T05:14:01.038Z Fresh oxide-generation-macros v0.2.0
98562026-09-06T05:14:01.038Z Fresh instant v0.1.13
98572026-09-06T05:14:01.039Z Fresh parse-display-derive v0.10.0
98582026-09-06T05:14:01.039Z Fresh itertools v0.14.0
98592026-09-06T05:14:01.039Z Fresh backon v1.6.0
98602026-09-06T05:14:01.039Z Fresh humantime v2.3.0
98612026-09-06T05:14:01.039Z Fresh convert_case v0.4.0
98622026-09-06T05:14:01.039Z Fresh half v2.7.1
98632026-09-06T05:14:01.039Z Fresh ciborium-io v0.2.2
98642026-09-06T05:14:01.039Z Fresh secrecy v0.10.3
98652026-09-06T05:14:01.039Z Fresh regress v0.11.1
98662026-09-06T05:14:01.039Z Fresh indent_write v2.2.0
98672026-09-06T05:14:01.039Z Fresh inout v0.1.4
98682026-09-06T05:14:01.039Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4fb9bd57)
98692026-09-06T05:14:01.039Z Fresh universal-hash v0.5.1
98702026-09-06T05:14:01.039Z Fresh tough v0.22.0
98712026-09-06T05:14:01.039Z Fresh tokio-postgres v0.7.16
98722026-09-06T05:14:01.039Z Fresh zip v4.6.1
98732026-09-06T05:14:01.039Z Fresh multer v3.1.0
98742026-09-06T05:14:01.039Z Fresh async-compression v0.4.41
98752026-09-06T05:14:01.039Z Fresh parse-display v0.10.0
98762026-09-06T05:14:01.039Z Fresh backoff v0.4.0
98772026-09-06T05:14:01.039Z Fresh progenitor-extras v0.2.0
98782026-09-06T05:14:01.039Z Fresh derive_more v0.99.20
98792026-09-06T05:14:01.039Z Fresh ciborium-ll v0.2.2
98802026-09-06T05:14:01.039Z Fresh typify-impl v0.6.2
98812026-09-06T05:14:01.039Z Fresh cipher v0.4.4
98822026-09-06T05:14:01.039Z Fresh thiserror-impl-no-std v2.0.2
98832026-09-06T05:14:01.039Z Fresh unsafe-libyaml v0.2.11
98842026-09-06T05:14:01.039Z Fresh opaque-debug v0.3.1
98852026-09-06T05:14:01.039Z Fresh blake2 v0.10.6
98862026-09-06T05:14:01.039Z Fresh aead v0.5.2
98872026-09-06T05:14:01.039Z Fresh password-hash v0.5.0
98882026-09-06T05:14:01.039Z Fresh camino-tempfile v1.4.1
98892026-09-06T05:14:01.039Z Fresh swrite v0.1.0
98902026-09-06T05:14:01.039Z Fresh toml_datetime v0.7.5+spec-1.1.0
98912026-09-06T05:14:01.039Z Fresh num-derive v0.4.2
98922026-09-06T05:14:01.039Z Fresh glob v0.3.3
98932026-09-06T05:14:01.039Z Fresh crossbeam-deque v0.8.6
98942026-09-06T05:14:01.039Z Fresh tabwriter v1.4.1
98952026-09-06T05:14:01.039Z Fresh ingot-macros v0.2.0
98962026-09-06T05:14:01.040Z Fresh dropshot v0.17.1
98972026-09-06T05:14:01.040Z Fresh ciborium v0.2.2
98982026-09-06T05:14:01.040Z Fresh crucible-workspace-hack v0.1.0
98992026-09-06T05:14:01.040Z Fresh typify-macro v0.6.2
99002026-09-06T05:14:01.040Z Fresh chacha20 v0.9.1
99012026-09-06T05:14:01.040Z Fresh poly1305 v0.8.0
99022026-09-06T05:14:01.040Z Fresh thiserror-no-std v2.0.2
99032026-09-06T05:14:01.040Z Fresh serde_yaml v0.9.34+deprecated
99042026-09-06T05:14:01.040Z Fresh argon2 v0.5.3
99052026-09-06T05:14:01.040Z Fresh toml_edit v0.23.10+spec-1.0.0
99062026-09-06T05:14:01.040Z Fresh hash32 v0.3.1
99072026-09-06T05:14:01.044Z Fresh colored v3.1.1
99082026-09-06T05:14:01.044Z Fresh ingot-types v0.2.0
99092026-09-06T05:14:01.044Z Fresh cobs v0.3.0
99102026-09-06T05:14:01.044Z Fresh rand v0.10.1
99112026-09-06T05:14:01.044Z Fresh proc-macro-crate v1.3.1
99122026-09-06T05:14:01.044Z Fresh foreign-types-macros v0.2.3
99132026-09-06T05:14:01.044Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
99142026-09-06T05:14:01.044Z Fresh foreign-types-shared v0.3.1
99152026-09-06T05:14:01.044Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
99162026-09-06T05:14:01.044Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
99172026-09-06T05:14:01.044Z Fresh cstr-argument v0.1.2
99182026-09-06T05:14:01.044Z Fresh typify v0.6.2
99192026-09-06T05:14:01.044Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
99202026-09-06T05:14:01.044Z Fresh chacha20poly1305 v0.10.1
99212026-09-06T05:14:01.044Z Fresh vsss-rs v3.3.4
99222026-09-06T05:14:01.044Z Fresh proc-macro-crate v3.4.0
99232026-09-06T05:14:01.044Z Fresh rayon-core v1.13.0
99242026-09-06T05:14:01.044Z Fresh proc-macro-error-attr v1.0.4
99252026-09-06T05:14:01.044Z Fresh heapless v0.8.0
99262026-09-06T05:14:01.044Z Fresh ingot v0.2.1
99272026-09-06T05:14:01.044Z Fresh postcard v1.1.3
99282026-09-06T05:14:01.044Z Fresh num_enum_derive v0.5.11
99292026-09-06T05:14:01.044Z Fresh foreign-types v0.5.0
99302026-09-06T05:14:01.044Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
99312026-09-06T05:14:01.044Z Fresh sigpipe v0.1.3
99322026-09-06T05:14:01.044Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4fb9bd57)
99332026-09-06T05:14:01.044Z Fresh itertools v0.12.1
99342026-09-06T05:14:01.044Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
99352026-09-06T05:14:01.044Z Fresh smf v0.2.3
99362026-09-06T05:14:01.044Z Fresh whoami v1.6.1
99372026-09-06T05:14:01.044Z Fresh derive-where v1.6.0
99382026-09-06T05:14:01.044Z Fresh toml v0.8.23
99392026-09-06T05:14:01.044Z Fresh console v0.15.11
99402026-09-06T05:14:01.044Z Fresh newline-converter v0.3.0
99412026-09-06T05:14:01.044Z Fresh propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4fb9bd57)
99422026-09-06T05:14:01.044Z Fresh progenitor-impl v0.14.0
99432026-09-06T05:14:01.045Z Fresh num_enum_derive v0.7.6
99442026-09-06T05:14:01.045Z Fresh proc-macro-error v1.0.4
99452026-09-06T05:14:01.045Z Fresh rayon v1.11.0
99462026-09-06T05:14:01.045Z Fresh illumos-nvpair-sys v0.2.0
99472026-09-06T05:14:01.045Z Fresh smoltcp v0.11.0
99482026-09-06T05:14:01.045Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
99492026-09-06T05:14:01.045Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
99502026-09-06T05:14:01.045Z Fresh num_enum v0.5.11
99512026-09-06T05:14:01.045Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4fb9bd57)
99522026-09-06T05:14:01.045Z Fresh expectorate v1.2.0
99532026-09-06T05:14:01.045Z Fresh oxide-update-engine-types v0.1.2
99542026-09-06T05:14:01.045Z Fresh usdt-attr-macro v0.5.0
99552026-09-06T05:14:01.045Z Fresh usdt-macro v0.5.0
99562026-09-06T05:14:01.045Z Fresh num-rational v0.4.2
99572026-09-06T05:14:01.045Z Fresh num-complex v0.4.6
99582026-09-06T05:14:01.045Z Fresh memmap v0.7.0
99592026-09-06T05:14:01.045Z Fresh float-ord v0.3.2
99602026-09-06T05:14:01.045Z Fresh gethostname v0.5.0
99612026-09-06T05:14:01.045Z Fresh bytecount v0.6.9
99622026-09-06T05:14:01.045Z Fresh linear-map v1.2.0
99632026-09-06T05:14:01.045Z Fresh oxide-generation v0.1.3
99642026-09-06T05:14:01.045Z Fresh client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=zl%2Fddm-mcast#36e43651)
99652026-09-06T05:14:01.045Z Fresh resolv-conf v0.7.6
99662026-09-06T05:14:01.045Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4fb9bd57)
99672026-09-06T05:14:01.045Z Fresh progenitor-macro v0.14.0
99682026-09-06T05:14:01.045Z Fresh num_enum v0.7.6
99692026-09-06T05:14:01.045Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
99702026-09-06T05:14:01.045Z Fresh illumos-nvpair v0.3.0
99712026-09-06T05:14:01.045Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
99722026-09-06T05:14:01.045Z Fresh zone_cfg_derive v0.3.1
99732026-09-06T05:14:01.045Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
99742026-09-06T05:14:01.045Z Fresh num v0.4.3
99752026-09-06T05:14:01.045Z Fresh usdt v0.5.0
99762026-09-06T05:14:01.045Z Fresh csv-core v0.1.13
99772026-09-06T05:14:01.045Z Fresh minimal-lexical v0.2.1
99782026-09-06T05:14:01.045Z Fresh unicode-xid v0.2.6
99792026-09-06T05:14:01.045Z Fresh termtree v0.5.1
99802026-09-06T05:14:01.045Z Fresh ar_archive_writer v0.5.1
99812026-09-06T05:14:01.045Z Fresh fd-lock v4.0.4
99822026-09-06T05:14:01.046Z Fresh vte v0.14.1
99832026-09-06T05:14:01.046Z Fresh semver v0.1.20
99842026-09-06T05:14:01.046Z Fresh progenitor v0.14.0
99852026-09-06T05:14:01.046Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
99862026-09-06T05:14:01.046Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
99872026-09-06T05:14:01.046Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
99882026-09-06T05:14:01.046Z Fresh zone v0.3.1
99892026-09-06T05:14:01.046Z Fresh cancel-safe-futures v0.1.5
99902026-09-06T05:14:01.046Z Fresh tokio-dtrace v0.1.1
99912026-09-06T05:14:01.046Z Fresh prettyplease v0.2.37
99922026-09-06T05:14:01.046Z Fresh nom v7.1.3
99932026-09-06T05:14:01.046Z Fresh csv v1.4.0
99942026-09-06T05:14:01.046Z Fresh slog-dtrace v0.3.0
99952026-09-06T05:14:01.046Z Fresh linked-hash-map v0.5.6
99962026-09-06T05:14:01.046Z Fresh strip-ansi-escapes v0.2.1
99972026-09-06T05:14:01.046Z Fresh rustc_version v0.1.7
99982026-09-06T05:14:01.046Z Fresh papergrid v0.11.0
99992026-09-06T05:14:01.046Z Fresh tabled_derive v0.7.0
100002026-09-06T05:14:01.046Z Fresh hickory-proto v0.24.4
100012026-09-06T05:14:01.046Z Fresh nu-ansi-term v0.50.3
100022026-09-06T05:14:01.046Z Fresh crossterm v0.29.0
100032026-09-06T05:14:01.046Z Fresh nom v8.0.0
100042026-09-06T05:14:01.046Z Fresh cfg_aliases v0.1.1
100052026-09-06T05:14:01.046Z Fresh highway v1.3.0
100062026-09-06T05:14:01.046Z Fresh nibble_vec v0.1.0
100072026-09-06T05:14:01.050Z Fresh display-error-chain v0.2.2
100082026-09-06T05:14:01.050Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
100092026-09-06T05:14:01.050Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
100102026-09-06T05:14:01.050Z Fresh oxide-update-engine v0.1.2
100112026-09-06T05:14:01.050Z Fresh oxide-tokio-rt v0.1.4
100122026-09-06T05:14:01.050Z Fresh lru-cache v0.1.2
100132026-09-06T05:14:01.050Z Fresh tabled v0.15.0
100142026-09-06T05:14:01.050Z Fresh reedline v0.40.0
100152026-09-06T05:14:01.050Z Fresh mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=zl%2Fddm-mcast#36e43651)
100162026-09-06T05:14:01.050Z Fresh endian-type v0.1.2
100172026-09-06T05:14:01.050Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
100182026-09-06T05:14:01.050Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
100192026-09-06T05:14:01.050Z Fresh phf_shared v0.12.1
100202026-09-06T05:14:01.050Z Fresh recursive-proc-macro-impl v0.1.1
100212026-09-06T05:14:01.050Z Fresh const_format_proc_macros v0.2.34
100222026-09-06T05:14:01.050Z Fresh peg-macros v0.8.5
100232026-09-06T05:14:01.050Z Fresh sqlparser_derive v0.5.0
100242026-09-06T05:14:01.050Z Fresh winnow v0.6.26
100252026-09-06T05:14:01.050Z Fresh home v0.5.12
100262026-09-06T05:14:01.050Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
100272026-09-06T05:14:01.050Z Fresh hickory-resolver v0.24.4
100282026-09-06T05:14:01.050Z Fresh psm v0.1.30
100292026-09-06T05:14:01.051Z Fresh radix_trie v0.2.1
100302026-09-06T05:14:01.051Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=zl%2Fddm-mcast#36e43651)
100312026-09-06T05:14:01.051Z Fresh mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=zl%2Fddm-mcast#36e43651)
100322026-09-06T05:14:01.051Z Fresh phf v0.12.1
100332026-09-06T05:14:01.051Z Fresh unicode_categories v0.1.1
100342026-09-06T05:14:01.051Z Fresh const_format v0.2.35
100352026-09-06T05:14:01.051Z Fresh peg v0.8.5
100362026-09-06T05:14:01.051Z Fresh bcs v0.1.6
100372026-09-06T05:14:01.051Z Fresh sha1 v0.10.6
100382026-09-06T05:14:01.051Z Fresh filetime v0.2.27
100392026-09-06T05:14:01.051Z Fresh xattr v1.6.1
100402026-09-06T05:14:01.051Z Fresh omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
100412026-09-06T05:14:01.051Z Fresh dropshot-api-manager-types v0.8.0
100422026-09-06T05:14:01.051Z Fresh headers-core v0.3.0
100432026-09-06T05:14:01.051Z Fresh subprocess v0.2.15
100442026-09-06T05:14:01.051Z Fresh yasna v0.5.2
100452026-09-06T05:14:01.051Z Fresh qorb v0.4.1
100462026-09-06T05:14:01.051Z Fresh newtype_derive v0.1.6
100472026-09-06T05:14:01.051Z Fresh stacker v0.1.23
100482026-09-06T05:14:01.051Z Fresh nix v0.28.0
100492026-09-06T05:14:01.051Z Fresh chrono-tz v0.10.4
100502026-09-06T05:14:01.051Z Fresh sqlformat v0.3.5
100512026-09-06T05:14:01.051Z Fresh tar v0.4.46
100522026-09-06T05:14:01.051Z Fresh headers v0.4.1
100532026-09-06T05:14:01.051Z Fresh utf-8 v0.7.6
100542026-09-06T05:14:01.051Z Fresh rcgen v0.12.1
100552026-09-06T05:14:01.051Z Fresh port-file v0.1.0
100562026-09-06T05:14:01.051Z Fresh tagptr v0.2.0
100572026-09-06T05:14:01.051Z Fresh bitfield-struct v0.6.2
100582026-09-06T05:14:01.051Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
100592026-09-06T05:14:01.051Z Fresh xshell-macros v0.2.7
100602026-09-06T05:14:01.051Z Fresh darling_core v0.21.3
100612026-09-06T05:14:01.051Z Fresh maplit v1.0.2
100622026-09-06T05:14:01.051Z Fresh scheduled-thread-pool v0.2.7
100632026-09-06T05:14:01.051Z Fresh recursive v0.1.1
100642026-09-06T05:14:01.051Z Fresh rustyline v14.0.0
100652026-09-06T05:14:01.051Z Fresh steno v0.4.1
100662026-09-06T05:14:01.051Z Fresh moka v0.12.13
100672026-09-06T05:14:01.051Z Fresh tungstenite v0.21.0
100682026-09-06T05:14:01.052Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
100692026-09-06T05:14:01.052Z Fresh xshell v0.2.7
100702026-09-06T05:14:01.052Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
100712026-09-06T05:14:01.052Z Fresh darling_macro v0.21.3
100722026-09-06T05:14:01.052Z Fresh diesel_table_macro_syntax v0.3.0
100732026-09-06T05:14:01.052Z Fresh r2d2 v0.8.10
100742026-09-06T05:14:01.052Z Fresh downcast-rs v2.0.2
100752026-09-06T05:14:01.052Z Fresh diff v0.1.13
100762026-09-06T05:14:01.052Z Fresh sha2 v0.11.0
100772026-09-06T05:14:01.052Z Fresh dirs-sys-next v0.1.2
100782026-09-06T05:14:01.052Z Fresh unicase v2.9.0
100792026-09-06T05:14:01.052Z Fresh sqlparser v0.61.0
100802026-09-06T05:14:01.052Z Fresh hickory-resolver v0.25.2
100812026-09-06T05:14:01.052Z Fresh libefi-sys v0.1.0
100822026-09-06T05:14:01.052Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
100832026-09-06T05:14:01.052Z Fresh tokio-tungstenite v0.21.0
100842026-09-06T05:14:01.052Z Fresh fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
100852026-09-06T05:14:01.052Z Fresh darling v0.21.3
100862026-09-06T05:14:01.052Z Fresh vergen-lib v0.1.6
100872026-09-06T05:14:01.052Z Fresh dirs-next v2.0.0
100882026-09-06T05:14:01.052Z Fresh bit-vec v0.6.3
100892026-09-06T05:14:01.052Z Fresh libscf-sys v1.2.0
100902026-09-06T05:14:01.052Z Fresh itertools v0.10.5
100912026-09-06T05:14:01.052Z Fresh libloading v0.8.9
100922026-09-06T05:14:01.052Z Fresh ena v0.14.4
100932026-09-06T05:14:01.052Z Fresh regex-syntax v0.6.29
100942026-09-06T05:14:01.052Z Fresh cexpr v0.6.0
100952026-09-06T05:14:01.052Z Fresh papergrid v0.18.0
100962026-09-06T05:14:01.052Z Fresh half v1.8.3
100972026-09-06T05:14:01.052Z Fresh rustc-hash v2.1.1
100982026-09-06T05:14:01.056Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
100992026-09-06T05:14:01.056Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
101002026-09-06T05:14:01.056Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4fb9bd57)
101012026-09-06T05:14:01.056Z Fresh dsl_auto_type v0.2.0
101022026-09-06T05:14:01.056Z Fresh vergen-gitcl v1.0.8
101032026-09-06T05:14:01.056Z Fresh crunchy v0.2.4
101042026-09-06T05:14:01.057Z Fresh term v0.7.0
101052026-09-06T05:14:01.057Z Fresh bit-set v0.5.3
101062026-09-06T05:14:01.057Z Fresh serde_cbor v0.11.2
101072026-09-06T05:14:01.057Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
101082026-09-06T05:14:01.057Z Fresh tabled v0.21.0
101092026-09-06T05:14:01.057Z Fresh hashbrown v0.14.5
101102026-09-06T05:14:01.057Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
101112026-09-06T05:14:01.057Z Fresh strum_macros v0.24.3
101122026-09-06T05:14:01.057Z Fresh indoc v1.0.9
101132026-09-06T05:14:01.057Z Fresh rfc6979 v0.4.0
101142026-09-06T05:14:01.057Z Fresh quick-xml v0.37.5
101152026-09-06T05:14:01.057Z Fresh oso-derive v0.27.3
101162026-09-06T05:14:01.057Z Fresh impl-trait-for-tuples v0.2.3
101172026-09-06T05:14:01.057Z Fresh proc-macro-error-attr2 v2.0.0
101182026-09-06T05:14:01.057Z Fresh openssl-probe v0.1.6
101192026-09-06T05:14:01.057Z Fresh crc8 v0.1.1
101202026-09-06T05:14:01.057Z Fresh diesel_derives v2.3.7
101212026-09-06T05:14:01.057Z Fresh ascii-canvas v3.0.0
101222026-09-06T05:14:01.057Z Fresh tiny-keccak v2.0.2
101232026-09-06T05:14:01.057Z Fresh clang-sys v1.8.1
101242026-09-06T05:14:01.057Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
101252026-09-06T05:14:01.057Z Fresh chumsky v0.9.3
101262026-09-06T05:14:01.057Z Fresh ecdsa v0.16.9
101272026-09-06T05:14:01.057Z Fresh proc-macro-error2 v2.0.1
101282026-09-06T05:14:01.057Z Fresh dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=multicast-e2e#447aa04f)
101292026-09-06T05:14:01.057Z Fresh primeorder v0.13.6
101302026-09-06T05:14:01.057Z Fresh anstyle-parse v0.2.7
101312026-09-06T05:14:01.057Z Fresh trait-variant v0.1.2
101322026-09-06T05:14:01.057Z Fresh predicates-tree v1.0.13
101332026-09-06T05:14:01.057Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
101342026-09-06T05:14:01.057Z Fresh ignore v0.4.25
101352026-09-06T05:14:01.057Z Fresh bb8 v0.8.6
101362026-09-06T05:14:01.057Z Fresh fxhash v0.2.1
101372026-09-06T05:14:01.057Z Fresh tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
101382026-09-06T05:14:01.057Z Fresh ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=zl%2Fddm-mcast#36e43651)
101392026-09-06T05:14:01.057Z Fresh nonempty v0.12.0
101402026-09-06T05:14:01.057Z Fresh diesel v2.3.7
101412026-09-06T05:14:01.057Z Fresh lalrpop v0.19.12
101422026-09-06T05:14:01.057Z Fresh bindgen v0.71.1
101432026-09-06T05:14:01.058Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
101442026-09-06T05:14:01.058Z Fresh libxml v0.3.3
101452026-09-06T05:14:01.058Z Fresh p384 v0.13.1
101462026-09-06T05:14:01.058Z Fresh dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=multicast-e2e#447aa04f)
101472026-09-06T05:14:01.058Z Fresh knus-derive v3.4.0
101482026-09-06T05:14:01.058Z Fresh anstream v0.6.21
101492026-09-06T05:14:01.058Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
101502026-09-06T05:14:01.058Z Fresh globwalk v0.9.1
101512026-09-06T05:14:01.058Z Fresh ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=zl%2Fddm-mcast#36e43651)
101522026-09-06T05:14:01.058Z Fresh cpubits v0.1.1
101532026-09-06T05:14:01.058Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
101542026-09-06T05:14:01.058Z Fresh corncobs v0.1.4
101552026-09-06T05:14:01.058Z Fresh olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
101562026-09-06T05:14:01.058Z Fresh secrecy v0.8.0
101572026-09-06T05:14:01.058Z Fresh rand_seeder v0.4.0
101582026-09-06T05:14:01.058Z Fresh kstat-rs v0.2.5
101592026-09-06T05:14:01.058Z Fresh salty v0.3.0
101602026-09-06T05:14:01.058Z Fresh knus v3.4.0
101612026-09-06T05:14:01.058Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=multicast-e2e#447aa04f)
101622026-09-06T05:14:01.058Z Fresh diesel-dtrace v0.5.0
101632026-09-06T05:14:01.059Z Fresh async-bb8-diesel v0.2.1
101642026-09-06T05:14:01.059Z Fresh camino-tempfile-ext v0.3.3
101652026-09-06T05:14:01.059Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=zl%2Fddm-mcast#36e43651)
101662026-09-06T05:14:01.059Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
101672026-09-06T05:14:01.059Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
101682026-09-06T05:14:01.059Z Fresh tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
101692026-09-06T05:14:01.059Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
101702026-09-06T05:14:01.059Z Fresh digest-io v0.1.0
101712026-09-06T05:14:01.059Z Fresh git-stub v1.0.0
101722026-09-06T05:14:01.059Z Fresh rawzip v0.4.4
101732026-09-06T05:14:01.059Z Fresh pem-rfc7468 v1.0.0
101742026-09-06T05:14:01.059Z Fresh prefix-trie v0.7.0
101752026-09-06T05:14:01.059Z Fresh hmac v0.13.0
101762026-09-06T05:14:01.059Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=multicast-e2e#447aa04f)
101772026-09-06T05:14:01.059Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
101782026-09-06T05:14:01.059Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
101792026-09-06T05:14:01.059Z Fresh tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
101802026-09-06T05:14:01.059Z Fresh git-stub-vcs v0.1.0
101812026-09-06T05:14:01.059Z Fresh hickory-server v0.25.2
101822026-09-06T05:14:01.059Z Fresh universal-hash v0.6.1
101832026-09-06T05:14:01.059Z Fresh nanorand v0.7.0
101842026-09-06T05:14:01.059Z Fresh void v1.0.2
101852026-09-06T05:14:01.060Z Fresh der v0.8.0
101862026-09-06T05:14:01.060Z Fresh tungstenite v0.23.0
101872026-09-06T05:14:01.060Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
101882026-09-06T05:14:01.060Z Fresh nix v0.27.1
101892026-09-06T05:14:01.060Z Fresh serde_bytes v0.11.19
101902026-09-06T05:14:01.060Z Fresh http-range v0.1.5
101912026-09-06T05:14:01.060Z Fresh assert_matches v1.5.0
101922026-09-06T05:14:01.060Z Fresh pbkdf2 v0.13.0
101932026-09-06T05:14:01.060Z Fresh aes v0.9.1
101942026-09-06T05:14:01.060Z Fresh crypto-bigint v0.7.5
101952026-09-06T05:14:01.060Z Fresh signal-hook-tokio v0.3.1
101962026-09-06T05:14:01.060Z Fresh polar-core v0.27.3
101972026-09-06T05:14:01.060Z Fresh samael v0.0.19
101982026-09-06T05:14:01.064Z Fresh parking_lot_core v0.8.6
101992026-09-06T05:14:01.064Z Fresh lzss v0.8.2
102002026-09-06T05:14:01.064Z Fresh polyval v0.7.1
102012026-09-06T05:14:01.064Z Fresh flume v0.11.1
102022026-09-06T05:14:01.064Z Fresh tokio-tungstenite v0.23.1
102032026-09-06T05:14:01.064Z Fresh ctr v0.10.1
102042026-09-06T05:14:01.064Z Fresh aead v0.6.1
102052026-09-06T05:14:01.064Z Fresh spki v0.8.0
102062026-09-06T05:14:01.064Z Fresh scuffle v0.1.0
102072026-09-06T05:14:01.064Z Fresh salsa20 v0.11.0
102082026-09-06T05:14:01.064Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
102092026-09-06T05:14:01.064Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
102102026-09-06T05:14:01.064Z Fresh cbc v0.2.1
102112026-09-06T05:14:01.064Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#4fb9bd57)
102122026-09-06T05:14:01.064Z Fresh fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
102132026-09-06T05:14:01.064Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
102142026-09-06T05:14:01.064Z Fresh ff v0.14.0
102152026-09-06T05:14:01.064Z Fresh oso v0.27.3
102162026-09-06T05:14:01.064Z Fresh parking_lot v0.11.2
102172026-09-06T05:14:01.064Z Fresh ghash v0.6.0
102182026-09-06T05:14:01.064Z Fresh gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
102192026-09-06T05:14:01.064Z Fresh mime_guess v2.0.5
102202026-09-06T05:14:01.064Z Fresh scrypt v0.12.0
102212026-09-06T05:14:01.064Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
102222026-09-06T05:14:01.064Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
102232026-09-06T05:14:01.065Z Fresh yansi v1.0.1
102242026-09-06T05:14:01.065Z Fresh group v0.14.0
102252026-09-06T05:14:01.065Z Fresh signature v3.0.0
102262026-09-06T05:14:01.065Z Fresh base16ct v1.0.0
102272026-09-06T05:14:01.065Z Fresh hkdf v0.13.0
102282026-09-06T05:14:01.065Z Fresh castaway v0.2.4
102292026-09-06T05:14:01.065Z Fresh arc-swap v1.8.2
102302026-09-06T05:14:01.065Z Fresh indoc v2.0.7
102312026-09-06T05:14:01.065Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
102322026-09-06T05:14:01.065Z Fresh sled v0.34.7
102332026-09-06T05:14:01.065Z Fresh aes-gcm v0.11.0
102342026-09-06T05:14:01.065Z Fresh hyper-staticfile v0.10.1
102352026-09-06T05:14:01.065Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
102362026-09-06T05:14:01.065Z Fresh pretty_assertions v1.4.1
102372026-09-06T05:14:01.065Z Fresh sec1 v0.8.1
102382026-09-06T05:14:01.065Z Fresh compact_str v0.8.1
102392026-09-06T05:14:01.065Z Fresh slog-scope v4.4.1
102402026-09-06T05:14:01.065Z Fresh lru v0.12.5
102412026-09-06T05:14:01.065Z Fresh unicode-truncate v1.1.0
102422026-09-06T05:14:01.065Z Fresh concurrent-queue v2.5.0
102432026-09-06T05:14:01.065Z Fresh arrayvec v0.7.6
102442026-09-06T05:14:01.065Z Fresh constant_time_eq v0.4.2
102452026-09-06T05:14:01.065Z Fresh arrayref v0.3.9
102462026-09-06T05:14:01.065Z Fresh parking v2.2.1
102472026-09-06T05:14:01.065Z Fresh cassowary v0.3.0
102482026-09-06T05:14:01.065Z Fresh wnaf v0.14.0
102492026-09-06T05:14:01.065Z Fresh primefield v0.14.0
102502026-09-06T05:14:01.065Z Fresh rfc6979 v0.6.0
102512026-09-06T05:14:01.065Z Fresh progenitor-impl v0.13.0
102522026-09-06T05:14:01.065Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
102532026-09-06T05:14:01.065Z Fresh pkcs5 v0.8.1
102542026-09-06T05:14:01.065Z Fresh instability v0.3.11
102552026-09-06T05:14:01.065Z Fresh libz-sys v1.1.24
102562026-09-06T05:14:01.065Z Fresh event-listener v5.4.1
102572026-09-06T05:14:01.065Z Fresh slog-stdlog v4.1.1
102582026-09-06T05:14:01.065Z Fresh console v0.16.2
102592026-09-06T05:14:01.065Z Fresh unit-prefix v0.5.2
102602026-09-06T05:14:01.065Z Fresh plotters-backend v0.3.7
102612026-09-06T05:14:01.065Z Fresh progenitor-macro v0.13.0
102622026-09-06T05:14:01.066Z Fresh progenitor-client v0.13.0
102632026-09-06T05:14:01.066Z Fresh libsw-core v0.3.2
102642026-09-06T05:14:01.066Z Fresh colored v2.2.0
102652026-09-06T05:14:01.066Z Fresh sapling-renderdag v0.1.0
102662026-09-06T05:14:01.066Z Fresh cast v0.3.0
102672026-09-06T05:14:01.066Z Fresh sync-ptr v0.1.4
102682026-09-06T05:14:01.066Z Fresh shell-words v1.1.1
102692026-09-06T05:14:01.066Z Fresh futures-timer v3.0.3
102702026-09-06T05:14:01.066Z Fresh pkcs8 v0.11.0
102712026-09-06T05:14:01.066Z Fresh libgit2-sys v0.18.3+1.9.2
102722026-09-06T05:14:01.066Z Fresh ratatui v0.29.0
102732026-09-06T05:14:01.066Z Fresh event-listener-strategy v0.5.4
102742026-09-06T05:14:01.066Z Fresh slog-envlogger v2.2.0
102752026-09-06T05:14:01.066Z Fresh petname v2.0.2
102762026-09-06T05:14:01.066Z Fresh plotters-svg v0.3.7
102772026-09-06T05:14:01.066Z Fresh indicatif v0.18.4
102782026-09-06T05:14:01.066Z Fresh criterion-plot v0.6.0
102792026-09-06T05:14:01.066Z Fresh progenitor v0.13.0
102802026-09-06T05:14:01.066Z Fresh libsw v3.5.0
102812026-09-06T05:14:01.066Z Fresh ssh-encoding v0.3.0
102822026-09-06T05:14:01.066Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
102832026-09-06T05:14:01.066Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
102842026-09-06T05:14:01.066Z Fresh tinytemplate v1.2.1
102852026-09-06T05:14:01.066Z Fresh elliptic-curve v0.14.1
102862026-09-06T05:14:01.066Z Fresh git2 v0.20.4
102872026-09-06T05:14:01.066Z Fresh async-lock v3.4.2
102882026-09-06T05:14:01.066Z Fresh plotters v0.3.7
102892026-09-06T05:14:01.066Z Fresh rtoolbox v0.0.3
102902026-09-06T05:14:01.066Z Fresh keccak v0.2.0
102912026-09-06T05:14:01.066Z Fresh oorandom v11.1.5
102922026-09-06T05:14:01.066Z Fresh anes v0.1.6
102932026-09-06T05:14:01.066Z Fresh ed25519 v3.0.0
102942026-09-06T05:14:01.066Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
102952026-09-06T05:14:01.066Z Fresh curve25519-dalek v5.0.0
102962026-09-06T05:14:01.066Z Fresh blake3 v1.8.5
102972026-09-06T05:14:01.066Z Fresh oxide-update-engine-display v0.1.2
102982026-09-06T05:14:01.070Z Fresh tui-tree-widget v0.23.1
102992026-09-06T05:14:01.071Z Fresh pkcs1 v0.8.0-rc.4
103002026-09-06T05:14:01.071Z Fresh poly1305 v0.9.0
103012026-09-06T05:14:01.071Z Fresh crypto-primes v0.7.2
103022026-09-06T05:14:01.071Z Fresh tokio-test v0.4.5
103032026-09-06T05:14:01.071Z Fresh ecdsa v0.17.0
103042026-09-06T05:14:01.071Z Fresh primeorder v0.14.0
103052026-09-06T05:14:01.071Z Fresh vergen-git2 v9.1.0
103062026-09-06T05:14:01.071Z Fresh criterion v0.7.0
103072026-09-06T05:14:01.071Z Fresh rpassword v7.5.4
103082026-09-06T05:14:01.071Z Fresh async-object-pool v0.2.0
103092026-09-06T05:14:01.071Z Fresh supports-hyperlinks v2.1.0
103102026-09-06T05:14:01.071Z Fresh supports-color v2.1.0
103112026-09-06T05:14:01.071Z Fresh supports-unicode v2.1.0
103122026-09-06T05:14:01.071Z Fresh textwrap v0.15.2
103132026-09-06T05:14:01.071Z Fresh blowfish v0.10.0
103142026-09-06T05:14:01.071Z Fresh blake2 v0.11.0-rc.6
103152026-09-06T05:14:01.071Z Fresh serde_regex v1.1.0
103162026-09-06T05:14:01.071Z Fresh assert-json-diff v2.0.2
103172026-09-06T05:14:01.071Z Fresh miette-derive v5.10.0
103182026-09-06T05:14:01.071Z Fresh terminal_size v0.1.17
103192026-09-06T05:14:01.071Z Fresh path-tree v0.8.3
103202026-09-06T05:14:01.071Z Fresh owo-colors v3.5.0
103212026-09-06T05:14:01.071Z Fresh stringmetrics v2.2.2
103222026-09-06T05:14:01.071Z Fresh topological-sort v0.2.2
103232026-09-06T05:14:01.071Z Fresh ssh-cipher v0.3.0
103242026-09-06T05:14:01.071Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
103252026-09-06T05:14:01.071Z Fresh sha3 v0.11.0
103262026-09-06T05:14:01.071Z Fresh miette v5.10.0
103272026-09-06T05:14:01.071Z Fresh bcrypt-pbkdf v0.11.0
103282026-09-06T05:14:01.071Z Fresh httpmock v0.8.3
103292026-09-06T05:14:01.071Z Fresh p521 v0.14.0
103302026-09-06T05:14:01.071Z Fresh omicron-zone-package v0.12.3
103312026-09-06T05:14:01.071Z Fresh argon2 v0.6.0-rc.8
103322026-09-06T05:14:01.071Z Fresh target-lexicon v0.13.3
103332026-09-06T05:14:01.071Z Fresh p256 v0.14.0
103342026-09-06T05:14:01.071Z Fresh p384 v0.14.0
103352026-09-06T05:14:01.071Z Fresh ed25519-dalek v3.0.0
103362026-09-06T05:14:01.071Z Fresh rsa v0.10.0-rc.18
103372026-09-06T05:14:01.072Z Fresh lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
103382026-09-06T05:14:01.072Z Fresh knuffel-derive v3.2.0
103392026-09-06T05:14:01.072Z Fresh kem v0.3.0
103402026-09-06T05:14:01.072Z Fresh twox-hash v2.1.2
103412026-09-06T05:14:01.072Z Fresh module-lattice v0.2.3
103422026-09-06T05:14:01.072Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
103432026-09-06T05:14:01.072Z Fresh atty v0.2.14
103442026-09-06T05:14:01.072Z Fresh sponge-cursor v0.1.0
103452026-09-06T05:14:01.072Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
103462026-09-06T05:14:01.072Z Fresh knuffel v3.2.0
103472026-09-06T05:14:01.072Z Fresh cfg-expr v0.20.6
103482026-09-06T05:14:01.072Z Fresh ssh-key v0.7.0-rc.11
103492026-09-06T05:14:01.072Z Fresh guppy-workspace-hack v0.1.0
103502026-09-06T05:14:01.072Z Fresh russh-cryptovec v0.62.0
103512026-09-06T05:14:01.072Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
103522026-09-06T05:14:01.072Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
103532026-09-06T05:14:01.072Z Fresh ml-kem v0.3.2
103542026-09-06T05:14:01.072Z Fresh sha3 v0.12.0
103552026-09-06T05:14:01.072Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
103562026-09-06T05:14:01.072Z Fresh internal-russh-num-bigint v0.5.0
103572026-09-06T05:14:01.072Z Fresh httptest v0.16.4
103582026-09-06T05:14:01.072Z Fresh fatfs v0.3.6
103592026-09-06T05:14:01.072Z Fresh num-bigint v0.4.6
103602026-09-06T05:14:01.072Z Fresh russh-util v0.52.0
103612026-09-06T05:14:01.072Z Fresh generic-array v1.4.3
103622026-09-06T05:14:01.072Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
103632026-09-06T05:14:01.072Z Fresh enum_dispatch v0.3.13
103642026-09-06T05:14:01.072Z Fresh delegate v0.13.5
103652026-09-06T05:14:01.072Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
103662026-09-06T05:14:01.072Z Fresh md5 v0.8.0
103672026-09-06T05:14:01.072Z Fresh hex-literal v1.1.0
103682026-09-06T05:14:01.072Z Fresh relative-path v1.9.3
103692026-09-06T05:14:01.072Z Fresh seq-macro v0.3.6
103702026-09-06T05:14:01.072Z Fresh hex-literal v0.4.1
103712026-09-06T05:14:01.072Z Fresh escape8259 v0.5.3
103722026-09-06T05:14:01.072Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
103732026-09-06T05:14:01.072Z Fresh blake2b_simd v1.0.4
103742026-09-06T05:14:01.072Z Fresh linkme-impl v0.3.35
103752026-09-06T05:14:01.073Z Fresh russh v0.62.4
103762026-09-06T05:14:01.073Z Fresh libtest-mimic v0.8.1
103772026-09-06T05:14:01.073Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
103782026-09-06T05:14:01.073Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
103792026-09-06T05:14:01.073Z Fresh target-spec v3.5.7
103802026-09-06T05:14:01.073Z Fresh target-triple v1.0.0
103812026-09-06T05:14:01.073Z Fresh rstest_macros v0.25.0
103822026-09-06T05:14:01.073Z Fresh similar-asserts v1.7.0
103832026-09-06T05:14:01.073Z Fresh fancy-regex v0.14.0
103842026-09-06T05:14:01.073Z Fresh pathdiff v0.2.3
103852026-09-06T05:14:01.073Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
103862026-09-06T05:14:01.073Z Fresh approx v0.5.1
103872026-09-06T05:14:01.073Z Fresh uzers v0.12.2
103882026-09-06T05:14:01.073Z Fresh nested v0.1.1
103892026-09-06T05:14:01.073Z Fresh termcolor v1.4.1
103902026-09-06T05:14:01.073Z Fresh internet-checksum v0.2.1
103912026-09-06T05:14:01.073Z Fresh constant_time_eq v0.3.1
103922026-09-06T05:14:01.073Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
103932026-09-06T05:14:01.073Z Fresh scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
103942026-09-06T05:14:01.073Z Fresh assert_cmd v2.1.2
103952026-09-06T05:14:01.073Z Fresh linkme v0.3.35
103962026-09-06T05:14:01.073Z Fresh rust-argon2 v2.1.0
103972026-09-06T05:14:01.073Z Fresh rstest v0.25.0
103982026-09-06T05:14:01.077Z Fresh datatest-stable v0.3.3
103992026-09-06T05:14:01.077Z Fresh trybuild v1.0.116
104002026-09-06T05:14:01.077Z Fresh guppy v0.17.25
104012026-09-06T05:14:01.077Z Fresh hickory-client v0.25.2
104022026-09-06T05:14:01.078Z Fresh partial-io v0.5.4
104032026-09-06T05:14:01.078Z Fresh rand_distr v0.5.1
104042026-09-06T05:14:01.078Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
104052026-09-06T05:14:01.078Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
104062026-09-06T05:14:01.078Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
104072026-09-06T05:14:01.078Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
104082026-09-06T05:14:01.078Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
104092026-09-06T05:14:01.078Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
104102026-09-06T05:14:01.078Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
104112026-09-06T05:14:01.078Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
104122026-09-06T05:14:01.078Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
104132026-09-06T05:14:01.078Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
104142026-09-06T05:14:01.078Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
104152026-09-06T05:14:01.078Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
104162026-09-06T05:14:01.078Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
104172026-09-06T05:14:01.078Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
104182026-09-06T05:14:01.078Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
104192026-09-06T05:14:01.078Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
104202026-09-06T05:14:01.078Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
104212026-09-06T05:14:01.078Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
104222026-09-06T05:14:01.078Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
104232026-09-06T05:14:01.078Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
104242026-09-06T05:14:01.078Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
104252026-09-06T05:14:01.078Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
104262026-09-06T05:14:01.078Z Fresh rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
104272026-09-06T05:14:01.078Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
104282026-09-06T05:14:01.078Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
104292026-09-06T05:14:01.078Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
104302026-09-06T05:14:01.078Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
104312026-09-06T05:14:01.078Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
104322026-09-06T05:14:01.078Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
104332026-09-06T05:14:01.078Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
104342026-09-06T05:14:01.078Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
104352026-09-06T05:14:01.078Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
104362026-09-06T05:14:01.078Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
104372026-09-06T05:14:01.078Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
104382026-09-06T05:14:01.078Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
104392026-09-06T05:14:01.078Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
104402026-09-06T05:14:01.079Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
104412026-09-06T05:14:01.079Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
104422026-09-06T05:14:01.079Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
104432026-09-06T05:14:01.079Z Fresh wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
104442026-09-06T05:14:01.079Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
104452026-09-06T05:14:01.079Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
104462026-09-06T05:14:01.079Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
104472026-09-06T05:14:01.079Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
104482026-09-06T05:14:01.079Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
104492026-09-06T05:14:01.079Z Fresh support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
104502026-09-06T05:14:01.079Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
104512026-09-06T05:14:01.079Z Fresh nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
104522026-09-06T05:14:01.079Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
104532026-09-06T05:14:01.079Z Fresh omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
104542026-09-06T05:14:01.079Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
104552026-09-06T05:14:01.079Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
104562026-09-06T05:14:01.079Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
104572026-09-06T05:14:01.079Z Fresh sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
104582026-09-06T05:14:01.079Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
104592026-09-06T05:14:01.079Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
104602026-09-06T05:14:01.079Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
104612026-09-06T05:14:01.079Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
104622026-09-06T05:14:01.079Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
104632026-09-06T05:14:01.079Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
104642026-09-06T05:14:01.079Z Fresh sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
104652026-09-06T05:14:01.079Z Fresh nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
104662026-09-06T05:14:01.079Z Fresh sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
104672026-09-06T05:14:01.079Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
104682026-09-06T05:14:01.079Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
104692026-09-06T05:14:01.079Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
104702026-09-06T05:14:01.079Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
104712026-09-06T05:14:01.079Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
104722026-09-06T05:14:01.079Z Fresh sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
104732026-09-06T05:14:01.079Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
104742026-09-06T05:14:01.079Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
104752026-09-06T05:14:01.079Z Fresh transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
104762026-09-06T05:14:01.079Z Fresh nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
104772026-09-06T05:14:01.079Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
104782026-09-06T05:14:01.079Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
104792026-09-06T05:14:01.080Z Fresh wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
104802026-09-06T05:14:01.080Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
104812026-09-06T05:14:01.080Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
104822026-09-06T05:14:01.080Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
104832026-09-06T05:14:01.080Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
104842026-09-06T05:14:01.080Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
104852026-09-06T05:14:01.080Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
104862026-09-06T05:14:01.080Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
104872026-09-06T05:14:01.080Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
104882026-09-06T05:14:01.080Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
104892026-09-06T05:14:01.080Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
104902026-09-06T05:14:01.080Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
104912026-09-06T05:14:01.080Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
104922026-09-06T05:14:01.080Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
104932026-09-06T05:14:01.080Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
104942026-09-06T05:14:01.080Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
104952026-09-06T05:14:01.080Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
104962026-09-06T05:14:01.080Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
104972026-09-06T05:14:01.080Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
104982026-09-06T05:14:01.084Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
104992026-09-06T05:14:01.084Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
105002026-09-06T05:14:01.084Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
105012026-09-06T05:14:01.084Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
105022026-09-06T05:14:01.084Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
105032026-09-06T05:14:01.084Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
105042026-09-06T05:14:01.084Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
105052026-09-06T05:14:01.084Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
105062026-09-06T05:14:01.084Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
105072026-09-06T05:14:01.084Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
105082026-09-06T05:14:01.084Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
105092026-09-06T05:14:01.084Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
105102026-09-06T05:14:01.084Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
105112026-09-06T05:14:01.084Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
105122026-09-06T05:14:01.084Z Fresh omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
105132026-09-06T05:14:01.084Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
105142026-09-06T05:14:01.084Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
105152026-09-06T05:14:01.084Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
105162026-09-06T05:14:01.084Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
105172026-09-06T05:14:01.084Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
105182026-09-06T05:14:01.084Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
105192026-09-06T05:14:01.085Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
105202026-09-06T05:14:01.085Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
105212026-09-06T05:14:01.085Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
105222026-09-06T05:14:01.085Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
105232026-09-06T05:14:01.085Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
105242026-09-06T05:14:01.085Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
105252026-09-06T05:14:01.085Z Fresh oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
105262026-09-06T05:14:01.085Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
105272026-09-06T05:14:01.085Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
105282026-09-06T05:14:01.085Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
105292026-09-06T05:14:01.085Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
105302026-09-06T05:14:01.085Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
105312026-09-06T05:14:01.085Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
105322026-09-06T05:14:01.085Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
105332026-09-06T05:14:01.085Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
105342026-09-06T05:14:01.085Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
105352026-09-06T05:14:01.085Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
105362026-09-06T05:14:01.085Z Fresh bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
105372026-09-06T05:14:01.085Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
105382026-09-06T05:14:01.085Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
105392026-09-06T05:14:01.085Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
105402026-09-06T05:14:01.085Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
105412026-09-06T05:14:01.085Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
105422026-09-06T05:14:01.085Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
105432026-09-06T05:14:01.085Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
105442026-09-06T05:14:01.085Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
105452026-09-06T05:14:01.085Z Fresh wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
105462026-09-06T05:14:01.085Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
105472026-09-06T05:14:01.085Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
105482026-09-06T05:14:01.085Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
105492026-09-06T05:14:01.085Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
105502026-09-06T05:14:01.085Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
105512026-09-06T05:14:01.085Z Fresh wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
105522026-09-06T05:14:01.085Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
105532026-09-06T05:14:01.085Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
105542026-09-06T05:14:01.085Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
105552026-09-06T05:14:01.085Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
105562026-09-06T05:14:01.085Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
105572026-09-06T05:14:01.085Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
105582026-09-06T05:14:01.085Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
105592026-09-06T05:14:01.086Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
105602026-09-06T05:14:01.086Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
105612026-09-06T05:14:01.086Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
105622026-09-06T05:14:01.086Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
105632026-09-06T05:14:01.086Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
105642026-09-06T05:14:01.086Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
105652026-09-06T05:14:01.086Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
105662026-09-06T05:14:01.086Z Fresh omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
105672026-09-06T05:14:01.086Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
105682026-09-06T05:14:01.086Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
105692026-09-06T05:14:01.086Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
105702026-09-06T05:14:01.086Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
105712026-09-06T05:14:01.086Z Fresh omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
105722026-09-06T05:14:01.086Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
105732026-09-06T05:14:01.086Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.24s
105742026-09-06T05:14:01.086Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
105752026-09-06T05:14:01.086Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
105762026-09-06T05:14:01.138Z Doc-tests api_identity
105772026-09-06T05:14:01.142Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d4a556f0be204d41.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.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`
105782026-09-06T05:14:01.196Z
105792026-09-06T05:14:01.196Zrunning 0 tests
105802026-09-06T05:14:01.196Z
105812026-09-06T05:14:01.196Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105822026-09-06T05:14:01.196Z
105832026-09-06T05:14:01.206Z Doc-tests authz_macros
105842026-09-06T05:14:01.206Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-93631b5dd78669ae.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8d586310b8bcbf9d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-dc409a536d2cf702.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.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`
105852026-09-06T05:14:01.648Z
105862026-09-06T05:14:01.649Zrunning 7 tests
105872026-09-06T05:14:01.649Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
105882026-09-06T05:14:01.649Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
105892026-09-06T05:14:01.649Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
105902026-09-06T05:14:01.649Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
105912026-09-06T05:14:01.649Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
105922026-09-06T05:14:01.649Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
105932026-09-06T05:14:01.649Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
105942026-09-06T05:14:01.649Z
105952026-09-06T05:14:01.653Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
105962026-09-06T05:14:01.653Z
105972026-09-06T05:14:01.653Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
105982026-09-06T05:14:01.667Z Doc-tests bootstore
105992026-09-06T05:14:01.667Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8f3bb317f9aee4b1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b48bf31695346c76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d3d581b84ca1e842.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b0bbf1e339dfa3ca.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2c21c5483d90e20a.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-dbefe2d37961bbfd.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.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`
106002026-09-06T05:14:01.926Z
106012026-09-06T05:14:01.926Zrunning 0 tests
106022026-09-06T05:14:01.926Z
106032026-09-06T05:14:01.926Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106042026-09-06T05:14:01.926Z
106052026-09-06T05:14:01.952Z Doc-tests bootstrap_agent_lockstep_api
106062026-09-06T05:14:01.952Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-18ca14da5b381b67.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.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`
106072026-09-06T05:14:02.537Z
106082026-09-06T05:14:02.538Zrunning 2 tests
106092026-09-06T05:14:02.538Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::api_description (line 32) ... ignored
106102026-09-06T05:14:02.538Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::stub_api_description (line 38) ... ignored
106112026-09-06T05:14:02.538Z
106122026-09-06T05:14:02.538Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
106132026-09-06T05:14:02.538Z
106142026-09-06T05:14:02.541Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
106152026-09-06T05:14:02.568Z Doc-tests bootstrap_agent_lockstep_client
106162026-09-06T05:14:02.571Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0d9adfe00f0fa109.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.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`
106172026-09-06T05:14:03.331Z
106182026-09-06T05:14:03.331Zrunning 0 tests
106192026-09-06T05:14:03.331Z
106202026-09-06T05:14:03.331Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106212026-09-06T05:14:03.331Z
106222026-09-06T05:14:03.373Z Doc-tests bootstrap_agent_lockstep_types
106232026-09-06T05:14:03.373Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-87c30374de8e913a.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`
106242026-09-06T05:14:03.781Z
106252026-09-06T05:14:03.782Zrunning 0 tests
106262026-09-06T05:14:03.782Z
106272026-09-06T05:14:03.782Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106282026-09-06T05:14:03.782Z
106292026-09-06T05:14:03.815Z Doc-tests clickana
106302026-09-06T05:14:03.815Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-f1f08d0b0e06fdcc.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1fcf2ea8a8849328.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-73fb02bbceceaf51.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.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`
106312026-09-06T05:14:04.050Z
106322026-09-06T05:14:04.051Zrunning 0 tests
106332026-09-06T05:14:04.051Z
106342026-09-06T05:14:04.051Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106352026-09-06T05:14:04.051Z
106362026-09-06T05:14:04.079Z Doc-tests clickhouse_admin_api
106372026-09-06T05:14:04.083Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-144de05544749447.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-115b948740b8bd33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.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`
106382026-09-06T05:14:04.642Z
106392026-09-06T05:14:04.642Zrunning 6 tests
106402026-09-06T05:14:04.642Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 68) ... ignored
106412026-09-06T05:14:04.642Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 74) ... ignored
106422026-09-06T05:14:04.643Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 187) ... ignored
106432026-09-06T05:14:04.643Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 193) ... ignored
106442026-09-06T05:14:04.643Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 349) ... ignored
106452026-09-06T05:14:04.643Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 355) ... ignored
106462026-09-06T05:14:04.643Z
106472026-09-06T05:14:04.643Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
106482026-09-06T05:14:04.643Z
106492026-09-06T05:14:04.647Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
106502026-09-06T05:14:04.671Z Doc-tests clickhouse_admin_keeper_client
106512026-09-06T05:14:04.675Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1dbc576d48949507.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c08d06f2f10a90f9.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.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`
106522026-09-06T05:14:05.061Z
106532026-09-06T05:14:05.061Zrunning 0 tests
106542026-09-06T05:14:05.061Z
106552026-09-06T05:14:05.061Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106562026-09-06T05:14:05.061Z
106572026-09-06T05:14:05.095Z Doc-tests clickhouse_admin_server_client
106582026-09-06T05:14:05.095Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1dbc576d48949507.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1fcf2ea8a8849328.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.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`
106592026-09-06T05:14:05.489Z
106602026-09-06T05:14:05.489Zrunning 0 tests
106612026-09-06T05:14:05.489Z
106622026-09-06T05:14:05.489Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106632026-09-06T05:14:05.489Z
106642026-09-06T05:14:05.520Z Doc-tests clickhouse_admin_single_client
106652026-09-06T05:14:05.520Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1dbc576d48949507.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-021772907a58f31c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.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`
106662026-09-06T05:14:05.706Z
106672026-09-06T05:14:05.706Zrunning 0 tests
106682026-09-06T05:14:05.706Z
106692026-09-06T05:14:05.706Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106702026-09-06T05:14:05.706Z
106712026-09-06T05:14:05.723Z Doc-tests clickhouse_admin_test_utils
106722026-09-06T05:14:05.723Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fcf6eb9bf07b1215.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-75fe505b988f038e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-09570ab164c3c0ab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.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`
106732026-09-06T05:14:05.898Z
106742026-09-06T05:14:05.898Zrunning 0 tests
106752026-09-06T05:14:05.898Z
106762026-09-06T05:14:05.899Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106772026-09-06T05:14:05.899Z
106782026-09-06T05:14:05.918Z Doc-tests clickhouse_admin_types
106792026-09-06T05:14:05.918Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-93272a11526a4f93.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-115b948740b8bd33.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.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`
106802026-09-06T05:14:06.094Z
106812026-09-06T05:14:06.095Zrunning 0 tests
106822026-09-06T05:14:06.095Z
106832026-09-06T05:14:06.098Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106842026-09-06T05:14:06.098Z
106852026-09-06T05:14:06.117Z Doc-tests clickhouse_admin_types_versions
106862026-09-06T05:14:06.120Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5cd0b75c991b5f54.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-115b948740b8bd33.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.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`
106872026-09-06T05:14:06.906Z
106882026-09-06T05:14:06.907Zrunning 1 test
106892026-09-06T05:14:06.907Ztest clickhouse-admin/types/versions/src/lib.rs - (line 17) ... ignored
106902026-09-06T05:14:06.907Z
106912026-09-06T05:14:06.907Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
106922026-09-06T05:14:06.907Z
106932026-09-06T05:14:06.910Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
106942026-09-06T05:14:06.946Z Doc-tests cockroach_admin_api
106952026-09-06T05:14:06.949Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bb933ccd7306b65d.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-2cac908b3a12a9f8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.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`
106962026-09-06T05:14:07.441Z
106972026-09-06T05:14:07.441Zrunning 2 tests
106982026-09-06T05:14:07.441Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 49) ... ignored
106992026-09-06T05:14:07.442Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 55) ... ignored
107002026-09-06T05:14:07.442Z
107012026-09-06T05:14:07.445Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
107022026-09-06T05:14:07.445Z
107032026-09-06T05:14:07.445Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
107042026-09-06T05:14:07.466Z Doc-tests cockroach_admin_client
107052026-09-06T05:14:07.466Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1dbc576d48949507.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1fb702ad2d0af3d9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.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`
107062026-09-06T05:14:07.663Z
107072026-09-06T05:14:07.663Zrunning 0 tests
107082026-09-06T05:14:07.663Z
107092026-09-06T05:14:07.663Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107102026-09-06T05:14:07.663Z
107112026-09-06T05:14:07.683Z Doc-tests cockroach_admin_types
107122026-09-06T05:14:07.683Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-785a828ac739e272.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-2cac908b3a12a9f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.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`
107132026-09-06T05:14:07.761Z
107142026-09-06T05:14:07.761Zrunning 0 tests
107152026-09-06T05:14:07.761Z
107162026-09-06T05:14:07.761Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107172026-09-06T05:14:07.762Z
107182026-09-06T05:14:07.772Z Doc-tests cockroach_admin_types_versions
107192026-09-06T05:14:07.773Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1dbc576d48949507.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-2cac908b3a12a9f8.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-184964ca2713f5e9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.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`
107202026-09-06T05:14:08.266Z
107212026-09-06T05:14:08.266Zrunning 1 test
107222026-09-06T05:14:08.266Ztest cockroach-admin/types/versions/src/lib.rs - (line 17) ... ignored
107232026-09-06T05:14:08.266Z
107242026-09-06T05:14:08.266Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
107252026-09-06T05:14:08.266Z
107262026-09-06T05:14:08.270Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
107272026-09-06T05:14:08.289Z Doc-tests db_macros
107282026-09-06T05:14:08.289Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-48ac084abdefba81.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-8d586310b8bcbf9d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-dc409a536d2cf702.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.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`
107292026-09-06T05:14:08.791Z
107302026-09-06T05:14:08.791Zrunning 3 tests
107312026-09-06T05:14:08.791Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 29) ... ignored
107322026-09-06T05:14:08.791Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored
107332026-09-06T05:14:08.791Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 71) ... ignored
107342026-09-06T05:14:08.791Z
107352026-09-06T05:14:08.791Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
107362026-09-06T05:14:08.791Z
107372026-09-06T05:14:08.795Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
107382026-09-06T05:14:08.810Z Doc-tests dev_tools_common
107392026-09-06T05:14:08.810Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fcf6eb9bf07b1215.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-9f43d251fd38fac6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.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`
107402026-09-06T05:14:08.864Z
107412026-09-06T05:14:08.864Zrunning 0 tests
107422026-09-06T05:14:08.864Z
107432026-09-06T05:14:08.864Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107442026-09-06T05:14:08.864Z
107452026-09-06T05:14:08.873Z Doc-tests dns_server
107462026-09-06T05:14:08.876Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9ff8d5d4a4e714f8.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-db670d9fa1222da4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-05349bbbc7f1d43d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a6266451580c1066.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-5b0911c8cb91d577.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c8de4607e72eed54.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ee3f894063ebfbaf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
107472026-09-06T05:14:09.109Z
107482026-09-06T05:14:09.109Zrunning 0 tests
107492026-09-06T05:14:09.109Z
107502026-09-06T05:14:09.109Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107512026-09-06T05:14:09.109Z
107522026-09-06T05:14:09.136Z Doc-tests dns_server_api
107532026-09-06T05:14:09.136Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1dbc576d48949507.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-db670d9fa1222da4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c8de4607e72eed54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.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`
107542026-09-06T05:14:09.628Z
107552026-09-06T05:14:09.628Zrunning 2 tests
107562026-09-06T05:14:09.628Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 136) ... ignored
107572026-09-06T05:14:09.628Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 142) ... ignored
107582026-09-06T05:14:09.628Z
107592026-09-06T05:14:09.628Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
107602026-09-06T05:14:09.628Z
107612026-09-06T05:14:09.632Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
107622026-09-06T05:14:09.652Z Doc-tests dns_service_client
107632026-09-06T05:14:09.655Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1dbc576d48949507.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c8de4607e72eed54.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.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`
107642026-09-06T05:14:09.810Z
107652026-09-06T05:14:09.810Zrunning 0 tests
107662026-09-06T05:14:09.810Z
107672026-09-06T05:14:09.810Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107682026-09-06T05:14:09.810Z
107692026-09-06T05:14:09.829Z Doc-tests end_to_end_tests
107702026-09-06T05:14:09.829Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7655d3f0c6239f4f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-b9e3a20e0ee67658.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-6e7279cec64545a6.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-5b9751ce9dbeac6d.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-e2834e9bfcd4c06c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7daf0ce81eef524f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c892d145af9613d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-8e1cf716106d1b4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-e4282e7a3ec43651.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1c0696c1a58eee79.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
107712026-09-06T05:14:10.214Z
107722026-09-06T05:14:10.214Zrunning 0 tests
107732026-09-06T05:14:10.214Z
107742026-09-06T05:14:10.214Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107752026-09-06T05:14:10.214Z
107762026-09-06T05:14:10.251Z Doc-tests ereport_types
107772026-09-06T05:14:10.251Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0e5422edd83f1644.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.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`
107782026-09-06T05:14:10.400Z
107792026-09-06T05:14:10.400Zrunning 0 tests
107802026-09-06T05:14:10.400Z
107812026-09-06T05:14:10.400Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107822026-09-06T05:14:10.400Z
107832026-09-06T05:14:10.419Z Doc-tests gateway_api
107842026-09-06T05:14:10.419Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0e5422edd83f1644.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-4a58b18546361f93.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-90a403bdef30f529.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
107852026-09-06T05:14:10.970Z
107862026-09-06T05:14:10.970Zrunning 2 tests
107872026-09-06T05:14:10.970Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 59) ... ignored
107882026-09-06T05:14:10.970Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 65) ... ignored
107892026-09-06T05:14:10.970Z
107902026-09-06T05:14:10.970Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
107912026-09-06T05:14:10.970Z
107922026-09-06T05:14:10.974Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
107932026-09-06T05:14:10.997Z Doc-tests gateway_client
107942026-09-06T05:14:10.997Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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-06T05:14:11.548Z
107962026-09-06T05:14:11.548Zrunning 0 tests
107972026-09-06T05:14:11.548Z
107982026-09-06T05:14:11.548Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107992026-09-06T05:14:11.548Z
108002026-09-06T05:14:11.584Z Doc-tests gateway_test_utils
108012026-09-06T05:14:11.584Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fcf6eb9bf07b1215.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-db633cfe67d59fba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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-06T05:14:11.977Z
108032026-09-06T05:14:11.977Zrunning 0 tests
108042026-09-06T05:14:11.977Z
108052026-09-06T05:14:11.977Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108062026-09-06T05:14:11.978Z
108072026-09-06T05:14:12.015Z Doc-tests gateway_types
108082026-09-06T05:14:12.015Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1b8b571a35f8e338.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-90a403bdef30f529.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.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`
108092026-09-06T05:14:12.167Z
108102026-09-06T05:14:12.167Zrunning 0 tests
108112026-09-06T05:14:12.167Z
108122026-09-06T05:14:12.167Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108132026-09-06T05:14:12.167Z
108142026-09-06T05:14:12.186Z Doc-tests gateway_types_versions
108152026-09-06T05:14:12.190Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-34305e796e1000e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-90a403bdef30f529.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
108162026-09-06T05:14:12.969Z
108172026-09-06T05:14:12.969Zrunning 1 test
108182026-09-06T05:14:12.969Ztest gateway-types/versions/src/lib.rs - (line 17) ... ignored
108192026-09-06T05:14:12.969Z
108202026-09-06T05:14:12.970Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
108212026-09-06T05:14:12.970Z
108222026-09-06T05:14:12.976Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
108232026-09-06T05:14:13.008Z Doc-tests gfss
108242026-09-06T05:14:13.011Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bc9d8fbf105a8ad5.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-4edd88382825248b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.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`
108252026-09-06T05:14:13.109Z
108262026-09-06T05:14:13.109Zrunning 0 tests
108272026-09-06T05:14:13.109Z
108282026-09-06T05:14:13.109Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108292026-09-06T05:14:13.109Z
108302026-09-06T05:14:13.122Z Doc-tests illumos_utils
108312026-09-06T05:14:13.122Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-f851b7917f5eab5e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-f3297e304c4634f2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-38e581315929c681.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-514a1c3556ddd554.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3eb1d87043273097.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-53aff28a8cc2bb44.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-7a9b68eb753bfcf8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b784691f215b8431.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d91132846617bdad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c7b9ba2035881c61.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d38d1c5679f86662.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`
108322026-09-06T05:14:13.568Z
108332026-09-06T05:14:13.569Zrunning 0 tests
108342026-09-06T05:14:13.569Z
108352026-09-06T05:14:13.569Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108362026-09-06T05:14:13.569Z
108372026-09-06T05:14:13.605Z Doc-tests installinator
108382026-09-06T05:14:13.605Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-72c29cb0b9caf29f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f8457d0dcd58b8ab.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2d064232c3fe42d9.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-24d80fe873c1d2e1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bd9bae2764d9487e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a86609f096ace540.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-af3e9e581cfef048.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7d9da0146ff0663d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-674e0ef60c6203eb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.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`
108392026-09-06T05:14:13.959Z
108402026-09-06T05:14:13.959Zrunning 0 tests
108412026-09-06T05:14:13.959Z
108422026-09-06T05:14:13.959Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108432026-09-06T05:14:13.959Z
108442026-09-06T05:14:13.997Z Doc-tests installinator_api
108452026-09-06T05:14:13.997Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5180f14d1817881b.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-d450d633f5f296f9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
108462026-09-06T05:14:14.538Z
108472026-09-06T05:14:14.538Zrunning 2 tests
108482026-09-06T05:14:14.538Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 44) ... ignored
108492026-09-06T05:14:14.538Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 50) ... ignored
108502026-09-06T05:14:14.538Z
108512026-09-06T05:14:14.538Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108522026-09-06T05:14:14.538Z
108532026-09-06T05:14:14.542Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
108542026-09-06T05:14:14.565Z Doc-tests installinator_client
108552026-09-06T05:14:14.565Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-24d80fe873c1d2e1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.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`
108562026-09-06T05:14:14.818Z
108572026-09-06T05:14:14.818Zrunning 0 tests
108582026-09-06T05:14:14.818Z
108592026-09-06T05:14:14.818Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108602026-09-06T05:14:14.818Z
108612026-09-06T05:14:14.839Z Doc-tests installinator_common
108622026-09-06T05:14:14.839Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bd9bae2764d9487e.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-d450d633f5f296f9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.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`
108632026-09-06T05:14:15.117Z
108642026-09-06T05:14:15.118Zrunning 0 tests
108652026-09-06T05:14:15.118Z
108662026-09-06T05:14:15.118Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108672026-09-06T05:14:15.118Z
108682026-09-06T05:14:15.147Z Doc-tests installinator_common_versions
108692026-09-06T05:14:15.147Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d450d633f5f296f9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.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`
108702026-09-06T05:14:15.589Z
108712026-09-06T05:14:15.589Zrunning 1 test
108722026-09-06T05:14:15.589Ztest installinator-common/versions/src/lib.rs - (line 17) ... ignored
108732026-09-06T05:14:15.589Z
108742026-09-06T05:14:15.589Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
108752026-09-06T05:14:15.589Z
108762026-09-06T05:14:15.593Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
108772026-09-06T05:14:15.609Z Doc-tests internal_dns_resolver
108782026-09-06T05:14:15.609Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9ff8d5d4a4e714f8.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-db670d9fa1222da4.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a6266451580c1066.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ee3f894063ebfbaf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.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`
108792026-09-06T05:14:15.831Z
108802026-09-06T05:14:15.831Zrunning 0 tests
108812026-09-06T05:14:15.831Z
108822026-09-06T05:14:15.831Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108832026-09-06T05:14:15.831Z
108842026-09-06T05:14:15.857Z Doc-tests internal_dns_types
108852026-09-06T05:14:15.857Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c8de4607e72eed54.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.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-06T05:14:16.057Z
108872026-09-06T05:14:16.058Zrunning 0 tests
108882026-09-06T05:14:16.058Z
108892026-09-06T05:14:16.058Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108902026-09-06T05:14:16.058Z
108912026-09-06T05:14:16.079Z Doc-tests internal_dns_types_versions
108922026-09-06T05:14:16.079Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-c8de4607e72eed54.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.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`
108932026-09-06T05:14:16.566Z
108942026-09-06T05:14:16.567Zrunning 1 test
108952026-09-06T05:14:16.567Ztest internal-dns/types/versions/src/lib.rs - (line 17) ... ignored
108962026-09-06T05:14:16.567Z
108972026-09-06T05:14:16.567Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
108982026-09-06T05:14:16.567Z
108992026-09-06T05:14:16.570Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
109002026-09-06T05:14:16.586Z Doc-tests ipcc
109012026-09-06T05:14:16.586Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b0bbf1e339dfa3ca.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a86609f096ace540.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-b22d28acae726c4d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.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`
109022026-09-06T05:14:16.707Z
109032026-09-06T05:14:16.707Zrunning 0 tests
109042026-09-06T05:14:16.707Z
109052026-09-06T05:14:16.707Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109062026-09-06T05:14:16.707Z
109072026-09-06T05:14:16.722Z Doc-tests key_manager
109082026-09-06T05:14:16.722Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-99a1b43c74aa57d0.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2c21c5483d90e20a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d545c00f0329cf45.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-38e581315929c681.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.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`
109092026-09-06T05:14:16.919Z
109102026-09-06T05:14:16.919Zrunning 0 tests
109112026-09-06T05:14:16.919Z
109122026-09-06T05:14:16.919Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109132026-09-06T05:14:16.919Z
109142026-09-06T05:14:16.942Z Doc-tests key_manager_types
109152026-09-06T05:14:16.942Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-38e581315929c681.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.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`
109162026-09-06T05:14:16.991Z
109172026-09-06T05:14:16.992Zrunning 0 tests
109182026-09-06T05:14:16.992Z
109192026-09-06T05:14:16.992Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109202026-09-06T05:14:16.992Z
109212026-09-06T05:14:17.002Z Doc-tests live_tests_macros
109222026-09-06T05:14:17.005Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-316b370c07586919.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.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`
109232026-09-06T05:14:17.398Z
109242026-09-06T05:14:17.398Zrunning 1 test
109252026-09-06T05:14:17.398Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
109262026-09-06T05:14:17.401Z
109272026-09-06T05:14:17.401Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109282026-09-06T05:14:17.401Z
109292026-09-06T05:14:17.401Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
109302026-09-06T05:14:17.415Z Doc-tests nexus_auth
109312026-09-06T05:14:17.418Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-93631b5dd78669ae.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-eb29bb7a1e50fc46.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0cabc3597d330a92.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-e69d95b26da257a9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-27ea8a765577bcba.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-fb861e96c7b30b33.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-671378e94da216c3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-83d6a52ae2cee461.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
109322026-09-06T05:14:18.050Z
109332026-09-06T05:14:18.050Zrunning 0 tests
109342026-09-06T05:14:18.050Z
109352026-09-06T05:14:18.050Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109362026-09-06T05:14:18.050Z
109372026-09-06T05:14:18.100Z Doc-tests nexus_background_task_interface
109382026-09-06T05:14:18.100Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a096fb1e87e9cad9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-78de19dd1fed8589.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`
109392026-09-06T05:14:18.167Z
109402026-09-06T05:14:18.167Zrunning 0 tests
109412026-09-06T05:14:18.167Z
109422026-09-06T05:14:18.167Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109432026-09-06T05:14:18.167Z
109442026-09-06T05:14:18.178Z Doc-tests nexus_client
109452026-09-06T05:14:18.182Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1dbc576d48949507.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
109462026-09-06T05:14:18.704Z
109472026-09-06T05:14:18.705Zrunning 0 tests
109482026-09-06T05:14:18.705Z
109492026-09-06T05:14:18.705Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109502026-09-06T05:14:18.705Z
109512026-09-06T05:14:18.742Z Doc-tests nexus_config
109522026-09-06T05:14:18.746Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
109532026-09-06T05:14:19.261Z
109542026-09-06T05:14:19.261Zrunning 0 tests
109552026-09-06T05:14:19.261Z
109562026-09-06T05:14:19.261Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109572026-09-06T05:14:19.261Z
109582026-09-06T05:14:19.302Z Doc-tests nexus_db_errors
109592026-09-06T05:14:19.302Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4faab88579d4cf74.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0cabc3597d330a92.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-901010f20c1d8c3a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.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`
109602026-09-06T05:14:19.628Z
109612026-09-06T05:14:19.628Zrunning 0 tests
109622026-09-06T05:14:19.629Z
109632026-09-06T05:14:19.629Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109642026-09-06T05:14:19.629Z
109652026-09-06T05:14:19.662Z Doc-tests nexus_db_fixed_data
109662026-09-06T05:14:19.662Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e69d95b26da257a9.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
109672026-09-06T05:14:19.945Z
109682026-09-06T05:14:19.945Zrunning 0 tests
109692026-09-06T05:14:19.945Z
109702026-09-06T05:14:19.945Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109712026-09-06T05:14:19.945Z
109722026-09-06T05:14:19.974Z Doc-tests nexus_db_lookup
109732026-09-06T05:14:19.975Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-87380c81a3160dfb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-48ac084abdefba81.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-416987f38c590dbd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0cabc3597d330a92.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-901010f20c1d8c3a.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0610f7bcbe09bfed.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-feffbc15b032cc1b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
109742026-09-06T05:14:20.497Z
109752026-09-06T05:14:20.497Zrunning 0 tests
109762026-09-06T05:14:20.497Z
109772026-09-06T05:14:20.497Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109782026-09-06T05:14:20.497Z
109792026-09-06T05:14:20.540Z Doc-tests nexus_db_model
109802026-09-06T05:14:20.540Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-785a828ac739e272.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-48ac084abdefba81.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-feffbc15b032cc1b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-43b0e1a671b876a7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-403b7fdcc4d716fe.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bed4c6f13ac1ed92.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-bdd2f0b3183278c0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-335893ab24d2c117.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6b9e86dcc690177e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
109812026-09-06T05:14:36.716Z
109822026-09-06T05:14:36.716Zrunning 4 tests
109832026-09-06T05:14:36.732Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
109842026-09-06T05:14:36.736Ztest nexus/db-model/src/lib.rs - (line 26) ... ok
109852026-09-06T05:14:36.740Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
109862026-09-06T05:14:36.741Ztest nexus/db-model/src/lib.rs - (line 49) ... ok
109872026-09-06T05:14:36.741Z
109882026-09-06T05:14:36.741Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
109892026-09-06T05:14:36.741Z
109902026-09-06T05:14:36.772Zall doctests ran in 13.36s; merged doctests compilation took 13.29s
109912026-09-06T05:14:36.887Z Doc-tests nexus_db_queries
109922026-09-06T05:14:36.891Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-87380c81a3160dfb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-785a828ac739e272.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0481bc443d456d6a.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-48ac084abdefba81.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-416987f38c590dbd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-08a83ca5341a4fd4.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0cabc3597d330a92.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-901010f20c1d8c3a.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-e69d95b26da257a9.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0610f7bcbe09bfed.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-feffbc15b032cc1b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6e0a473cda8c3786.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f6cb9c5bc65b0453.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-699957af3676be70.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bed4c6f13ac1ed92.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7daf0ce81eef524f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-fb861e96c7b30b33.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3c25b49746f1e0c4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-75dc4484a4e65dd6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-0660e732d6f148f8.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9c5016636d373d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-31cb6a071379b6dc.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1c0696c1a58eee79.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6b9e86dcc690177e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-552d575f49541a91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
109932026-09-06T05:14:44.698Z
109942026-09-06T05:14:44.698Zrunning 3 tests
109952026-09-06T05:14:44.702Ztest nexus/db-queries/src/db/datastore/fm.rs - db::datastore::fm::sitrep_child_tables (line 79) ... ignored
109962026-09-06T05:14:44.702Ztest nexus/db-queries/src/db/datastore/multicast/members.rs - db::datastore::multicast::members::DataStore::multicast_group_member_reconcile_joining_for_parent (line 631) ... ignored
109972026-09-06T05:14:44.706Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 417) ... ok
109982026-09-06T05:14:44.706Z
109992026-09-06T05:14:44.706Ztest result: ok. 1 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110002026-09-06T05:14:44.706Z
110012026-09-06T05:14:44.716Zall doctests ran in 6.20s; merged doctests compilation took 6.18s
110022026-09-06T05:14:44.825Z Doc-tests nexus_db_schema
110032026-09-06T05:14:44.829Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fcf6eb9bf07b1215.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-6d12d2f24d7f6704.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-feffbc15b032cc1b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6331658d236cc073.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.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`
110042026-09-06T05:14:49.981Z
110052026-09-06T05:14:49.981Zrunning 0 tests
110062026-09-06T05:14:49.981Z
110072026-09-06T05:14:49.981Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110082026-09-06T05:14:49.981Z
110092026-09-06T05:14:50.206Z Doc-tests nexus_defaults
110102026-09-06T05:14:50.206Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7dad46870158de81.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-43b0e1a671b876a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.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`
110112026-09-06T05:14:50.384Z
110122026-09-06T05:14:50.384Zrunning 0 tests
110132026-09-06T05:14:50.384Z
110142026-09-06T05:14:50.384Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110152026-09-06T05:14:50.384Z
110162026-09-06T05:14:50.405Z Doc-tests nexus_external_api
110172026-09-06T05:14:50.405Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d4a556f0be204d41.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8c0d0bd8c12a803d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f6cb9c5bc65b0453.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-e03513e3337df9b6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dbacb0f2e27d4b9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-31cb6a071379b6dc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
110182026-09-06T05:14:51.459Z
110192026-09-06T05:14:51.459Zrunning 2 tests
110202026-09-06T05:14:51.459Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 219) ... ignored
110212026-09-06T05:14:51.459Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 225) ... ignored
110222026-09-06T05:14:51.459Z
110232026-09-06T05:14:51.463Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110242026-09-06T05:14:51.463Z
110252026-09-06T05:14:51.463Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
110262026-09-06T05:14:51.511Z Doc-tests nexus_fm
110272026-09-06T05:14:51.512Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-37da8439eeda66b5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6b9e86dcc690177e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-d51c57f9c262a3fc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
110282026-09-06T05:14:51.877Z
110292026-09-06T05:14:51.877Zrunning 0 tests
110302026-09-06T05:14:51.877Z
110312026-09-06T05:14:51.877Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110322026-09-06T05:14:51.877Z
110332026-09-06T05:14:51.914Z Doc-tests nexus_internal_api
110342026-09-06T05:14:51.919Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0e5422edd83f1644.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-fa00b621cade5da0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
110352026-09-06T05:14:52.601Z
110362026-09-06T05:14:52.601Zrunning 2 tests
110372026-09-06T05:14:52.601Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 54) ... ignored
110382026-09-06T05:14:52.601Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 60) ... ignored
110392026-09-06T05:14:52.601Z
110402026-09-06T05:14:52.601Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110412026-09-06T05:14:52.601Z
110422026-09-06T05:14:52.605Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
110432026-09-06T05:14:52.639Z Doc-tests nexus_inventory
110442026-09-06T05:14:52.643Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c08d06f2f10a90f9.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1fcf2ea8a8849328.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-785a828ac739e272.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-097a85ab0a0b0e4b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a2a96e07d42b36af.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bed4c6f13ac1ed92.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7daf0ce81eef524f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-4171d9fdba01217d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-d51c57f9c262a3fc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
110452026-09-06T05:14:52.955Z
110462026-09-06T05:14:52.955Zrunning 0 tests
110472026-09-06T05:14:52.955Z
110482026-09-06T05:14:52.955Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110492026-09-06T05:14:52.955Z
110502026-09-06T05:14:52.987Z Doc-tests nexus_lockstep_api
110512026-09-06T05:14:52.988Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0e5422edd83f1644.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-8991bf789b2318ef.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f6cb9c5bc65b0453.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
110522026-09-06T05:14:53.677Z
110532026-09-06T05:14:53.677Zrunning 2 tests
110542026-09-06T05:14:53.677Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::api_description (line 70) ... ignored
110552026-09-06T05:14:53.677Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::stub_api_description (line 76) ... ignored
110562026-09-06T05:14:53.677Z
110572026-09-06T05:14:53.677Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110582026-09-06T05:14:53.677Z
110592026-09-06T05:14:53.681Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
110602026-09-06T05:14:53.715Z Doc-tests nexus_lockstep_client
110612026-09-06T05:14:53.716Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d0f787ce8906f2e0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
110622026-09-06T05:14:55.517Z
110632026-09-06T05:14:55.517Zrunning 0 tests
110642026-09-06T05:14:55.517Z
110652026-09-06T05:14:55.517Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110662026-09-06T05:14:55.517Z
110672026-09-06T05:14:55.585Z Doc-tests nexus_macros_common
110682026-09-06T05:14:55.585Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8d586310b8bcbf9d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.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`
110692026-09-06T05:14:55.631Z
110702026-09-06T05:14:55.631Zrunning 0 tests
110712026-09-06T05:14:55.631Z
110722026-09-06T05:14:55.631Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110732026-09-06T05:14:55.631Z
110742026-09-06T05:14:55.639Z Doc-tests nexus_metrics_producer_gc
110752026-09-06T05:14:55.639Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-87380c81a3160dfb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-38988309ba28d459.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-feffbc15b032cc1b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-397ae362e62ee53c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6e0a473cda8c3786.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1a057dc0ed01997.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
110762026-09-06T05:14:56.020Z
110772026-09-06T05:14:56.020Zrunning 0 tests
110782026-09-06T05:14:56.020Z
110792026-09-06T05:14:56.020Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110802026-09-06T05:14:56.020Z
110812026-09-06T05:14:56.061Z Doc-tests nexus_mgs_updates
110822026-09-06T05:14:56.061Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1a47a5a0db9c07c5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ed1f8ec29ce83f9a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-313dde0812a8d7b3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-31c85b1d600d0fad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-da178014ceb3871f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1bc27ff7acc6f210.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
110832026-09-06T05:14:56.422Z
110842026-09-06T05:14:56.422Zrunning 0 tests
110852026-09-06T05:14:56.422Z
110862026-09-06T05:14:56.422Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110872026-09-06T05:14:56.422Z
110882026-09-06T05:14:56.460Z Doc-tests nexus_networking
110892026-09-06T05:14:56.460Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0610f7bcbe09bfed.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5fcefaba031f2533.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
110902026-09-06T05:14:56.862Z
110912026-09-06T05:14:56.862Zrunning 0 tests
110922026-09-06T05:14:56.862Z
110932026-09-06T05:14:56.862Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110942026-09-06T05:14:56.862Z
110952026-09-06T05:14:56.903Z Doc-tests nexus_reconfigurator_blippy
110962026-09-06T05:14:56.903Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-59401b81e5051c39.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-2a8e64a54fceda2c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.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`
110972026-09-06T05:14:57.189Z
110982026-09-06T05:14:57.190Zrunning 0 tests
110992026-09-06T05:14:57.190Z
111002026-09-06T05:14:57.190Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111012026-09-06T05:14:57.190Z
111022026-09-06T05:14:57.220Z Doc-tests nexus_reconfigurator_execution
111032026-09-06T05:14:57.224Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-87380c81a3160dfb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c08d06f2f10a90f9.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1fcf2ea8a8849328.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-021772907a58f31c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1fb702ad2d0af3d9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-38988309ba28d459.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2e4dd57d9d069e85.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0610f7bcbe09bfed.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-feffbc15b032cc1b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ed1f8ec29ce83f9a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5fcefaba031f2533.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f0931db5cc77db11.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-239b5a680ba97f88.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6e0a473cda8c3786.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-20b464a727b623cc.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f4428bb888629863.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6b9e86dcc690177e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
111042026-09-06T05:14:57.634Z
111052026-09-06T05:14:57.634Zrunning 0 tests
111062026-09-06T05:14:57.634Z
111072026-09-06T05:14:57.634Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111082026-09-06T05:14:57.634Z
111092026-09-06T05:14:57.674Z Doc-tests nexus_reconfigurator_planning
111102026-09-06T05:14:57.679Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-785a828ac739e272.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-2a8e64a54fceda2c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-b057f48f8f7e5f57.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-00a37dac445b635d.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-cfb695dce24a51dd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-73dd7642e1e84148.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3f54d5bc532f3b5e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-d51c57f9c262a3fc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
111112026-09-06T05:14:58.138Z
111122026-09-06T05:14:58.138Zrunning 0 tests
111132026-09-06T05:14:58.138Z
111142026-09-06T05:14:58.138Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111152026-09-06T05:14:58.138Z
111162026-09-06T05:14:58.180Z Doc-tests nexus_reconfigurator_preparation
111172026-09-06T05:14:58.180Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-239b5a680ba97f88.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.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`
111182026-09-06T05:14:58.563Z
111192026-09-06T05:14:58.563Zrunning 0 tests
111202026-09-06T05:14:58.563Z
111212026-09-06T05:14:58.563Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111222026-09-06T05:14:58.563Z
111232026-09-06T05:14:58.605Z Doc-tests nexus_reconfigurator_rendezvous
111242026-09-06T05:14:58.608Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-87380c81a3160dfb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-feffbc15b032cc1b.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-4cf9f9bdc8bb11f7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
111252026-09-06T05:14:58.995Z
111262026-09-06T05:14:58.995Zrunning 0 tests
111272026-09-06T05:14:58.995Z
111282026-09-06T05:14:58.995Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111292026-09-06T05:14:58.995Z
111302026-09-06T05:14:59.037Z Doc-tests nexus_reconfigurator_simulation
111312026-09-06T05:14:59.037Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-b057f48f8f7e5f57.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-1f6c90bfc99708c0.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-ab69c62315faed40.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-a1c7f0f9f0cf8e0d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-d51c57f9c262a3fc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
111322026-09-06T05:14:59.373Z
111332026-09-06T05:14:59.373Zrunning 0 tests
111342026-09-06T05:14:59.373Z
111352026-09-06T05:14:59.373Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111362026-09-06T05:14:59.373Z
111372026-09-06T05:14:59.406Z Doc-tests nexus_saga_recovery
111382026-09-06T05:14:59.409Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1dbc576d48949507.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0cabc3597d330a92.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e42087d8dcff9f6a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6e0a473cda8c3786.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-20b464a727b623cc.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6b9e86dcc690177e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
111392026-09-06T05:14:59.720Z
111402026-09-06T05:14:59.720Zrunning 0 tests
111412026-09-06T05:14:59.720Z
111422026-09-06T05:14:59.720Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111432026-09-06T05:14:59.720Z
111442026-09-06T05:14:59.753Z Doc-tests nexus_switch_config
111452026-09-06T05:14:59.753Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d76e760adf61ffbd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-01849deb0fbe0b1a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.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`
111462026-09-06T05:15:00.024Z
111472026-09-06T05:15:00.024Zrunning 0 tests
111482026-09-06T05:15:00.024Z
111492026-09-06T05:15:00.024Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111502026-09-06T05:15:00.024Z
111512026-09-06T05:15:00.053Z Doc-tests nexus_switch_config_preparation
111522026-09-06T05:15:00.053Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7dad46870158de81.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-01849deb0fbe0b1a.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-e8a2ffaff36959fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.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`
111532026-09-06T05:15:00.434Z
111542026-09-06T05:15:00.434Zrunning 0 tests
111552026-09-06T05:15:00.434Z
111562026-09-06T05:15:00.435Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111572026-09-06T05:15:00.435Z
111582026-09-06T05:15:00.474Z Doc-tests nexus_test_interface
111592026-09-06T05:15:00.474Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-99a1b43c74aa57d0.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1e7ea785bb7786dd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-ac8505c9b4bb0ba7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
111602026-09-06T05:15:00.847Z
111612026-09-06T05:15:00.847Zrunning 0 tests
111622026-09-06T05:15:00.847Z
111632026-09-06T05:15:00.847Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111642026-09-06T05:15:00.847Z
111652026-09-06T05:15:00.886Z Doc-tests nexus_test_utils
111662026-09-06T05:15:00.890Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f4539e75f326c906.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-845bdb03a93c94c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-eb29bb7a1e50fc46.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1e7ea785bb7786dd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6e0a473cda8c3786.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f6cb9c5bc65b0453.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-30c777627fedb4fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-ac8505c9b4bb0ba7.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7daf0ce81eef524f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-6dee4d00c862a635.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-83d6a52ae2cee461.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-73dd7642e1e84148.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
111672026-09-06T05:15:01.401Z
111682026-09-06T05:15:01.402Zrunning 0 tests
111692026-09-06T05:15:01.402Z
111702026-09-06T05:15:01.402Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111712026-09-06T05:15:01.402Z
111722026-09-06T05:15:01.447Z Doc-tests nexus_test_utils_macros
111732026-09-06T05:15:01.447Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-20b464a727b623cc.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.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`
111742026-09-06T05:15:01.495Z
111752026-09-06T05:15:01.495Zrunning 1 test
111762026-09-06T05:15:01.499Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 62) ... ignored
111772026-09-06T05:15:01.499Z
111782026-09-06T05:15:01.499Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
111792026-09-06T05:15:01.499Z
111802026-09-06T05:15:01.504Z Doc-tests nexus_types
111812026-09-06T05:15:01.504Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d4a556f0be204d41.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-785a828ac739e272.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2e4dd57d9d069e85.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f6cb9c5bc65b0453.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-27ea8a765577bcba.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dbacb0f2e27d4b9e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-cfb695dce24a51dd.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6b9e86dcc690177e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-1891fd5697b32062.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c4650d4307bbc6b1.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
111822026-09-06T05:15:13.501Z
111832026-09-06T05:15:13.501Zrunning 4 tests
111842026-09-06T05:15:13.504Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 3330) ... ignored
111852026-09-06T05:15:13.504Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 3202) ... ignored
111862026-09-06T05:15:13.504Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 2040) ... ignored
111872026-09-06T05:15:13.510Ztest nexus/types/src/fm/ereport.rs - fm::ereport::EreportFilters (line 249) ... ok
111882026-09-06T05:15:13.510Z
111892026-09-06T05:15:13.510Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
111902026-09-06T05:15:13.510Z
111912026-09-06T05:15:13.538Zall doctests ran in 10.01s; merged doctests compilation took 9.96s
111922026-09-06T05:15:13.643Z Doc-tests nexus_types_versions
111932026-09-06T05:15:13.643Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d4a556f0be204d41.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9dc9b3a45e3b5107.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-090df685e7b2a59f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f6cb9c5bc65b0453.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-27ea8a765577bcba.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dbacb0f2e27d4b9e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-65eec1a66a5bc00f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c4650d4307bbc6b1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
111942026-09-06T05:15:16.643Z
111952026-09-06T05:15:16.643Zrunning 1 test
111962026-09-06T05:15:16.643Ztest nexus/types/versions/src/lib.rs - (line 17) ... ignored
111972026-09-06T05:15:16.643Z
111982026-09-06T05:15:16.647Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
111992026-09-06T05:15:16.647Z
112002026-09-06T05:15:16.648Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
112012026-09-06T05:15:16.753Z Doc-tests ntp_admin_api
112022026-09-06T05:15:16.753Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0e5422edd83f1644.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-3a6cb7ac30601e9f.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-d6c6cb057b1e8198.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.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`
112032026-09-06T05:15:17.245Z
112042026-09-06T05:15:17.245Zrunning 2 tests
112052026-09-06T05:15:17.245Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 31) ... ignored
112062026-09-06T05:15:17.245Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 37) ... ignored
112072026-09-06T05:15:17.245Z
112082026-09-06T05:15:17.245Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112092026-09-06T05:15:17.245Z
112102026-09-06T05:15:17.249Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
112112026-09-06T05:15:17.268Z Doc-tests ntp_admin_client
112122026-09-06T05:15:17.268Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1dbc576d48949507.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a2a96e07d42b36af.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.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`
112132026-09-06T05:15:17.414Z
112142026-09-06T05:15:17.414Zrunning 0 tests
112152026-09-06T05:15:17.414Z
112162026-09-06T05:15:17.414Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112172026-09-06T05:15:17.414Z
112182026-09-06T05:15:17.432Z Doc-tests ntp_admin_types
112192026-09-06T05:15:17.432Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-53eed4aca374d749.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-d6c6cb057b1e8198.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.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`
112202026-09-06T05:15:17.490Z
112212026-09-06T05:15:17.490Zrunning 0 tests
112222026-09-06T05:15:17.490Z
112232026-09-06T05:15:17.490Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112242026-09-06T05:15:17.490Z
112252026-09-06T05:15:17.501Z Doc-tests ntp_admin_types_versions
112262026-09-06T05:15:17.505Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d6c6cb057b1e8198.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.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`
112272026-09-06T05:15:17.947Z
112282026-09-06T05:15:17.947Zrunning 1 test
112292026-09-06T05:15:17.947Ztest ntp-admin/types/versions/src/lib.rs - (line 17) ... ignored
112302026-09-06T05:15:17.947Z
112312026-09-06T05:15:17.947Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112322026-09-06T05:15:17.947Z
112332026-09-06T05:15:17.951Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
112342026-09-06T05:15:17.965Z Doc-tests omicron_certificates
112352026-09-06T05:15:17.969Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-041ee7be0cc632ff.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-e9ff7f06b6c77ee5.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-403b7fdcc4d716fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-27ea8a765577bcba.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-17d4091e1e0174a0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-0660e732d6f148f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.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`
112362026-09-06T05:15:18.153Z
112372026-09-06T05:15:18.154Zrunning 0 tests
112382026-09-06T05:15:18.154Z
112392026-09-06T05:15:18.154Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112402026-09-06T05:15:18.154Z
112412026-09-06T05:15:18.177Z Doc-tests omicron_clickhouse_admin
112422026-09-06T05:15:18.178Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-0beeb620f79039cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-144de05544749447.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-75fe505b988f038e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-09570ab164c3c0ab.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-efb9c99b702e2a27.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-eac3f307fbee6531.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-aa1a86b23caa11a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
112432026-09-06T05:15:18.515Z
112442026-09-06T05:15:18.515Zrunning 0 tests
112452026-09-06T05:15:18.515Z
112462026-09-06T05:15:18.515Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112472026-09-06T05:15:18.515Z
112482026-09-06T05:15:18.549Z Doc-tests omicron_cockroach_admin
112492026-09-06T05:15:18.554Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-bb933ccd7306b65d.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-785a828ac739e272.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-2cac908b3a12a9f8.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-184964ca2713f5e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6e0a473cda8c3786.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-30c777627fedb4fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-eac3f307fbee6531.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.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`
112502026-09-06T05:15:18.810Z
112512026-09-06T05:15:18.810Zrunning 0 tests
112522026-09-06T05:15:18.810Z
112532026-09-06T05:15:18.810Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112542026-09-06T05:15:18.810Z
112552026-09-06T05:15:18.839Z Doc-tests omicron_cockroach_metrics
112562026-09-06T05:15:18.839Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1fb702ad2d0af3d9.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-785a828ac739e272.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bed4c6f13ac1ed92.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2643e4d549893588.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.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`
112572026-09-06T05:15:20.901Z
112582026-09-06T05:15:20.901Zrunning 1 test
112592026-09-06T05:15:20.905Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
112602026-09-06T05:15:20.905Z
112612026-09-06T05:15:20.905Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112622026-09-06T05:15:20.905Z
112632026-09-06T05:15:20.944Zall doctests ran in 1.91s; merged doctests compilation took 1.90s
112642026-09-06T05:15:20.947Z Doc-tests omicron_common
112652026-09-06T05:15:20.947Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-d4a556f0be204d41.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-66842ca924ea9165.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-3862f5034abeb9ab.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f76d13c7ea65e2fc.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-dfc3df3487d27210.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-83d6a52ae2cee461.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
112662026-09-06T05:15:26.320Z
112672026-09-06T05:15:26.320Zrunning 3 tests
112682026-09-06T05:15:26.323Ztest common/src/lib.rs - FileKv (line 36) ... ignored
112692026-09-06T05:15:26.327Ztest common/src/lib.rs - BytesToHexDebug (line 151) ... ok
112702026-09-06T05:15:26.327Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 619) ... ok
112712026-09-06T05:15:26.327Z
112722026-09-06T05:15:26.327Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
112732026-09-06T05:15:26.327Z
112742026-09-06T05:15:26.339Zall doctests ran in 4.68s; merged doctests compilation took 4.65s
112752026-09-06T05:15:26.395Z Doc-tests omicron_ddm_admin_client
112762026-09-06T05:15:26.395Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e20c05f8a86049af.rlib --extern ddm_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libddm_api_types_versions-20811cfdde16c291.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f76d13c7ea65e2fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
112772026-09-06T05:15:26.607Z
112782026-09-06T05:15:26.607Zrunning 0 tests
112792026-09-06T05:15:26.607Z
112802026-09-06T05:15:26.607Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112812026-09-06T05:15:26.607Z
112822026-09-06T05:15:26.633Z Doc-tests omicron_deployment_graph
112832026-09-06T05:15:26.633Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-74f358ff666e107a.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-00a37dac445b635d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.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`
112842026-09-06T05:15:26.689Z
112852026-09-06T05:15:26.689Zrunning 0 tests
112862026-09-06T05:15:26.689Z
112872026-09-06T05:15:26.689Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112882026-09-06T05:15:26.689Z
112892026-09-06T05:15:26.699Z Doc-tests omicron_dev_lib
112902026-09-06T05:15:26.699Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-34de0cd9290266be.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-ed23be5635d08f47.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.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`
112912026-09-06T05:15:26.991Z
112922026-09-06T05:15:26.991Zrunning 0 tests
112932026-09-06T05:15:26.991Z
112942026-09-06T05:15:26.991Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112952026-09-06T05:15:26.991Z
112962026-09-06T05:15:27.023Z Doc-tests omicron_gateway
112972026-09-06T05:15:27.026Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-4a58b18546361f93.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d42f277c1948752e.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-90a403bdef30f529.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-a86609f096ace540.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-db633cfe67d59fba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-078dbec28b332951.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d2739a3c93bf2b21.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-17ef698d7a77d9d0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.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`
112982026-09-06T05:15:27.515Z
112992026-09-06T05:15:27.515Zrunning 0 tests
113002026-09-06T05:15:27.515Z
113012026-09-06T05:15:27.515Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113022026-09-06T05:15:27.515Z
113032026-09-06T05:15:27.558Z Doc-tests omicron_generation_kinds
113042026-09-06T05:15:27.558Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-073d654b7a17cb95.rlib --extern oxide_generation=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation-62f55d4c840c5c86.rlib --extern oxide_generation_macros=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation_macros-13854ae79d2ea11e.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`
113052026-09-06T05:15:27.641Z
113062026-09-06T05:15:27.641Zrunning 0 tests
113072026-09-06T05:15:27.641Z
113082026-09-06T05:15:27.641Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113092026-09-06T05:15:27.641Z
113102026-09-06T05:15:27.654Z Doc-tests omicron_git_version
113112026-09-06T05:15:27.654Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bdd2f0b3183278c0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.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`
113122026-09-06T05:15:27.722Z
113132026-09-06T05:15:27.722Zrunning 0 tests
113142026-09-06T05:15:27.722Z
113152026-09-06T05:15:27.722Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113162026-09-06T05:15:27.722Z
113172026-09-06T05:15:27.732Z Doc-tests omicron_ledger
113182026-09-06T05:15:27.732Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5cd0b75c991b5f54.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.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`
113192026-09-06T05:15:27.809Z
113202026-09-06T05:15:27.809Zrunning 0 tests
113212026-09-06T05:15:27.809Z
113222026-09-06T05:15:27.809Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113232026-09-06T05:15:27.809Z
113242026-09-06T05:15:27.822Z Doc-tests omicron_ls_apis
113252026-09-06T05:15:27.825Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0d045b05607e7973.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-00a37dac445b635d.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-e9317d1dc2e663f2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-31df7d7f74ccca7d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3c25b49746f1e0c4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.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`
113262026-09-06T05:15:28.015Z
113272026-09-06T05:15:28.015Zrunning 0 tests
113282026-09-06T05:15:28.015Z
113292026-09-06T05:15:28.015Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113302026-09-06T05:15:28.015Z
113312026-09-06T05:15:28.036Z Doc-tests omicron_nexus
113322026-09-06T05:15:28.040Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-87380c81a3160dfb.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-72c29cb0b9caf29f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f8457d0dcd58b8ab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-c08d06f2f10a90f9.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-1fcf2ea8a8849328.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-021772907a58f31c.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1fb702ad2d0af3d9.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0481bc443d456d6a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f4539e75f326c906.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-2707fd2b4d62d727.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-50b668b5a7d16314.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4faab88579d4cf74.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9ff8d5d4a4e714f8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-845bdb03a93c94c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8ede2e89983ddf1f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-5241763e0537959b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-eb29bb7a1e50fc46.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1735f513b70e889a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-097a85ab0a0b0e4b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-38988309ba28d459.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1a47a5a0db9c07c5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-08a83ca5341a4fd4.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7eeeaf6739a67736.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-4b778ed7c17d17c4.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-fd344a606b99136f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9dc9b3a45e3b5107.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-090df685e7b2a59f.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-0cabc3597d330a92.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-a096fb1e87e9cad9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-0610f7bcbe09bfed.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-feffbc15b032cc1b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-43b0e1a671b876a7.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-8c0d0bd8c12a803d.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-37da8439eeda66b5.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-fa00b621cade5da0.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-8991bf789b2318ef.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-397ae362e62ee53c.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-ed1f8ec29ce83f9a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5fcefaba031f2533.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-f0931db5cc77db11.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-239b5a680ba97f88.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-4cf9f9bdc8bb11f7.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e42087d8dcff9f6a.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-01849deb0fbe0b1a.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-e8a2ffaff36959fb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-1e7ea785bb7786dd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6e0a473cda8c3786.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-20b464a727b623cc.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-f6cb9c5bc65b0453.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a2a96e07d42b36af.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-bed4c6f13ac1ed92.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-ac8505c9b4bb0ba7.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f4428bb888629863.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7daf0ce81eef524f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-eac3f307fbee6531.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-27ea8a765577bcba.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c892d145af9613d7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1a057dc0ed01997.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-6dee4d00c862a635.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-078dbec28b332951.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dbacb0f2e27d4b9e.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2643e4d549893588.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3c25b49746f1e0c4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f76d13c7ea65e2fc.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-dfc3df3487d27210.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8b5e1eae61d347b3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c68ddfa123e400fc.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-6a13fda83f39c472.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-0660e732d6f148f8.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-cfb695dce24a51dd.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b784691f215b8431.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9c5016636d373d10.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-864a0b1cdf85cb0b.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-671378e94da216c3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-31cb6a071379b6dc.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-246b5fd5aaff164e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-83d6a52ae2cee461.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6331658d236cc073.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-6b9e86dcc690177e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-c72399686e750dfc.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-552d575f49541a91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-73dd7642e1e84148.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3f54d5bc532f3b5e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="multicast"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "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`
113332026-09-06T05:15:38.657Z
113342026-09-06T05:15:38.657Zrunning 5 tests
113352026-09-06T05:15:38.660Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 260) ... ignored
113362026-09-06T05:15:38.663Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1000) ... ok
113372026-09-06T05:15:38.667Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1022) ... ok
113382026-09-06T05:15:38.670Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1094) ... ok
113392026-09-06T05:15:38.670Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1064) ... ok
113402026-09-06T05:15:38.670Z
113412026-09-06T05:15:38.670Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
113422026-09-06T05:15:38.670Z
113432026-09-06T05:15:38.684Zall doctests ran in 8.61s; merged doctests compilation took 8.58s
113442026-09-06T05:15:38.808Z Doc-tests omicron_ntp_admin
113452026-09-06T05:15:38.808Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6e0a473cda8c3786.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-3a6cb7ac30601e9f.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-53eed4aca374d749.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-bae00d0034150154.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-eac3f307fbee6531.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.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`
113462026-09-06T05:15:39.025Z
113472026-09-06T05:15:39.025Zrunning 1 test
113482026-09-06T05:15:39.028Ztest ntp-admin/src/http_entrypoints.rs - http_entrypoints::compute_max_error (line 152) ... ignored
113492026-09-06T05:15:39.028Z
113502026-09-06T05:15:39.028Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
113512026-09-06T05:15:39.028Z
113522026-09-06T05:15:39.054Z Doc-tests omicron_package
113532026-09-06T05:15:39.057Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0d045b05607e7973.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-9f43d251fd38fac6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-c139b297c45eb208.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-31df7d7f74ccca7d.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3c25b49746f1e0c4.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7d9da0146ff0663d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c2901919ee2e8ca8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.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`
113542026-09-06T05:15:39.210Z
113552026-09-06T05:15:39.210Zrunning 0 tests
113562026-09-06T05:15:39.210Z
113572026-09-06T05:15:39.210Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113582026-09-06T05:15:39.210Z
113592026-09-06T05:15:39.228Z Doc-tests omicron_passwords
113602026-09-06T05:15:39.228Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-820dac235eef9c6f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0481bc443d456d6a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-9896b4076d354df8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.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`
113612026-09-06T05:15:39.316Z
113622026-09-06T05:15:39.316Zrunning 0 tests
113632026-09-06T05:15:39.316Z
113642026-09-06T05:15:39.316Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113652026-09-06T05:15:39.316Z
113662026-09-06T05:15:39.328Z Doc-tests omicron_pins
113672026-09-06T05:15:39.329Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-0d045b05607e7973.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-af4e1f320a1964c2.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-fafd0b142932c105.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a92d0200c751d76.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`
113682026-09-06T05:15:39.388Z
113692026-09-06T05:15:39.388Zrunning 0 tests
113702026-09-06T05:15:39.388Z
113712026-09-06T05:15:39.388Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113722026-09-06T05:15:39.388Z
113732026-09-06T05:15:39.397Z Doc-tests omicron_repl_utils
113742026-09-06T05:15:39.397Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-1375009a88c839ac.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9f3b96fd83c18269.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.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`
113752026-09-06T05:15:39.453Z
113762026-09-06T05:15:39.453Zrunning 0 tests
113772026-09-06T05:15:39.453Z
113782026-09-06T05:15:39.453Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113792026-09-06T05:15:39.453Z
113802026-09-06T05:15:39.462Z Doc-tests omicron_rpaths
113812026-09-06T05:15:39.462Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-016259344af6d2df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.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`
113822026-09-06T05:15:39.506Z
113832026-09-06T05:15:39.506Zrunning 0 tests
113842026-09-06T05:15:39.506Z
113852026-09-06T05:15:39.509Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113862026-09-06T05:15:39.509Z
113872026-09-06T05:15:39.515Z Doc-tests omicron_sled_agent
113882026-09-06T05:15:39.518Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5cd0b75c991b5f54.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b48bf31695346c76.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-18ca14da5b381b67.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f8457d0dcd58b8ab.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f4539e75f326c906.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-25036e9e5d1003cd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-2c70e85fc4a707ac.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-2f18a9c05847a72a.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-3a7ec40eb5524455.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-7eeeaf6739a67736.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bd9bae2764d9487e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d545c00f0329cf45.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-514a1c3556ddd554.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-7daf0ce81eef524f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-3eb1d87043273097.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-078dbec28b332951.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8b5e1eae61d347b3.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ba7f093ea5cfc914.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-33c3a05658a36d80.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c68ddfa123e400fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-313dde0812a8d7b3.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-31c85b1d600d0fad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-da178014ceb3871f.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e1da6cbb2daebd0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-3ee2f5b4a7fc3242.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-8282f73cd626cc67.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e962a30d80a795bb.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-f0e004dd66d5ebdf.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-1eb5c1bcae6809bb.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a168df2d69a81aae.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-e5eb16d9dcccf0ca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1bc27ff7acc6f210.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7d9da0146ff0663d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b7fd3a5c5fc125f2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d91132846617bdad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-73dd7642e1e84148.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-687bf1628a811911.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-b3c4414193f344d3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-232b3b7d175167a3.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-5ff531196b820e01.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d38d1c5679f86662.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`
113892026-09-06T05:15:40.524Z
113902026-09-06T05:15:40.524Zrunning 0 tests
113912026-09-06T05:15:40.524Z
113922026-09-06T05:15:40.524Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113932026-09-06T05:15:40.524Z
113942026-09-06T05:15:40.589Z Doc-tests omicron_test_utils
113952026-09-06T05:15:40.589Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-5cd0b75c991b5f54.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1660e7efe415f875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a56d8f6db8a882b5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-eb29bb7a1e50fc46.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b0489c601b6e28df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-ac8505c9b4bb0ba7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern port_file=/work/oxidecomputer/omicron/target/debug/deps/libport_file-faa086012f004c7e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-0660e732d6f148f8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9c5016636d373d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.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`
113962026-09-06T05:15:51.865Z
113972026-09-06T05:15:51.865Zrunning 2 tests
113982026-09-06T05:15:51.878Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 280) ... ok
113992026-09-06T05:15:51.881Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 223) ... ok
114002026-09-06T05:15:51.881Z
114012026-09-06T05:15:51.881Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
114022026-09-06T05:15:51.881Z
114032026-09-06T05:15:51.910Z
114042026-09-06T05:15:51.910Zrunning 1 test
114052026-09-06T05:15:51.913Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 268) ... ignored
114062026-09-06T05:15:51.913Z
114072026-09-06T05:15:51.914Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
114082026-09-06T05:15:51.914Z
114092026-09-06T05:15:51.914Zall doctests ran in 10.95s; merged doctests compilation took 10.90s
114102026-09-06T05:15:51.962Z Doc-tests omicron_uuid_kinds
114112026-09-06T05:15:51.965Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-34305e796e1000e1.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2e4dd57d9d069e85.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-2ad77b5035089002.so --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.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`
114122026-09-06T05:15:52.093Z
114132026-09-06T05:15:52.093Zrunning 0 tests
114142026-09-06T05:15:52.093Z
114152026-09-06T05:15:52.093Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114162026-09-06T05:15:52.093Z
114172026-09-06T05:15:52.107Z Doc-tests omicron_workspace_hack
114182026-09-06T05:15:52.111Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c3cd73423833103c.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4d512d89878f7582.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-d452ffa5c230b577.rlib --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9cd689f69844f1e3.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2d39fdcb5ad29c9c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4c5cc81598cfc878.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5bf4110dad6990d2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-068dfff8328f54ea.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7778b2c120dae7c9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-72c29cb0b9caf29f.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-6fccdabade519cfc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-ffbacc6bf6aba88f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-5cb056e0e8f66d30.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5bc1e6bcab7b1ef7.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4411b8b43effe66a.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ecba080b60497653.rlib --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-6e15412a797c7768.rlib --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-489a3e86b67528ad.rlib --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-98c1d35ffadfca28.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-d62d3fd36671cf4c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9ddfc7fdd943ec11.rlib --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bc9d8fbf105a8ad5.rlib --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a413f0294aaf4ede.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-be52a432e28e1f4a.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-b3033433681ff1d6.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-11a858384f032b38.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8c395e49d1d76c83.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-90d16be16b2e9986.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-68f194859b7edcdf.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-de4a629348265e83.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-e629db66f6534af6.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-af4e1f320a1964c2.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-37780afbbf43cfe2.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-e9bf281b80a8ae2f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-56ba56fd0685d2ba.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-c6b4072429865da7.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-8ceb6120c38abc55.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d9efdf203d541fee.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-26e41125ecc3049d.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-36ecfb77bd7bffd6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a6266451580c1066.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1735f513b70e889a.rlib --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-861ef94b712e61a6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-08a83ca5341a4fd4.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-e86dda8690586feb.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-471084262862a4ce.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-047e7fe790b98111.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-59401b81e5051c39.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rlib --extern itertools_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bfdf9c0510cd7581.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-4b778ed7c17d17c4.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-2d5dd7f0667631d7.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-83ba731ed86a99c8.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rlib --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-c892faf842f430bb.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-983b6e44ae6bc467.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c579f18f659a3e39.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2e4dd57d9d069e85.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-514a1c3556ddd554.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-6ce0507fed41c82e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-a88b8f4b883320f1.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-506ef61930680291.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-180e248484d7639b.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c61a3e1c936176b5.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-3c25b49746f1e0c4.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cef88d9fac5ef585.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-744bae1eb03ba021.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-960b6961da679dd3.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-75dc4484a4e65dd6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7bc99b808c509d91.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c0aa426286529a06.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5a1cb615d1ac708d.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-04f3aa5be186a221.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-005b50cdeb71d655.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-4b088514dcb33952.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-b784691f215b8431.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-9c5016636d373d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-22cd1c92ad71623d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fb9e1443cb408f12.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-09cdbd4e28a061ab.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f9aa91a12ebae5d8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6fde902a2eb58e5a.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d3cc4aedaf24528b.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-8c9b6587621e06e4.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-1891fd5697b32062.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc39271ab6a26ff.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-544fde5022a346b0.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-14b2c229b6613ed9.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-7c67267be4119dab.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-ca8c77f56f546c48.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a92d0200c751d76.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-9110c4e405265507.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c4650d4307bbc6b1.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-58b5abb98951e684.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6517a2de646412f6.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-ea86a1779b557491.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-89aa95606302e5ed.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfaf08314bac8cdb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-232b3b7d175167a3.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-0762409d2eb35a22.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.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`
114192026-09-06T05:15:52.144Z
114202026-09-06T05:15:52.144Zrunning 0 tests
114212026-09-06T05:15:52.144Z
114222026-09-06T05:15:52.147Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114232026-09-06T05:15:52.147Z
114242026-09-06T05:15:52.151Z Doc-tests oxide_client
114252026-09-06T05:15:52.151Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c892d145af9613d7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f76d13c7ea65e2fc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
114262026-09-06T05:15:56.806Z
114272026-09-06T05:15:56.806Zrunning 317 tests
114282026-09-06T05:15:56.806Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
114292026-09-06T05:15:56.806Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
114302026-09-06T05:15:56.806Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
114312026-09-06T05:15:56.806Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
114322026-09-06T05:15:56.806Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
114332026-09-06T05:15:56.806Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
114342026-09-06T05:15:56.806Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
114352026-09-06T05:15:56.806Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
114362026-09-06T05:15:56.806Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
114372026-09-06T05:15:56.806Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
114382026-09-06T05:15:56.806Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 27) ... ignored
114392026-09-06T05:15:56.806Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
114402026-09-06T05:15:56.806Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
114412026-09-06T05:15:56.806Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
114422026-09-06T05:15:56.806Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
114432026-09-06T05:15:56.806Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
114442026-09-06T05:15:56.811Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
114452026-09-06T05:15:56.811Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
114462026-09-06T05:15:56.811Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
114472026-09-06T05:15:56.811Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
114482026-09-06T05:15:56.811Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
114492026-09-06T05:15:56.811Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
114502026-09-06T05:15:56.811Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
114512026-09-06T05:15:56.811Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
114522026-09-06T05:15:56.811Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
114532026-09-06T05:15:56.811Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
114542026-09-06T05:15:56.811Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
114552026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
114562026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
114572026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
114582026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
114592026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
114602026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
114612026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
114622026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
114632026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
114642026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
114652026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_join (line 32) ... ignored
114662026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_leave (line 27) ... ignored
114672026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_list (line 29) ... ignored
114682026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_list (line 27) ... ignored
114692026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_member_list (line 30) ... ignored
114702026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_view (line 27) ... ignored
114712026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
114722026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
114732026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
114742026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
114752026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_abort (line 27) ... ignored
114762026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_add_sleds (line 26) ... ignored
114772026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_status (line 25) ... ignored
114782026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
114792026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_attach (line 27) ... ignored
114802026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_create (line 26) ... ignored
114812026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_delete (line 26) ... ignored
114822026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_detach (line 26) ... ignored
114832026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_list (line 28) ... ignored
114842026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_update (line 27) ... ignored
114852026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_view (line 26) ... ignored
114862026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
114872026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 28) ... ignored
114882026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
114892026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
114902026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
114912026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
114922026-09-06T05:15:56.812Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
114932026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
114942026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
114952026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
114962026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
114972026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
114982026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
114992026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
115002026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
115012026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
115022026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
115032026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
115042026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
115052026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
115062026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 31) ... ignored
115072026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
115082026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_subnet_list (line 26) ... ignored
115092026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
115102026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
115112026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
115122026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
115132026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
115142026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
115152026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
115162026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
115172026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
115182026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
115192026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
115202026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
115212026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
115222026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
115232026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_list (line 29) ... ignored
115242026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_view (line 25) ... ignored
115252026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
115262026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
115272026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
115282026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
115292026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
115302026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
115312026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
115322026-09-06T05:15:56.813Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
115332026-09-06T05:15:56.814Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
115342026-09-06T05:15:56.814Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
115352026-09-06T05:15:56.814Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
115362026-09-06T05:15:56.814Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
115372026-09-06T05:15:56.814Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
115382026-09-06T05:15:56.814Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
115392026-09-06T05:15:56.814Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
115402026-09-06T05:15:56.814Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
115412026-09-06T05:15:56.814Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
115422026-09-06T05:15:56.814Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
115432026-09-06T05:15:56.814Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
115442026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
115452026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
115462026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
115472026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
115482026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
115492026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
115502026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
115512026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
115522026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
115532026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
115542026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
115552026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
115562026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
115572026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_list (line 27) ... ignored
115582026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_view (line 25) ... ignored
115592026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
115602026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
115612026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
115622026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_list (line 40) ... ignored
115632026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
115642026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
115652026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
115662026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
115672026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
115682026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
115692026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_view (line 25) ... ignored
115702026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
115712026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
115722026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
115732026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
115742026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
115752026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
115762026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
115772026-09-06T05:15:56.818Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
115782026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
115792026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
115802026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_disable_adoption (line 25) ... ignored
115812026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_enable_adoption (line 23) ... ignored
115822026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
115832026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list_adoption_requests (line 27) ... ignored
115842026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list_unadopted (line 26) ... ignored
115852026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
115862026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
115872026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
115882026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
115892026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
115902026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
115912026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
115922026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
115932026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
115942026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
115952026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
115962026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_assign (line 26) ... ignored
115972026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_create (line 23) ... ignored
115982026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_delete (line 25) ... ignored
115992026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_list (line 30) ... ignored
116002026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_add (line 30) ... ignored
116012026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_list (line 29) ... ignored
116022026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_remove (line 26) ... ignored
116032026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_link (line 28) ... ignored
116042026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_list (line 28) ... ignored
116052026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_unlink (line 25) ... ignored
116062026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_update (line 25) ... ignored
116072026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_update (line 26) ... ignored
116082026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_utilization_view (line 25) ... ignored
116092026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_view (line 25) ... ignored
116102026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
116112026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
116122026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
116132026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
116142026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
116152026-09-06T05:15:56.819Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
116162026-09-06T05:15:56.820Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
116172026-09-06T05:15:56.820Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
116182026-09-06T05:15:56.820Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
116192026-09-06T05:15:56.820Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
116202026-09-06T05:15:56.820Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
116212026-09-06T05:15:56.820Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
116222026-09-06T05:15:56.820Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
116232026-09-06T05:15:56.820Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
116242026-09-06T05:15:56.820Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
116252026-09-06T05:15:56.820Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
116262026-09-06T05:15:56.820Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
116272026-09-06T05:15:56.820Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
116282026-09-06T05:15:56.820Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
116292026-09-06T05:15:56.820Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
116302026-09-06T05:15:56.820Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_update (line 28) ... ignored
116312026-09-06T05:15:56.820Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
116322026-09-06T05:15:56.820Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported (line 25) ... ignored
116332026-09-06T05:15:56.820Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
116342026-09-06T05:15:56.820Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
116352026-09-06T05:15:56.820Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
116362026-09-06T05:15:56.820Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
116372026-09-06T05:15:56.820Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
116382026-09-06T05:15:56.820Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
116392026-09-06T05:15:56.820Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
116402026-09-06T05:15:56.820Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
116412026-09-06T05:15:56.820Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
116422026-09-06T05:15:56.820Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
116432026-09-06T05:15:56.820Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
116442026-09-06T05:15:56.824Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
116452026-09-06T05:15:56.824Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
116462026-09-06T05:15:56.824Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
116472026-09-06T05:15:56.824Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::system_networking_settings_update (line 23) ... ignored
116482026-09-06T05:15:56.824Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::system_networking_settings_view (line 23) ... ignored
116492026-09-06T05:15:56.824Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
116502026-09-06T05:15:56.824Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
116512026-09-06T05:15:56.824Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
116522026-09-06T05:15:56.824Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
116532026-09-06T05:15:56.824Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
116542026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_create (line 27) ... ignored
116552026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_delete (line 28) ... ignored
116562026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_list (line 27) ... ignored
116572026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_view (line 28) ... ignored
116582026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
116592026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
116602026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
116612026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
116622026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
116632026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
116642026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
116652026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
116662026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
116672026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_subnet_pool_list (line 28) ... ignored
116682026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
116692026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
116702026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
116712026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
116722026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
116732026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
116742026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
116752026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
116762026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
116772026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_create (line 23) ... ignored
116782026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_delete (line 25) ... ignored
116792026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_list (line 27) ... ignored
116802026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_add (line 26) ... ignored
116812026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_list (line 27) ... ignored
116822026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_remove (line 26) ... ignored
116832026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_link (line 26) ... ignored
116842026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_list (line 28) ... ignored
116852026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_unlink (line 26) ... ignored
116862026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_update (line 27) ... ignored
116872026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_update (line 26) ... ignored
116882026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_utilization_view (line 25) ... ignored
116892026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_view (line 25) ... ignored
116902026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_create (line 23) ... ignored
116912026-09-06T05:15:56.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_delete (line 27) ... ignored
116922026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_download (line 28) ... ignored
116932026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_download_file (line 29) ... ignored
116942026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_head (line 28) ... ignored
116952026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_head_file (line 29) ... ignored
116962026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_index (line 28) ... ignored
116972026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_list (line 27) ... ignored
116982026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_update (line 26) ... ignored
116992026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_view (line 25) ... ignored
117002026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_recovery_finish (line 31) ... ignored
117012026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_list (line 29) ... ignored
117022026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_upload (line 28) ... ignored
117032026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_view (line 25) ... ignored
117042026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_status (line 25) ... ignored
117052026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
117062026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
117072026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
117082026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
117092026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
117102026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
117112026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
117122026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
117132026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
117142026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
117152026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
117162026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
117172026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
117182026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
117192026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
117202026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
117212026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
117222026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
117232026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
117242026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
117252026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
117262026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
117272026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
117282026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
117292026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
117302026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
117312026-09-06T05:15:56.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
117322026-09-06T05:15:56.827Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
117332026-09-06T05:15:56.827Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
117342026-09-06T05:15:56.827Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
117352026-09-06T05:15:56.827Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
117362026-09-06T05:15:56.827Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
117372026-09-06T05:15:56.827Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
117382026-09-06T05:15:56.827Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
117392026-09-06T05:15:56.827Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
117402026-09-06T05:15:56.827Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
117412026-09-06T05:15:56.827Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
117422026-09-06T05:15:56.827Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
117432026-09-06T05:15:56.827Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
117442026-09-06T05:15:56.830Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
117452026-09-06T05:15:56.830Z
117462026-09-06T05:15:56.830Ztest result: ok. 0 passed; 0 failed; 317 ignored; 0 measured; 0 filtered out; finished in 0.00s
117472026-09-06T05:15:56.830Z
117482026-09-06T05:15:56.830Zall doctests ran in 0.59s; merged doctests compilation took 0.59s
117492026-09-06T05:15:56.929Z Doc-tests oximeter
117502026-09-06T05:15:56.929Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f6c79ae6259a5610.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-2961f3b4263f890a.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-8c2850e3de13eb80.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b5bf1bec9b7e321.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
117512026-09-06T05:16:02.052Z
117522026-09-06T05:16:02.052Zrunning 2 tests
117532026-09-06T05:16:02.055Ztest oximeter/oximeter/src/lib.rs - (line 109) ... ignored
117542026-09-06T05:16:02.058Ztest oximeter/oximeter/src/lib.rs - (line 116) ... ok
117552026-09-06T05:16:02.058Z
117562026-09-06T05:16:02.058Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
117572026-09-06T05:16:02.058Z
117582026-09-06T05:16:02.068Zall doctests ran in 4.92s; merged doctests compilation took 4.90s
117592026-09-06T05:16:02.106Z Doc-tests oximeter_api
117602026-09-06T05:16:02.106Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0e5422edd83f1644.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-89c3e96ea2e045b8.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-e03513e3337df9b6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.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`
117612026-09-06T05:16:02.656Z
117622026-09-06T05:16:02.656Zrunning 2 tests
117632026-09-06T05:16:02.656Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 49) ... ignored
117642026-09-06T05:16:02.656Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 55) ... ignored
117652026-09-06T05:16:02.656Z
117662026-09-06T05:16:02.660Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
117672026-09-06T05:16:02.660Z
117682026-09-06T05:16:02.660Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
117692026-09-06T05:16:02.687Z Doc-tests oximeter_client
117702026-09-06T05:16:02.687Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1dbc576d48949507.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1a057dc0ed01997.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
117712026-09-06T05:16:02.958Z
117722026-09-06T05:16:02.958Zrunning 0 tests
117732026-09-06T05:16:02.958Z
117742026-09-06T05:16:02.962Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117752026-09-06T05:16:02.962Z
117762026-09-06T05:16:02.988Z Doc-tests oximeter_collector
117772026-09-06T05:16:02.988Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-097a85ab0a0b0e4b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-eac3f307fbee6531.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-89c3e96ea2e045b8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f1a057dc0ed01997.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-6dee4d00c862a635.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-aa1a86b23caa11a5.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b5bf1bec9b7e321.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
117782026-09-06T05:16:03.454Z
117792026-09-06T05:16:03.454Zrunning 0 tests
117802026-09-06T05:16:03.454Z
117812026-09-06T05:16:03.454Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117822026-09-06T05:16:03.454Z
117832026-09-06T05:16:03.498Z Doc-tests oximeter_db
117842026-09-06T05:16:03.498Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-5c0ee7fa9585895d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-0beeb620f79039cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-93272a11526a4f93.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-09570ab164c3c0ab.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0481bc443d456d6a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c47b3698c65ef3f8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a56d8f6db8a882b5.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-2b71e00ec99e58ba.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-6720234346448ed9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-8256226b95f39eec.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-aa1a86b23caa11a5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dbacb0f2e27d4b9e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-36194b25daf63336.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-42c596e0b6620d32.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9f3b96fd83c18269.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-c2405faba874a528.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b2fa8947fafeaf5a.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-335893ab24d2c117.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-2bbcb38d45330084.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-aacdcb2578fd543d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
117852026-09-06T05:16:04.553Z
117862026-09-06T05:16:04.553Zrunning 3 tests
117872026-09-06T05:16:04.553Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 69) ... ignored
117882026-09-06T05:16:04.553Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 76) ... ignored
117892026-09-06T05:16:04.553Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 82) ... ignored
117902026-09-06T05:16:04.553Z
117912026-09-06T05:16:04.553Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
117922026-09-06T05:16:04.553Z
117932026-09-06T05:16:04.557Z
117942026-09-06T05:16:04.557Zrunning 2 tests
117952026-09-06T05:16:04.557Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 216) ... ignored
117962026-09-06T05:16:04.557Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 51) ... ignored
117972026-09-06T05:16:04.557Z
117982026-09-06T05:16:04.557Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
117992026-09-06T05:16:04.557Z
118002026-09-06T05:16:04.557Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
118012026-09-06T05:16:04.607Z Doc-tests oximeter_instruments
118022026-09-06T05:16:04.607Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-9ef3e5997f6d18f2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-078dbec28b332951.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
118032026-09-06T05:16:04.987Z
118042026-09-06T05:16:04.987Zrunning 0 tests
118052026-09-06T05:16:04.988Z
118062026-09-06T05:16:04.988Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118072026-09-06T05:16:04.988Z
118082026-09-06T05:16:05.026Z Doc-tests oximeter_macro_impl
118092026-09-06T05:16:05.026Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f550030f77affb04.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f6c79ae6259a5610.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.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`
118102026-09-06T05:16:05.079Z
118112026-09-06T05:16:05.079Zrunning 0 tests
118122026-09-06T05:16:05.079Z
118132026-09-06T05:16:05.079Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118142026-09-06T05:16:05.079Z
118152026-09-06T05:16:05.087Z Doc-tests oximeter_producer
118162026-09-06T05:16:05.087Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-52209c7cade61421.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-5de877b6c9887eab.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-52cd6236e1619fcc.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-f9273e9378fb10f7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
118172026-09-06T05:16:05.428Z
118182026-09-06T05:16:05.428Zrunning 0 tests
118192026-09-06T05:16:05.428Z
118202026-09-06T05:16:05.428Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118212026-09-06T05:16:05.428Z
118222026-09-06T05:16:05.463Z Doc-tests oximeter_producer_api
118232026-09-06T05:16:05.463Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0e5422edd83f1644.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-f9273e9378fb10f7.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-e03513e3337df9b6.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`
118242026-09-06T05:16:05.996Z
118252026-09-06T05:16:05.996Zrunning 2 tests
118262026-09-06T05:16:05.996Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::api_description (line 23) ... ignored
118272026-09-06T05:16:05.996Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::stub_api_description (line 29) ... ignored
118282026-09-06T05:16:05.996Z
118292026-09-06T05:16:05.996Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
118302026-09-06T05:16:05.996Z
118312026-09-06T05:16:06.000Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
118322026-09-06T05:16:06.025Z Doc-tests oximeter_schema
118332026-09-06T05:16:06.025Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-2961f3b4263f890a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b5bf1bec9b7e321.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.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`
118342026-09-06T05:16:06.249Z
118352026-09-06T05:16:06.249Zrunning 0 tests
118362026-09-06T05:16:06.249Z
118372026-09-06T05:16:06.249Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118382026-09-06T05:16:06.250Z
118392026-09-06T05:16:06.272Z Doc-tests oximeter_test_utils
118402026-09-06T05:16:06.272Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-09570ab164c3c0ab.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-95b503bcb768468f.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f6c79ae6259a5610.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-aa1a86b23caa11a5.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b5bf1bec9b7e321.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
118412026-09-06T05:16:06.621Z
118422026-09-06T05:16:06.621Zrunning 0 tests
118432026-09-06T05:16:06.621Z
118442026-09-06T05:16:06.621Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118452026-09-06T05:16:06.621Z
118462026-09-06T05:16:06.657Z Doc-tests oximeter_timeseries_macro
118472026-09-06T05:16:06.657Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f550030f77affb04.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ce375b42652af637.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-8c2850e3de13eb80.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-721f275fd8e4e8dd.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.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`
118482026-09-06T05:16:06.832Z
118492026-09-06T05:16:06.832Zrunning 0 tests
118502026-09-06T05:16:06.832Z
118512026-09-06T05:16:06.832Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118522026-09-06T05:16:06.832Z
118532026-09-06T05:16:06.857Z Doc-tests oximeter_types
118542026-09-06T05:16:06.860Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bae629aae9bb55a7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-0481bc443d456d6a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f6c79ae6259a5610.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b5bf1bec9b7e321.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-e03513e3337df9b6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-58796bcb6f0779ea.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-0134490ff4e069b3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
118552026-09-06T05:16:07.505Z
118562026-09-06T05:16:07.505Zrunning 11 tests
118572026-09-06T05:16:07.912Ztest oximeter/types/src/traits.rs - traits (line 37) - compile fail ... ok
118582026-09-06T05:16:07.916Ztest oximeter/types/src/traits.rs - traits (line 81) - compile fail ... ok
118592026-09-06T05:16:12.700Ztest oximeter/types/src/quantile.rs - quantile (line 18) ... ok
118602026-09-06T05:16:12.868Ztest oximeter/types/src/quantile.rs - quantile (line 7) ... ok
118612026-09-06T05:16:12.962Ztest oximeter/types/src/quantile.rs - quantile (line 31) ... ok
118622026-09-06T05:16:13.024Ztest oximeter/types/src/histogram.rs - histogram (line 19) ... ok
118632026-09-06T05:16:13.024Ztest oximeter/types/src/traits.rs - traits (line 56) ... ok
118642026-09-06T05:16:13.059Ztest oximeter/types/src/quantile.rs - quantile (line 43) ... ok
118652026-09-06T05:16:13.059Ztest oximeter/types/src/traits.rs - traits (line 7) ... ok
118662026-09-06T05:16:13.079Ztest oximeter/types/src/histogram.rs - histogram (line 7) ... ok
118672026-09-06T05:16:15.967Ztest oximeter/types/src/traits.rs - traits (line 94) ... ok
118682026-09-06T05:16:15.967Z
118692026-09-06T05:16:15.967Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.46s
118702026-09-06T05:16:15.967Z
118712026-09-06T05:16:15.970Zall doctests ran in 8.93s; merged doctests compilation took 0.47s
118722026-09-06T05:16:15.998Z Doc-tests oximeter_types_versions
118732026-09-06T05:16:15.998Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bae629aae9bb55a7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-79d3b7b3468d6e84.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-e03513e3337df9b6.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-3e99e4f8011c7e2d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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-06T05:16:16.778Z
118752026-09-06T05:16:16.778Zrunning 1 test
118762026-09-06T05:16:16.778Ztest oximeter/types/versions/src/lib.rs - (line 17) ... ignored
118772026-09-06T05:16:16.778Z
118782026-09-06T05:16:16.779Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
118792026-09-06T05:16:16.779Z
118802026-09-06T05:16:16.783Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
118812026-09-06T05:16:16.817Z Doc-tests oxlog
118822026-09-06T05:16:16.818Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-d2d47117863a0312.rlib --extern illumos_nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair_sys-6e3d3a6dfa5b96c8.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-4b778ed7c17d17c4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-7a9b68eb753bfcf8.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a427c35112adb2ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
118832026-09-06T05:16:16.868Z
118842026-09-06T05:16:16.868Zrunning 0 tests
118852026-09-06T05:16:16.868Z
118862026-09-06T05:16:16.868Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118872026-09-06T05:16:16.868Z
118882026-09-06T05:16:16.877Z Doc-tests oxql_types
118892026-09-06T05:16:16.880Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-2b71e00ec99e58ba.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6b5bf1bec9b7e321.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-dbacb0f2e27d4b9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
118902026-09-06T05:16:17.136Z
118912026-09-06T05:16:17.136Zrunning 0 tests
118922026-09-06T05:16:17.136Z
118932026-09-06T05:16:17.136Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118942026-09-06T05:16:17.136Z
118952026-09-06T05:16:17.164Z Doc-tests parallel_task_set
118962026-09-06T05:16:17.165Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f550030f77affb04.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2643e4d549893588.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.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`
118972026-09-06T05:16:17.213Z
118982026-09-06T05:16:17.213Zrunning 0 tests
118992026-09-06T05:16:17.213Z
119002026-09-06T05:16:17.213Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119012026-09-06T05:16:17.213Z
119022026-09-06T05:16:17.221Z Doc-tests rack_init_config
119032026-09-06T05:16:17.221Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d0f787ce8906f2e0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern rack_init_config=/work/oxidecomputer/omicron/target/debug/deps/librack_init_config-400653c46977c874.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-1eb5c1bcae6809bb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.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`
119042026-09-06T05:16:17.417Z
119052026-09-06T05:16:17.417Zrunning 0 tests
119062026-09-06T05:16:17.417Z
119072026-09-06T05:16:17.417Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119082026-09-06T05:16:17.417Z
119092026-09-06T05:16:17.440Z Doc-tests range_requests
119102026-09-06T05:16:17.444Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-58156453bb55ad4a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-63674b74f4ff7642.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c68ddfa123e400fc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.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`
119112026-09-06T05:16:17.567Z
119122026-09-06T05:16:17.567Zrunning 0 tests
119132026-09-06T05:16:17.567Z
119142026-09-06T05:16:17.567Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119152026-09-06T05:16:17.567Z
119162026-09-06T05:16:17.584Z Doc-tests reconfigurator_cli
119172026-09-06T05:16:17.585Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-76c1d37dcf39f241.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-2e4dd57d9d069e85.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-289c3460d95a12df.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-2a8e64a54fceda2c.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-4121b6836f8d099c.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-b057f48f8f7e5f57.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-1375009a88c839ac.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-cfb695dce24a51dd.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3f54d5bc532f3b5e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
119182026-09-06T05:16:18.060Z
119192026-09-06T05:16:18.060Zrunning 0 tests
119202026-09-06T05:16:18.060Z
119212026-09-06T05:16:18.060Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119222026-09-06T05:16:18.060Z
119232026-09-06T05:16:18.101Z Doc-tests repo_depot_api
119242026-09-06T05:16:18.101Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0e5422edd83f1644.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-313dde0812a8d7b3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.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`
119252026-09-06T05:16:18.620Z
119262026-09-06T05:16:18.620Zrunning 2 tests
119272026-09-06T05:16:18.620Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 26) ... ignored
119282026-09-06T05:16:18.620Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 32) ... ignored
119292026-09-06T05:16:18.620Z
119302026-09-06T05:16:18.620Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
119312026-09-06T05:16:18.620Z
119322026-09-06T05:16:18.624Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
119332026-09-06T05:16:18.647Z Doc-tests repo_depot_client
119342026-09-06T05:16:18.647Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f550030f77affb04.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-31c85b1d600d0fad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.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`
119352026-09-06T05:16:18.782Z
119362026-09-06T05:16:18.782Zrunning 0 tests
119372026-09-06T05:16:18.782Z
119382026-09-06T05:16:18.782Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119392026-09-06T05:16:18.782Z
119402026-09-06T05:16:18.799Z Doc-tests sled_agent_api
119412026-09-06T05:16:18.799Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-da178014ceb3871f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1bc27ff7acc6f210.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-232b3b7d175167a3.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`
119422026-09-06T05:16:19.464Z
119432026-09-06T05:16:19.464Zrunning 2 tests
119442026-09-06T05:16:19.465Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 132) ... ignored
119452026-09-06T05:16:19.465Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 138) ... ignored
119462026-09-06T05:16:19.465Z
119472026-09-06T05:16:19.465Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
119482026-09-06T05:16:19.465Z
119492026-09-06T05:16:19.468Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
119502026-09-06T05:16:19.499Z Doc-tests sled_agent_bootstrap_common
119512026-09-06T05:16:19.499Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b48bf31695346c76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e1da6cbb2daebd0d.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-3ee2f5b4a7fc3242.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e962a30d80a795bb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b7fd3a5c5fc125f2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-687bf1628a811911.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
119522026-09-06T05:16:19.791Z
119532026-09-06T05:16:19.791Zrunning 0 tests
119542026-09-06T05:16:19.792Z
119552026-09-06T05:16:19.792Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119562026-09-06T05:16:19.792Z
119572026-09-06T05:16:19.824Z Doc-tests sled_agent_client
119582026-09-06T05:16:19.824Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8b5e1eae61d347b3.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
119592026-09-06T05:16:21.434Z
119602026-09-06T05:16:21.434Zrunning 0 tests
119612026-09-06T05:16:21.434Z
119622026-09-06T05:16:21.434Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119632026-09-06T05:16:21.434Z
119642026-09-06T05:16:21.493Z Doc-tests sled_agent_config_reconciler
119652026-09-06T05:16:21.497Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-ce3c88b3eb934864.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1660e7efe415f875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bd9bae2764d9487e.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d545c00f0329cf45.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-38e581315929c681.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a2a96e07d42b36af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-ac8505c9b4bb0ba7.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-da178014ceb3871f.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-3ee2f5b4a7fc3242.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-4171d9fdba01217d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7d9da0146ff0663d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-1a2eaaf41e6bade2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d38d1c5679f86662.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`
119662026-09-06T05:16:21.967Z
119672026-09-06T05:16:21.968Zrunning 0 tests
119682026-09-06T05:16:21.968Z
119692026-09-06T05:16:21.968Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119702026-09-06T05:16:21.968Z
119712026-09-06T05:16:22.011Z Doc-tests sled_agent_health_monitor
119722026-09-06T05:16:22.011Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-da178014ceb3871f.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-8282f73cd626cc67.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.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`
119732026-09-06T05:16:22.231Z
119742026-09-06T05:16:22.232Zrunning 0 tests
119752026-09-06T05:16:22.232Z
119762026-09-06T05:16:22.232Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119772026-09-06T05:16:22.232Z
119782026-09-06T05:16:22.258Z Doc-tests sled_agent_measurements
119792026-09-06T05:16:22.258Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d545c00f0329cf45.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-3ee2f5b4a7fc3242.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e962a30d80a795bb.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a168df2d69a81aae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.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`
119802026-09-06T05:16:22.523Z
119812026-09-06T05:16:22.523Zrunning 0 tests
119822026-09-06T05:16:22.523Z
119832026-09-06T05:16:22.523Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119842026-09-06T05:16:22.523Z
119852026-09-06T05:16:22.552Z Doc-tests sled_agent_multirack_join
119862026-09-06T05:16:22.552Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b48bf31695346c76.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e1da6cbb2daebd0d.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-f0e004dd66d5ebdf.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-687bf1628a811911.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
119872026-09-06T05:16:22.859Z
119882026-09-06T05:16:22.859Zrunning 0 tests
119892026-09-06T05:16:22.859Z
119902026-09-06T05:16:22.859Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119912026-09-06T05:16:22.859Z
119922026-09-06T05:16:22.892Z Doc-tests sled_agent_rack_setup
119932026-09-06T05:16:22.892Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b48bf31695346c76.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f8457d0dcd58b8ab.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-1fb702ad2d0af3d9.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-2f6392a4b4e9ba72.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-2a8e64a54fceda2c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-a2a96e07d42b36af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-0660e732d6f148f8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e1da6cbb2daebd0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-3ee2f5b4a7fc3242.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-1eb5c1bcae6809bb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-687bf1628a811911.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
119942026-09-06T05:16:23.272Z
119952026-09-06T05:16:23.272Zrunning 0 tests
119962026-09-06T05:16:23.272Z
119972026-09-06T05:16:23.272Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119982026-09-06T05:16:23.272Z
119992026-09-06T05:16:23.307Z Doc-tests sled_agent_resolvable_files
120002026-09-06T05:16:23.308Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fcf6eb9bf07b1215.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-ce3c88b3eb934864.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-3ee2f5b4a7fc3242.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a168df2d69a81aae.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-4171d9fdba01217d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.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`
120012026-09-06T05:16:23.587Z
120022026-09-06T05:16:23.587Zrunning 0 tests
120032026-09-06T05:16:23.587Z
120042026-09-06T05:16:23.587Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120052026-09-06T05:16:23.587Z
120062026-09-06T05:16:23.620Z Doc-tests sled_agent_resolvable_files_examples
120072026-09-06T05:16:23.620Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fcf6eb9bf07b1215.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-ce3c88b3eb934864.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-4171d9fdba01217d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.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`
120082026-09-06T05:16:23.810Z
120092026-09-06T05:16:23.811Zrunning 0 tests
120102026-09-06T05:16:23.811Z
120112026-09-06T05:16:23.811Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120122026-09-06T05:16:23.811Z
120132026-09-06T05:16:23.833Z Doc-tests sled_agent_scrimlet_reconcilers
120142026-09-06T05:16:23.833Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-845bdb03a93c94c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-097a85ab0a0b0e4b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9dc9b3a45e3b5107.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-090df685e7b2a59f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern scuffle=/work/oxidecomputer/omicron/target/debug/deps/libscuffle-3abafd398bee28b2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-e5eb16d9dcccf0ca.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.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`
120152026-09-06T05:16:24.165Z
120162026-09-06T05:16:24.165Zrunning 0 tests
120172026-09-06T05:16:24.165Z
120182026-09-06T05:16:24.165Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120192026-09-06T05:16:24.165Z
120202026-09-06T05:16:24.200Z Doc-tests sled_agent_types
120212026-09-06T05:16:24.204Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b48bf31695346c76.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-6fccdabade519cfc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
120222026-09-06T05:16:24.462Z
120232026-09-06T05:16:24.462Zrunning 0 tests
120242026-09-06T05:16:24.462Z
120252026-09-06T05:16:24.462Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120262026-09-06T05:16:24.462Z
120272026-09-06T05:16:24.488Z Doc-tests sled_agent_types_versions
120282026-09-06T05:16:24.488Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b48bf31695346c76.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-6fccdabade519cfc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-7dad46870158de81.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-073d654b7a17cb95.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-fecef3a08d40cd1e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-33c3a05658a36d80.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-c86f32427a6f0d90.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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`
120292026-09-06T05:16:26.960Z
120302026-09-06T05:16:26.960Zrunning 1 test
120312026-09-06T05:16:26.960Ztest sled-agent/types/versions/src/lib.rs - (line 17) ... ignored
120322026-09-06T05:16:26.960Z
120332026-09-06T05:16:26.963Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
120342026-09-06T05:16:26.964Z
120352026-09-06T05:16:26.964Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
120362026-09-06T05:16:27.053Z Doc-tests sled_diagnostics
120372026-09-06T05:16:27.053Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-af4e1f320a1964c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-4b778ed7c17d17c4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-7a9b68eb753bfcf8.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2643e4d549893588.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-1bc27ff7acc6f210.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-5ff531196b820e01.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.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`
120382026-09-06T05:16:27.313Z
120392026-09-06T05:16:27.313Zrunning 0 tests
120402026-09-06T05:16:27.313Z
120412026-09-06T05:16:27.313Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120422026-09-06T05:16:27.313Z
120432026-09-06T05:16:27.342Z Doc-tests sled_hardware
120442026-09-06T05:16:27.342Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-a56d8f6db8a882b5.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-bb6e76809e071e38.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-b6232f2ffc6504b0.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-553a454e71cd2446.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f31178dac20e8733.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7d9da0146ff0663d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-d91132846617bdad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d38d1c5679f86662.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`
120452026-09-06T05:16:27.646Z
120462026-09-06T05:16:27.646Zrunning 0 tests
120472026-09-06T05:16:27.646Z
120482026-09-06T05:16:27.646Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120492026-09-06T05:16:27.646Z
120502026-09-06T05:16:27.676Z Doc-tests sled_hardware_types
120512026-09-06T05:16:27.676Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-34305e796e1000e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.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`
120522026-09-06T05:16:27.774Z
120532026-09-06T05:16:27.774Zrunning 0 tests
120542026-09-06T05:16:27.774Z
120552026-09-06T05:16:27.775Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120562026-09-06T05:16:27.775Z
120572026-09-06T05:16:27.787Z Doc-tests sled_storage
120582026-09-06T05:16:27.787Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d545c00f0329cf45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-7d9da0146ff0663d.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-1a2eaaf41e6bade2.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`
120592026-09-06T05:16:28.047Z
120602026-09-06T05:16:28.047Zrunning 0 tests
120612026-09-06T05:16:28.047Z
120622026-09-06T05:16:28.047Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120632026-09-06T05:16:28.047Z
120642026-09-06T05:16:28.074Z Doc-tests sp_sim
120652026-09-06T05:16:28.074Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-e9bf281b80a8ae2f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-1a47a5a0db9c07c5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-514a1c3556ddd554.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-c4b7e7232c1aae44.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.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`
120662026-09-06T05:16:28.524Z
120672026-09-06T05:16:28.524Zrunning 0 tests
120682026-09-06T05:16:28.524Z
120692026-09-06T05:16:28.524Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120702026-09-06T05:16:28.524Z
120712026-09-06T05:16:28.562Z Doc-tests support_bundle_collection
120722026-09-06T05:16:28.562Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-4b778ed7c17d17c4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-91070d4dd2b6e12d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c01ae1e2786b59e4.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5fcefaba031f2533.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-239b5a680ba97f88.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-c70a23e5fc5db2ab.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-2643e4d549893588.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2095c75a96204471.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-c72399686e750dfc.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-58a4d2926f7812b7.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`
120732026-09-06T05:16:28.988Z
120742026-09-06T05:16:28.988Zrunning 0 tests
120752026-09-06T05:16:28.988Z
120762026-09-06T05:16:28.988Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120772026-09-06T05:16:28.989Z
120782026-09-06T05:16:29.029Z Doc-tests transient_dns_server
120792026-09-06T05:16:29.029Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-9ff8d5d4a4e714f8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-b775e5bb50598e14.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a6266451580c1066.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-73dd7642e1e84148.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`
120802026-09-06T05:16:29.228Z
120812026-09-06T05:16:29.228Zrunning 0 tests
120822026-09-06T05:16:29.228Z
120832026-09-06T05:16:29.228Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120842026-09-06T05:16:29.228Z
120852026-09-06T05:16:29.250Z Doc-tests trust_quorum
120862026-09-06T05:16:29.250Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-74a6a2e509703bdc.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b48bf31695346c76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d3d581b84ca1e842.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b0bbf1e339dfa3ca.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-4edd88382825248b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2c21c5483d90e20a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-0c47d7aa48ef9e74.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-e962a30d80a795bb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b7fd3a5c5fc125f2.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-54c775c3ffb4153e.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-687bf1628a811911.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-eecc71fa9ad9b12b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.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`
120872026-09-06T05:16:29.591Z
120882026-09-06T05:16:29.591Zrunning 0 tests
120892026-09-06T05:16:29.591Z
120902026-09-06T05:16:29.591Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120912026-09-06T05:16:29.591Z
120922026-09-06T05:16:29.624Z Doc-tests trust_quorum_protocol
120932026-09-06T05:16:29.624Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8f3bb317f9aee4b1.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-74a6a2e509703bdc.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-b48bf31695346c76.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-d3d581b84ca1e842.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b0bbf1e339dfa3ca.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-4edd88382825248b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-2c21c5483d90e20a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-d3f5edfea162a0db.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-eecc71fa9ad9b12b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.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`
120942026-09-06T05:16:29.853Z
120952026-09-06T05:16:29.853Zrunning 0 tests
120962026-09-06T05:16:29.853Z
120972026-09-06T05:16:29.853Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120982026-09-06T05:16:29.853Z
120992026-09-06T05:16:29.873Z Doc-tests trust_quorum_test_utils
121002026-09-06T05:16:29.873Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b48bf31695346c76.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-4edd88382825248b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1dca3d02a133bc4d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-e09e94cf05599c4c.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-eecc71fa9ad9b12b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.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`
121012026-09-06T05:16:30.032Z
121022026-09-06T05:16:30.033Zrunning 0 tests
121032026-09-06T05:16:30.033Z
121042026-09-06T05:16:30.033Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121052026-09-06T05:16:30.033Z
121062026-09-06T05:16:30.050Z Doc-tests trust_quorum_types
121072026-09-06T05:16:30.050Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f550030f77affb04.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-ddc9825189137f45.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-c86f32427a6f0d90.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`
121082026-09-06T05:16:30.135Z
121092026-09-06T05:16:30.135Zrunning 0 tests
121102026-09-06T05:16:30.135Z
121112026-09-06T05:16:30.135Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121122026-09-06T05:16:30.136Z
121132026-09-06T05:16:30.147Z Doc-tests trust_quorum_types_versions
121142026-09-06T05:16:30.147Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6fccdabade519cfc.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34305e796e1000e1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-4edd88382825248b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-4e72e5fcd98419a0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-c86f32427a6f0d90.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`
121152026-09-06T05:16:30.711Z
121162026-09-06T05:16:30.711Zrunning 1 test
121172026-09-06T05:16:30.711Ztest trust-quorum/types/versions/src/lib.rs - (line 16) ... ignored
121182026-09-06T05:16:30.711Z
121192026-09-06T05:16:30.711Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
121202026-09-06T05:16:30.711Z
121212026-09-06T05:16:30.715Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
121222026-09-06T05:16:30.735Z Doc-tests typed_rng
121232026-09-06T05:16:30.735Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2e4dd57d9d069e85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c2447f4027b03996.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-5e945bd05013491e.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-d51c57f9c262a3fc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.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-06T05:16:30.801Z
121252026-09-06T05:16:30.801Zrunning 0 tests
121262026-09-06T05:16:30.801Z
121272026-09-06T05:16:30.801Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121282026-09-06T05:16:30.801Z
121292026-09-06T05:16:30.811Z Doc-tests wicket
121302026-09-06T05:16:30.811Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-4515cb23f8af215b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-72c29cb0b9caf29f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b0bbf1e339dfa3ca.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c47b3698c65ef3f8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-7887e98324075732.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-dbe9527fc093ad22.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-73fb02bbceceaf51.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-fe4450499087510d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-674e0ef60c6203eb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-1891fd5697b32062.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a92d0200c751d76.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-10f8d19590dcdba7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-7ea9cfe65b45b97a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-63581a4d2b0d476d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3432f7692ece611.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-228a07ab4e46bc29.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-adcdaeebd74cefe0.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-87c30374de8e913a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.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-06T05:16:31.311Z
121322026-09-06T05:16:31.311Zrunning 0 tests
121332026-09-06T05:16:31.311Z
121342026-09-06T05:16:31.311Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121352026-09-06T05:16:31.311Z
121362026-09-06T05:16:31.351Z Doc-tests wicket_common
121372026-09-06T05:16:31.351Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-845bdb03a93c94c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-10f8d19590dcdba7.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3432f7692ece611.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-87c30374de8e913a.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`
121382026-09-06T05:16:31.723Z
121392026-09-06T05:16:31.723Zrunning 0 tests
121402026-09-06T05:16:31.723Z
121412026-09-06T05:16:31.723Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121422026-09-06T05:16:31.723Z
121432026-09-06T05:16:31.755Z Doc-tests wicket_dbg
121442026-09-06T05:16:31.755Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-b0bbf1e339dfa3ca.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-c47b3698c65ef3f8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9f3b96fd83c18269.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-674e0ef60c6203eb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-63581a4d2b0d476d.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-ae3fcba6d2fcda89.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`
121452026-09-06T05:16:32.022Z
121462026-09-06T05:16:32.022Zrunning 0 tests
121472026-09-06T05:16:32.022Z
121482026-09-06T05:16:32.022Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121492026-09-06T05:16:32.022Z
121502026-09-06T05:16:32.050Z Doc-tests wicketd
121512026-09-06T05:16:32.053Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-0d9adfe00f0fa109.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-d0f787ce8906f2e0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-72c29cb0b9caf29f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-58156453bb55ad4a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-845bdb03a93c94c1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-3492321b2b2c4486.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-af4e1f320a1964c2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-c294a792f9cb873f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-12a214fe74619991.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1b8b571a35f8e338.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-0b6bf8a8334dd957.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-6dc697cd5a362331.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-c58db70c3d796101.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-6841f2b42832b8e5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b401ec038c8c3186.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2d064232c3fe42d9.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5180f14d1817881b.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-24d80fe873c1d2e1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bd9bae2764d9487e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9b331b1645a9ff32.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-82d4ba3c4a593ca8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-cce3b6078ca3b033.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-403b7fdcc4d716fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-03ed971c2daca7e8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-84b1382832e7ac68.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2318a9e78300a820.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-eac3f307fbee6531.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5dc4e3a45f880dc9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-fbe38ee2c5a8512b.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-3ee2f5b4a7fc3242.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a168df2d69a81aae.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-4171d9fdba01217d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-9dbb6045bf882435.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-e80327aa681982b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-5242daf9cac12584.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a300a219de995f1d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-c4650d4307bbc6b1.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-10f8d19590dcdba7.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-3f54d5bc532f3b5e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-bda3f106ab9df261.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-63581a4d2b0d476d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3432f7692ece611.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-58f58e4e8a900311.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-997ca6868670f97a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-228a07ab4e46bc29.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-5bbadc370b29bd7f.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-adcdaeebd74cefe0.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-87c30374de8e913a.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-4d2e7bb882f07f9f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.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`
121522026-09-06T05:16:32.504Z
121532026-09-06T05:16:32.504Zrunning 0 tests
121542026-09-06T05:16:32.504Z
121552026-09-06T05:16:32.504Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121562026-09-06T05:16:32.504Z
121572026-09-06T05:16:32.543Z Doc-tests wicketd_api
121582026-09-06T05:16:32.543Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d0f787ce8906f2e0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-a3166c2a9fe268d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3432f7692ece611.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-997ca6868670f97a.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-87c30374de8e913a.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`
121592026-09-06T05:16:33.179Z
121602026-09-06T05:16:33.179Zrunning 2 tests
121612026-09-06T05:16:33.179Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 47) ... ignored
121622026-09-06T05:16:33.179Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 53) ... ignored
121632026-09-06T05:16:33.179Z
121642026-09-06T05:16:33.179Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
121652026-09-06T05:16:33.179Z
121662026-09-06T05:16:33.182Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
121672026-09-06T05:16:33.213Z Doc-tests wicketd_client
121682026-09-06T05:16:33.213Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d0f787ce8906f2e0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1dbc576d48949507.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-bd9bae2764d9487e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-6e1d74c43b2f2cd9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b3432f7692ece611.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-228a07ab4e46bc29.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-4d2e7bb882f07f9f.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`
121692026-09-06T05:16:34.361Z
121702026-09-06T05:16:34.361Zrunning 0 tests
121712026-09-06T05:16:34.361Z
121722026-09-06T05:16:34.361Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121732026-09-06T05:16:34.361Z
121742026-09-06T05:16:34.410Z Doc-tests wicketd_commission_api
121752026-09-06T05:16:34.410Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0e5422edd83f1644.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-aaef14c8fee31c85.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-5bbadc370b29bd7f.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-4d2e7bb882f07f9f.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`
121762026-09-06T05:16:34.980Z
121772026-09-06T05:16:34.980Zrunning 2 tests
121782026-09-06T05:16:34.980Ztest wicketd-commission-api/src/lib.rs - wicketd_commission_api_mod::api_description (line 62) ... ignored
121792026-09-06T05:16:34.980Ztest wicketd-commission-api/src/lib.rs - wicketd_commission_api_mod::stub_api_description (line 68) ... ignored
121802026-09-06T05:16:34.980Z
121812026-09-06T05:16:34.980Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
121822026-09-06T05:16:34.980Z
121832026-09-06T05:16:34.983Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
121842026-09-06T05:16:35.011Z Doc-tests wicketd_commission_client
121852026-09-06T05:16:35.011Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d76e760adf61ffbd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-66ee2b01811af7f8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-adcdaeebd74cefe0.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-4d2e7bb882f07f9f.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`
121862026-09-06T05:16:35.412Z
121872026-09-06T05:16:35.412Zrunning 0 tests
121882026-09-06T05:16:35.412Z
121892026-09-06T05:16:35.412Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121902026-09-06T05:16:35.412Z
121912026-09-06T05:16:35.442Z Doc-tests wicketd_commission_types
121922026-09-06T05:16:35.443Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f550030f77affb04.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-87c30374de8e913a.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-4d2e7bb882f07f9f.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`
121932026-09-06T05:16:35.628Z
121942026-09-06T05:16:35.628Zrunning 0 tests
121952026-09-06T05:16:35.628Z
121962026-09-06T05:16:35.628Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121972026-09-06T05:16:35.628Z
121982026-09-06T05:16:35.649Z Doc-tests wicketd_commission_types_versions
121992026-09-06T05:16:35.649Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-90a403bdef30f529.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-d76e760adf61ffbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-063ca8914ce5e29a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-69106e4c996dcb59.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-638f422086d7a645.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e56f0e8a039ca63d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-eb2d4ba4f2ea6d7c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-35f1fa160e3ae0f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9af61ea29f9f8533.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-4d2e7bb882f07f9f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-31df3d3775c44a57.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`
122002026-09-06T05:16:36.577Z
122012026-09-06T05:16:36.577Zrunning 1 test
122022026-09-06T05:16:36.577Ztest wicketd-commission-types/versions/src/lib.rs - (line 17) ... ignored
122032026-09-06T05:16:36.577Z
122042026-09-06T05:16:36.577Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
122052026-09-06T05:16:36.577Z
122062026-09-06T05:16:36.580Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
122072026-09-06T05:16:36.620Z Doc-tests xtask_downloader
122082026-09-06T05:16:36.620Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-ac0bef6ca370fdef.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-11535e6577e0ae88.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-27245679587f67c7.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-078f3d711412c373.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-2de632e7474b8d49.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`
122092026-09-06T05:16:36.735Z
122102026-09-06T05:16:36.735Zrunning 1 test
122112026-09-06T05:16:36.738Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 335) ... ignored
122122026-09-06T05:16:36.738Z
122132026-09-06T05:16:36.738Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
122142026-09-06T05:16:36.738Z
122152026-09-06T05:16:36.749Z Doc-tests zfs_test_harness
122162026-09-06T05:16:36.749Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c788f94cd99a92dd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-d545c00f0329cf45.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-6e7f0961644c17f0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b8d5e9a74782f627.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-63f42b23f48a5b35.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-5ff531196b820e01.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-06T05:16:36.982Z
122182026-09-06T05:16:36.983Zrunning 0 tests
122192026-09-06T05:16:36.983Z
122202026-09-06T05:16:36.983Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122212026-09-06T05:16:36.983Z
122222026-09-06T05:16:37.008Z Doc-tests zone_setup
122232026-09-06T05:16:37.009Z Running `/home/build/.rustup/toolchains/1.97.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-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-fcf6eb9bf07b1215.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-addef8c4eec7014d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-0e5422edd83f1644.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-07416ee6ed24af4e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-133501764640a61b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f550030f77affb04.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-48902e9f4d859168.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-26c50ce48f680bf3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-dd516721d73beafd.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-cde7dacd8fdf9a65.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-5e4c8460fdd411c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-0890a11f034e3732.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-384623802a26b216.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-e09c365e457db999.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-d38d1c5679f86662.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-7fd3821e35e60263.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`
122242026-09-06T05:16:37.223Z
122252026-09-06T05:16:37.223Zrunning 0 tests
122262026-09-06T05:16:37.223Z
122272026-09-06T05:16:37.223Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122282026-09-06T05:16:37.223Z
122292026-09-06T05:16:37.323Z
122302026-09-06T05:16:37.325Zreal 2:37.508999063
122312026-09-06T05:16:37.325Zuser 2:06.035479844
122322026-09-06T05:16:37.325Zsys 1:00.214254452
122332026-09-06T05:16:37.326Ztrap 0.014886077
122342026-09-06T05:16:37.326Ztflt 0.836883716
122352026-09-06T05:16:37.326Zdflt 0.207628500
122362026-09-06T05:16:37.326Zkflt 0.000041250
122372026-09-06T05:16:37.326Zlock 12:48.397267350
122382026-09-06T05:16:37.326Zslp 15:15.708578296
122392026-09-06T05:16:37.326Zlat 0.258899642
122402026-09-06T05:16:37.326Zstop 3.870567293
122412026-09-06T05:16:37.326Z+ banner 'check schema migration cleanup'
122422026-09-06T05:16:37.329Z
122432026-09-06T05:16:37.329Z #### # # ###### #### # # #### #### # # ######
122442026-09-06T05:16:37.329Z # # # # # # # # # # # # # # #
122452026-09-06T05:16:37.329Z # ###### ##### # #### #### # ###### #####
122462026-09-06T05:16:37.329Z # # # # # # # # # # # #
122472026-09-06T05:16:37.329Z # # # # # # # # # # # # # # # #
122482026-09-06T05:16:37.329Z #### # # ###### #### # # #### #### # # ######
122492026-09-06T05:16:37.329Z
122502026-09-06T05:16:37.329Z+ ptime -m cargo xtask schema old-migrations
122512026-09-06T05:16:37.826Z Compiling serde_core v1.0.229
122522026-09-06T05:16:37.826Z Compiling libc v0.2.185
122532026-09-06T05:16:37.826Z Compiling serde v1.0.229
122542026-09-06T05:16:37.829Z Compiling rustix v1.1.4
122552026-09-06T05:16:37.829Z Compiling serde_json v1.0.151
122562026-09-06T05:16:37.829Z Compiling bitflags v2.11.0
122572026-09-06T05:16:37.917Z Compiling syn v1.0.109
122582026-09-06T05:16:37.949Z Compiling log v0.4.33
122592026-09-06T05:16:37.972Z Compiling getrandom v0.4.3
122602026-09-06T05:16:38.030Z Compiling usdt-impl v0.5.0
122612026-09-06T05:16:38.043Z Compiling indexmap v2.14.0
122622026-09-06T05:16:38.057Z Compiling once_cell v1.21.3
122632026-09-06T05:16:38.070Z Compiling fs-err v3.3.0
122642026-09-06T05:16:38.073Z Compiling heck v0.4.1
122652026-09-06T05:16:38.096Z Compiling anyhow v1.0.104
122662026-09-06T05:16:38.111Z Compiling syn v2.0.117
122672026-09-06T05:16:38.114Z Compiling syn v3.0.3
122682026-09-06T05:16:38.754Z Compiling errno v0.3.14
122692026-09-06T05:16:38.754Z Compiling thread-id v4.2.2
122702026-09-06T05:16:38.754Z Compiling memmap v0.7.0
122712026-09-06T05:16:39.446Z Compiling proc-macro-error v1.0.4
122722026-09-06T05:16:39.565Z Compiling serde_derive v1.0.229
122732026-09-06T05:16:39.641Z Compiling terminal_size v0.4.3
122742026-09-06T05:16:39.641Z Compiling tempfile v3.27.0
122752026-09-06T05:16:39.746Z Compiling clap_builder v4.6.0
122762026-09-06T05:16:39.746Z Compiling textwrap v0.16.2
122772026-09-06T05:16:39.796Z Compiling tabled_derive v0.7.0
122782026-09-06T05:16:39.949Z Compiling camino v1.2.5
122792026-09-06T05:16:39.950Z Compiling cargo-platform v0.3.2
122802026-09-06T05:16:39.950Z Compiling semver v1.0.28
122812026-09-06T05:16:40.195Z Compiling pest_generator v2.8.6
122822026-09-06T05:16:40.245Z Compiling camino-tempfile v1.4.1
122832026-09-06T05:16:40.627Z Compiling tabled v0.15.0
122842026-09-06T05:16:40.713Z Compiling thiserror-impl v1.0.69
122852026-09-06T05:16:40.713Z Compiling zerocopy-derive v0.7.35
122862026-09-06T05:16:40.717Z Compiling scroll_derive v0.12.1
122872026-09-06T05:16:40.717Z Compiling thiserror-impl v2.0.18
122882026-09-06T05:16:40.717Z Compiling clap_derive v4.6.1
122892026-09-06T05:16:40.762Z Compiling pest_derive v2.8.6
122902026-09-06T05:16:41.459Z Compiling scroll v0.12.0
122912026-09-06T05:16:41.575Z Compiling zerocopy v0.7.35
122922026-09-06T05:16:41.683Z Compiling goblin v0.8.2
122932026-09-06T05:16:41.820Z Compiling thiserror v1.0.69
122942026-09-06T05:16:41.833Z Compiling thiserror v2.0.18
122952026-09-06T05:16:41.910Z Compiling dtrace-parser v0.2.0
122962026-09-06T05:16:42.021Z Compiling toml_datetime v0.6.11
122972026-09-06T05:16:42.021Z Compiling serde_spanned v0.6.9
122982026-09-06T05:16:42.021Z Compiling macaddr v1.0.1
122992026-09-06T05:16:42.024Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
123002026-09-06T05:16:42.024Z Compiling cargo_metadata v0.23.1
123012026-09-06T05:16:42.024Z Compiling serde_tokenstream v0.2.3
123022026-09-06T05:16:42.032Z Compiling dof v0.3.0
123032026-09-06T05:16:42.154Z Compiling clap v4.6.1
123042026-09-06T05:16:42.240Z Compiling toml_edit v0.22.27
123052026-09-06T05:16:42.734Z Compiling usdt-macro v0.5.0
123062026-09-06T05:16:42.734Z Compiling usdt-attr-macro v0.5.0
123072026-09-06T05:16:43.428Z Compiling toml v0.8.23
123082026-09-06T05:16:43.757Z Compiling cargo_toml v0.21.0
123092026-09-06T05:16:44.248Z Compiling usdt v0.5.0
123102026-09-06T05:16:45.102Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
123112026-09-06T05:16:47.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.12s
123122026-09-06T05:16:47.518Z Running `target/debug/xtask schema old-migrations`
123132026-09-06T05:16:48.474Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
123142026-09-06T05:16:48.651Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
123152026-09-06T05:16:48.651Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
123162026-09-06T05:16:48.695Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
123172026-09-06T05:16:49.191Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
123182026-09-06T05:16:49.191Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
123192026-09-06T05:16:57.584Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
123202026-09-06T05:16:57.584Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
123212026-09-06T05:16:57.587Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
123222026-09-06T05:16:58.488Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
123232026-09-06T05:16:58.488Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
123242026-09-06T05:16:58.491Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
123252026-09-06T05:16:59.834Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
123262026-09-06T05:17:00.067Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
123272026-09-06T05:17:07.379Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
123282026-09-06T05:17:16.238Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
123292026-09-06T05:17:17.852Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
123302026-09-06T05:17:53.214Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
123312026-09-06T05:18:04.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s
123322026-09-06T05:18:04.796Z Running `target/debug/schema old-migrations`
123332026-09-06T05:18:04.858ZIdentifying old migrations that can be removed
123342026-09-06T05:18:04.969ZBase schema version: 148.0.0
123352026-09-06T05:18:04.972ZOK: No old migrations found
123362026-09-06T05:18:04.972Z
123372026-09-06T05:18:04.972Zreal 1:27.640952017
123382026-09-06T05:18:04.972Zuser 2:47.203224379
123392026-09-06T05:18:04.972Zsys 27.782256753
123402026-09-06T05:18:04.972Ztrap 0.023110810
123412026-09-06T05:18:04.972Ztflt 0.616329454
123422026-09-06T05:18:04.972Zdflt 1.525277445
123432026-09-06T05:18:04.972Zkflt 0.000140580
123442026-09-06T05:18:04.972Zlock 12:33.875647746
123452026-09-06T05:18:04.973Zslp 5:44.364080590
123462026-09-06T05:18:04.973Zlat 0.350313149
123472026-09-06T05:18:04.973Zstop 17.957971830
123482026-09-06T05:18:04.976Z+ [[ illumos == \i\l\l\u\m\o\s ]]
123492026-09-06T05:18:04.976Z+ banner live-test
123502026-09-06T05:18:04.976Z
123512026-09-06T05:18:04.976Z # # # # ###### ##### ###### #### #####
123522026-09-06T05:18:04.976Z # # # # # # # # #
123532026-09-06T05:18:04.976Z # # # # ##### ##### # ##### #### #
123542026-09-06T05:18:04.976Z # # # # # # # # #
123552026-09-06T05:18:04.976Z # # # # # # # # # #
123562026-09-06T05:18:04.976Z ###### # ## ###### # ###### #### #
123572026-09-06T05:18:04.976Z
123582026-09-06T05:18:04.976Z+ ptime -m cargo xtask live-tests
123592026-09-06T05:18:05.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
123602026-09-06T05:18:05.474Z Running `target/debug/xtask live-tests`
123612026-09-06T05:18:05.513Zusing temporary directory: /var/tmp/omicron_tmp/.tmpKF5CJr
123622026-09-06T05:18:05.513Zwill create archive file: /var/tmp/omicron_tmp/.tmpKF5CJr/live-tests-archive/omicron-live-tests.tar.zst
123632026-09-06T05:18:05.513Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
123642026-09-06T05:18:05.513Z
123652026-09-06T05:18:05.516Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpKF5CJr/live-tests-archive/omicron-live-tests.tar.zst"
123662026-09-06T05:18:07.499Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
123672026-09-06T05:18:07.502Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
123682026-09-06T05:18:07.657Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
123692026-09-06T05:18:07.663Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
123702026-09-06T05:18:07.663Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
123712026-09-06T05:18:07.666Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
123722026-09-06T05:18:07.736Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
123732026-09-06T05:18:07.739Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
123742026-09-06T05:18:07.754Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
123752026-09-06T05:18:07.757Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
123762026-09-06T05:18:07.771Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
123772026-09-06T05:18:08.768Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
123782026-09-06T05:18:09.464Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
123792026-09-06T05:18:13.329Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
123802026-09-06T05:18:13.330Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
123812026-09-06T05:18:14.359Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
123822026-09-06T05:18:46.229Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
123832026-09-06T05:18:46.776Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
123842026-09-06T05:18:49.136Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
123852026-09-06T05:18:49.727Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
123862026-09-06T05:19:18.300Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
123872026-09-06T05:19:25.708Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
123882026-09-06T05:19:48.650Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 42s
123892026-09-06T05:19:48.854Zinfo: experimental features enabled: setup-scripts, benchmarks
123902026-09-06T05:19:48.863Z Archiving 2 binaries, 1 build script output directory, 4 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpKF5CJr/live-tests-archive/omicron-live-tests.tar.zst
123912026-09-06T05:19:49.462Z Archived 402 files to /var/tmp/omicron_tmp/.tmpKF5CJr/live-tests-archive/omicron-live-tests.tar.zst in 0.60s
123922026-09-06T05:19:49.552Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpKF5CJr/live-tests-archive\""
123932026-09-06T05:19:49.561Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpKF5CJr" "live-tests-archive"
123942026-09-06T05:19:49.684Zcreated:
123952026-09-06T05:19:49.684Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
123962026-09-06T05:19:49.684ZTo use this:
123972026-09-06T05:19:49.684Z
123982026-09-06T05:19:49.684Z1. Copy the tarball to the switch zone in a deployed Omicron system.
123992026-09-06T05:19:49.684Z
124002026-09-06T05:19:49.688Z e.g., scp \
124012026-09-06T05:19:49.688Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
124022026-09-06T05:19:49.688Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
124032026-09-06T05:19:49.688Z
124042026-09-06T05:19:49.688Z2. Copy the `cargo-nextest` binary to the same place.
124052026-09-06T05:19:49.688Z
124062026-09-06T05:19:49.688Z e.g., scp \
124072026-09-06T05:19:49.688Z $(which cargo-nextest) \
124082026-09-06T05:19:49.688Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
124092026-09-06T05:19:49.688Z
124102026-09-06T05:19:49.688Z3. From the switch zone on that system, unpack the tarball with:
124112026-09-06T05:19:49.688Z
124122026-09-06T05:19:49.688Z tar xzf live-tests-archive.tgz
124132026-09-06T05:19:49.688Z
124142026-09-06T05:19:49.688Z4. From the switch zone on that system, run tests with:
124152026-09-06T05:19:49.688Z
124162026-09-06T05:19:49.688Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
124172026-09-06T05:19:49.688Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
124182026-09-06T05:19:49.688Z --workspace-remap live-tests-archive
124192026-09-06T05:19:49.688Z
124202026-09-06T05:19:49.688Z
124212026-09-06T05:19:49.688Zreal 1:44.706158058
124222026-09-06T05:19:49.688Zuser 2:45.472613137
124232026-09-06T05:19:49.688Zsys 26.565893061
124242026-09-06T05:19:49.688Ztrap 0.022088957
124252026-09-06T05:19:49.688Ztflt 0.242982479
124262026-09-06T05:19:49.688Zdflt 1.207885619
124272026-09-06T05:19:49.688Zkflt 0.000003710
124282026-09-06T05:19:49.689Zlock 14:36.584664247
124292026-09-06T05:19:49.689Zslp 10:26.447554180
124302026-09-06T05:19:49.689Zlat 0.230316520
124312026-09-06T05:19:49.689Zstop 5.248236289
124322026-09-06T05:19:49.689Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
124332026-09-06T05:19:49.692Z+ unset TMPDIR
124342026-09-06T05:19:49.692Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
124352026-09-06T05:19:49.692Zfiles in /var/tmp/omicron_tmp (none expected on success):
124362026-09-06T05:19:49.693Z+ find /var/tmp/omicron_tmp -ls
124372026-09-06T05:19:49.696Z135449 18 drwxr-xr-x 2 build build 2 Sep 6 05:19 /var/tmp/omicron_tmp
124382026-09-06T05:19:49.696Z+ rmdir /var/tmp/omicron_tmp
124392026-09-06T05:19:49.699Zprocess exited: duration 2930682 ms, exit code 0
 
124402026-09-06T05:19:49.710Zfound 6 output files
124412026-09-06T05:19:49.710Zuploading: /work/cargo-build-analysis.jsonl (1822297 bytes)
124422026-09-06T05:19:50.735Zuploaded: /work/cargo-build-analysis.jsonl
124432026-09-06T05:19:50.736Zuploading: /work/environment.json (108 bytes)
124442026-09-06T05:19:51.747Zuploaded: /work/environment.json
124452026-09-06T05:19:51.747Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (693515 bytes)
124462026-09-06T05:19:52.770Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
124472026-09-06T05:19:52.770Zuploading: /work/oxidecomputer/omicron/target/live-tests-archive.tgz (284528128 bytes)
124482026-09-06T05:20:02.141Zuploaded: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
124492026-09-06T05:20:02.141Zuploading: /tmp/nextest-run-archive.zip (3298613 bytes)
124502026-09-06T05:20:03.230Zuploaded: /tmp/nextest-run-archive.zip
124512026-09-06T05:20:03.230Zuploading: /tmp/nextest-chrome-trace.json (4389068 bytes)
124522026-09-06T05:20:04.335Zuploaded: /tmp/nextest-chrome-trace.json